Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bcf7280803dc5158647211f16b4e381c455ad7b3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bcf7280803dc5158647211f16b4e381c455ad7b3)
  • Date: Mon, 14 Dec 2009 03:03:49 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/pycrypto/DEPENDS | 2 +-
python-pypi/pycrypto/DETAILS | 20 ++++++++++++--------
python-pypi/pycrypto/HISTORY | 7 ++++++-
python-pypi/pycrypto/pycrypto.gpg |binary
4 files changed, 19 insertions(+), 10 deletions(-)

New commits:
commit bcf7280803dc5158647211f16b4e381c455ad7b3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pycrypto: => 2.1.0

diff --git a/python-pypi/pycrypto/DEPENDS b/python-pypi/pycrypto/DEPENDS
index 867b4d4..a86d429 100755
--- a/python-pypi/pycrypto/DEPENDS
+++ b/python-pypi/pycrypto/DEPENDS
@@ -1 +1 @@
-depends python
+depends python
diff --git a/python-pypi/pycrypto/DETAILS b/python-pypi/pycrypto/DETAILS
index 31088b9..fe9cf98 100755
--- a/python-pypi/pycrypto/DETAILS
+++ b/python-pypi/pycrypto/DETAILS
@@ -1,20 +1,24 @@
SPELL=pycrypto
- VERSION=2.0.1
+ VERSION=2.1.0
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.amk.ca/files/python/crypto/$SOURCE
- SOURCE_HASH=sha1:c77cdefdfb06e4749690013a9a9e1600ab14e26f
- LICENSE[0]=CNRIPython
- WEB_SITE=http://www.amk.ca/python/code/crypto.html
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://ftp.dlitz.net/pub/dlitz/crypto/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE_GPG=pycrypto.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ LICENSE[0]=PD
+ LICENSE[1]=PYTHON
+ WEB_SITE=http://www.dlitz.net/software/pycrypto/
ENTERED=20031205
KEYWORDS="crypto python devel"
- SHORT='The Toolkit is a collection of cryptographic algorithms
and protocols'
+ SHORT="The Python Cryptography Toolkit"
cat << EOF
The Toolkit is a collection of cryptographic algorithms and protocols,
implemented for use from Python. Among the contents of the package:
* Hash functions: MD2, MD4, RIPEMD.
* Block encryption algorithms:
- AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5.
+ AES, ARC2, Blowfish, CAST, DES, Triple-DES.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
diff --git a/python-pypi/pycrypto/HISTORY b/python-pypi/pycrypto/HISTORY
index a214bd1..a50218c 100644
--- a/python-pypi/pycrypto/HISTORY
+++ b/python-pypi/pycrypto/HISTORY
@@ -1,3 +1,9 @@
+2009-12-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.1.0; converted to upstream signature
+ checking; quoting paths; renewed website, desc; updated licenses
+ * DEPENDS: cleaned up
+ * pycrypto.gpg: added gpg keyring
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

@@ -22,4 +28,3 @@

2003-12-05 Sergey Lipnevich <sergey AT sourcemage.org>
* ALL: spell created.
-
diff --git a/python-pypi/pycrypto/pycrypto.gpg
b/python-pypi/pycrypto/pycrypto.gpg
new file mode 100644
index 0000000..ab046c6
Binary files /dev/null and b/python-pypi/pycrypto/pycrypto.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bcf7280803dc5158647211f16b4e381c455ad7b3), Vlad Glagolev, 12/14/2009

Archive powered by MHonArc 2.6.24.

Top of Page