diff options
author | James Mills <prologic@shortcircuit.net.au> | 2007-03-24 23:45:54 +1000 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2007-03-24 23:45:54 +1000 |
commit | 331d039c2d2c63e75c43b94d005d7576bc737dfb (patch) | |
tree | 96894e774dad44cad0671e32533b145cd873533e /pycrypto | |
parent | e6b56ee3470b994ab26f34a94c402a78c0a575d1 (diff) | |
download | contrib-331d039c2d2c63e75c43b94d005d7576bc737dfb.tar.gz contrib-331d039c2d2c63e75c43b94d005d7576bc737dfb.tar.xz |
pycrypto: python-2.4 -> python-2.5
Diffstat (limited to 'pycrypto')
-rw-r--r-- | pycrypto/.footprint | 2 | ||||
-rw-r--r-- | pycrypto/Pkgfile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pycrypto/.footprint b/pycrypto/.footprint index 7daf8b948..355b51fde 100644 --- a/pycrypto/.footprint +++ b/pycrypto/.footprint @@ -44,6 +44,7 @@ drwxr-xr-x root/root usr/lib/python/Crypto/PublicKey/ -rw-r--r-- root/root usr/lib/python/Crypto/PublicKey/RSA.pyc -rw-r--r-- root/root usr/lib/python/Crypto/PublicKey/__init__.py -rw-r--r-- root/root usr/lib/python/Crypto/PublicKey/__init__.pyc +-rwxr-xr-x root/root usr/lib/python/Crypto/PublicKey/_fastmath.so -rw-r--r-- root/root usr/lib/python/Crypto/PublicKey/pubkey.py -rw-r--r-- root/root usr/lib/python/Crypto/PublicKey/pubkey.pyc -rw-r--r-- root/root usr/lib/python/Crypto/PublicKey/qNEW.py @@ -63,3 +64,4 @@ drwxr-xr-x root/root usr/lib/python/Crypto/Util/ -rw-r--r-- root/root usr/lib/python/Crypto/__init__.pyc -rw-r--r-- root/root usr/lib/python/Crypto/test.py -rw-r--r-- root/root usr/lib/python/Crypto/test.pyc +-rw-r--r-- root/root usr/lib/python/pycrypto-2.0.1-py2.5.egg-info diff --git a/pycrypto/Pkgfile b/pycrypto/Pkgfile index ac5a352fa..ff7a8e608 100644 --- a/pycrypto/Pkgfile +++ b/pycrypto/Pkgfile @@ -7,7 +7,7 @@ name=pycrypto version=2.0.1 -release=1 +release=2 source=(http://www.amk.ca/files/python/crypto/$name-$version.tar.gz) build () { |