Skip to Content.
Sympa Menu

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

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 (8542b2a2941edab1000864aedeaf1ea61e7dc92b)
  • Date: Sun, 17 Jun 2012 07:12:24 -0500

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

python-pypi/pyasn1/DEPENDS | 1 +
python-pypi/pyasn1/DETAILS | 5 +++--
python-pypi/pyasn1/HISTORY | 4 ++++
python-pypi/rsa/DEPENDS | 2 +-
python-pypi/rsa/DETAILS | 8 ++++----
python-pypi/rsa/HISTORY | 4 ++++
6 files changed, 17 insertions(+), 7 deletions(-)

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

rsa: => 3.1

commit 6cce017e069025d14039330b0f87170c23612b07
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyasn1: => 0.1.3

diff --git a/python-pypi/pyasn1/DEPENDS b/python-pypi/pyasn1/DEPENDS
new file mode 100755
index 0000000..e4ea57a
--- /dev/null
+++ b/python-pypi/pyasn1/DEPENDS
@@ -0,0 +1 @@
+depends PYTHON
diff --git a/python-pypi/pyasn1/DETAILS b/python-pypi/pyasn1/DETAILS
index d7803d9..ea87f99 100755
--- a/python-pypi/pyasn1/DETAILS
+++ b/python-pypi/pyasn1/DETAILS
@@ -1,9 +1,10 @@
SPELL=pyasn1
- VERSION=0.1.2
+ VERSION=0.1.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:c7739106a791faca27eea3da66a3e5afb240eb04b0d25136fae181379008af00741a14a5647906fd791015c2ffbfbd6b426356532d627385f70f1c08db138f9b
+ SOURCE_URL[1]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:3f449f7c4fcc0097572294e41a1cf0dbb1ded79bcfbdd8dfb316e5a0dc113b851bd0c6ffab4455c1b0ffb9e251964b29617156961413aba2a92d8409420eb1b9
WEB_SITE=http://pyasn1.sourceforge.net/
ENTERED=20060930
LICENSE[0]=BSD
diff --git a/python-pypi/pyasn1/HISTORY b/python-pypi/pyasn1/HISTORY
index fb53f71..7fff58b 100644
--- a/python-pypi/pyasn1/HISTORY
+++ b/python-pypi/pyasn1/HISTORY
@@ -1,3 +1,7 @@
+2012-06-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.1.3; added pypi source url
+ * DEPENDS: added, for missing generic python dependency
+
2011-12-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.1.2

diff --git a/python-pypi/rsa/DEPENDS b/python-pypi/rsa/DEPENDS
index 6431ca2..fb4bc89 100755
--- a/python-pypi/rsa/DEPENDS
+++ b/python-pypi/rsa/DEPENDS
@@ -1,3 +1,3 @@
-depends python &&
+depends PYTHON &&
depends distribute &&
depends pyasn1
diff --git a/python-pypi/rsa/DETAILS b/python-pypi/rsa/DETAILS
index 6362fd6..467d193 100755
--- a/python-pypi/rsa/DETAILS
+++ b/python-pypi/rsa/DETAILS
@@ -1,14 +1,14 @@
SPELL=rsa
- VERSION=3.0.1
- SOURCE=$SPELL-$VERSION.zip
+ VERSION=3.1
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/r/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:9e72a86d9de80efe59a5647e80b0beebc6bf4bb98d7c00d54931e512514cf666de7e09bc8b8809105b8480cdb6bfbdb7d9cb312de30ac0b45b5d1989249f2933
+
SOURCE_HASH=sha512:74057ce3280cb6ad4c7d2e8a218dd3b8612398436b3695c0a88da8db122210b1f1db3dcb65a01cfa070b7cd56b98630a28df3e8856942b29d9d0562175154451
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.stuvel.eu/rsa
GATHER_DOCS=off
LICENSE[0]=GPL
ENTERED=20080424
- SHORT="Pure-Python RSA implementation"
+ SHORT="pure-Python RSA implementation"
cat << EOF
It's a module for calculating large primes, and RSA encryption, decryption,
signing and verification. Includes generating public and private keys.
diff --git a/python-pypi/rsa/HISTORY b/python-pypi/rsa/HISTORY
index fb06a43..c6f6998 100644
--- a/python-pypi/rsa/HISTORY
+++ b/python-pypi/rsa/HISTORY
@@ -1,3 +1,7 @@
+2012-06-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.1; fixed source url extension
+ * DEPENDS: python3 is supported
+
2011-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.0.1; corrected source extension




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8542b2a2941edab1000864aedeaf1ea61e7dc92b), Vlad Glagolev, 06/17/2012

Archive powered by MHonArc 2.6.24.

Top of Page