Skip to Content.
Sympa Menu

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

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 (c6f7e4825f27a1d741cf878d484b463aec23a02e)
  • Date: Wed, 5 Aug 2015 19:07:46 +0000

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

ChangeLog | 3 +++
dev/null |binary
python-pypi/fabric/DEPENDS | 2 +-
python-pypi/fabric/DETAILS | 4 ++--
python-pypi/fabric/HISTORY | 4 ++++
python-pypi/gevent/BUILD | 4 ++++
python-pypi/gevent/DEPENDS | 6 ++++++
python-pypi/gevent/DETAILS | 23 +++++++++++++++++++++++
python-pypi/gevent/HISTORY | 2 ++
python-pypi/greenlet/DETAILS | 6 +++---
python-pypi/greenlet/HISTORY | 3 +++
python-pypi/paramiko/DEPENDS | 4 +++-
python-pypi/paramiko/DETAILS | 4 ++--
python-pypi/paramiko/HISTORY | 4 ++++
python-pypi/pudb/DEPENDS | 3 ++-
python-pypi/pudb/DETAILS | 4 ++--
python-pypi/pudb/HISTORY | 4 ++++
python-pypi/py/DETAILS | 4 ++--
python-pypi/py/HISTORY | 3 +++
python-pypi/pytest/DETAILS | 4 ++--
python-pypi/pytest/HISTORY | 3 +++
python-pypi/python-gssapi/DEPENDS | 6 ++++++
python-pypi/python-gssapi/DETAILS | 22 ++++++++++++++++++++++
python-pypi/python-gssapi/HISTORY | 2 ++
python-pypi/urwid/DEPENDS | 3 ++-
python-pypi/urwid/DETAILS | 8 ++++----
python-pypi/urwid/HISTORY | 4 ++++
python-pypi/virtualenv/DETAILS | 4 ++--
python-pypi/virtualenv/HISTORY | 3 +++
29 files changed, 123 insertions(+), 23 deletions(-)

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

gevent: new spell, coroutine-based network library

commit 3333ad7763ccf16d711a1c1c34949146c7afe6e6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

greenlet: => 0.4.7

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

pudb: => 2015.3

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

urwid: => 1.3.0

commit 1181e7e2665d43c5cc3e188f7c007d69026b701f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pytest: => 2.7.2

commit 9d335e2a983c2654d170071aad25839ff8851e1e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

py: => 1.4.30

commit 9e8b5c275fb68e564a0c0ac59a969068d53766cc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

virtualenv: => 13.1.0

commit 893602db2a177deedbeefc643853d7d3044d273c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fabric: => 1.10.2

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

paramiko: => 0.15.2

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

python-gssapi: new spell, object-oriented interface to GSSAPI for Python

diff --git a/ChangeLog b/ChangeLog
index 3d61d0a..412822e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/mysqlclient: new spell, MySQL database connector for
Python (with Python 3 support)
+ * python-pypi/python-gssapi: new spell, object-oriented interface to
+ GSSAPI for Python
+ * python-pypi/gevent: new spell, coroutine-based network library

2015-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-test-framework: new spell, framework for running and
diff --git a/python-pypi/fabric/DEPENDS b/python-pypi/fabric/DEPENDS
index 3586723..d16d01b 100755
--- a/python-pypi/fabric/DEPENDS
+++ b/python-pypi/fabric/DEPENDS
@@ -4,6 +4,6 @@ depends PYTHON &&
depends SETUPTOOLS &&
depends paramiko &&

-if spell_ok paramiko && is_version_less $(installed_version paramiko) 1.9.0;
then
+if spell_ok paramiko && is_version_less $(installed_version paramiko)
1.10.0; then
force_depends paramiko
fi
diff --git a/python-pypi/fabric/DETAILS b/python-pypi/fabric/DETAILS
index 0ff0fc2..b067f5f 100755
--- a/python-pypi/fabric/DETAILS
+++ b/python-pypi/fabric/DETAILS
@@ -1,9 +1,9 @@
SPELL=fabric
SPELLX=Fabric
- VERSION=1.8.2
+ VERSION=1.10.2
SOURCE=${SPELLX}-${VERSION}.tar.gz

SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELLX:0:1}/${SPELLX}/${SOURCE}
-
SOURCE_HASH=sha512:299b4d9d7579aac24d955ef8b392e85682057e4f19ea18e5fec764ca6c8a5f181b924e6293990591765cda3b2590c791ae3ea273376d36614c7dd57ccf62a3ea
+
SOURCE_HASH=sha512:3102616a8fbc6237df74eb9b506e95628487d2bb112a56826d388a943b6e8af926f4f174a8d8810b27b63e58d2018667d927795c6a5e53833a1d3fc87324b0af
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE=http://fabfile.org/
LICENSE[0]=BSD
diff --git a/python-pypi/fabric/HISTORY b/python-pypi/fabric/HISTORY
index 849f17c..42cb5ff 100644
--- a/python-pypi/fabric/HISTORY
+++ b/python-pypi/fabric/HISTORY
@@ -1,3 +1,7 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.10.2
+ * DEPENDS: updated paramiko version req
+
2014-03-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.2
* DEPENDS: switched to PYTHON
diff --git a/python-pypi/gevent/BUILD b/python-pypi/gevent/BUILD
new file mode 100755
index 0000000..99427c1
--- /dev/null
+++ b/python-pypi/gevent/BUILD
@@ -0,0 +1,4 @@
+export CARES_EMBED=0 &&
+export LIBEV_EMBED=0 &&
+
+default_build
diff --git a/python-pypi/gevent/DEPENDS b/python-pypi/gevent/DEPENDS
new file mode 100755
index 0000000..3dd3eca
--- /dev/null
+++ b/python-pypi/gevent/DEPENDS
@@ -0,0 +1,6 @@
+# stable supports only Python 2
+depends python &&
+depends SETUPTOOLS &&
+depends greenlet &&
+depends c-ares &&
+depends libev
diff --git a/python-pypi/gevent/DETAILS b/python-pypi/gevent/DETAILS
new file mode 100755
index 0000000..8f52436
--- /dev/null
+++ b/python-pypi/gevent/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=gevent
+ VERSION=1.0.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/g/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:95b8a24e53ad1ac135e63cb13942c5af6f7efb0fdb4fc2737759d07b09c2408b0d569dd30f63b45a342f81501211e98b5b6116ba9574c8a7801b9c551c14bd53
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://gevent.org/
+ LICENSE[0]=MIT
+ ENTERED=20150805
+ SHORT="coroutine-based network library"
+cat << EOF
+gevent is a coroutine-based Python networking library.
+
+Features include:
+
+* Fast event loop based on libev.
+* Lightweight execution units based on greenlet.
+* Familiar API that re-uses concepts from the Python standard library.
+* Cooperative sockets with SSL support.
+* DNS queries performed through c-ares or a threadpool.
+* Ability to use standard library and 3rd party modules written for standard
+ blocking sockets
+EOF
diff --git a/python-pypi/gevent/HISTORY b/python-pypi/gevent/HISTORY
new file mode 100644
index 0000000..5b1d6b5
--- /dev/null
+++ b/python-pypi/gevent/HISTORY
@@ -0,0 +1,2 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: created spell, version 1.0.2
diff --git a/python-pypi/greenlet/DETAILS b/python-pypi/greenlet/DETAILS
index dcfc9ad..7d07ad4 100755
--- a/python-pypi/greenlet/DETAILS
+++ b/python-pypi/greenlet/DETAILS
@@ -1,9 +1,9 @@
SPELL=greenlet
- VERSION=0.4.2
+ VERSION=0.4.7
SOURCE=$SPELL-$VERSION.zip
-
SOURCE_HASH=sha512:9596b740921e4a80bcb43adb725a7a4ea428dadc10ba55f8840837ba685b010c273a4a2bd62c5ba4bfdf27ce87c914a83714d762bacafb8e0a3cd7e2a9675992
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://pypi.python.org/packages/source/g/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:f2a080b9782bc3f91cf7971b97cb00b9d48d6021e01d413c96128ff32165fbd310ec8e9a1a00d03946e3c637162acd7eb6ebf44425580bd2e7511c3cd15fb192
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS=""
LICENSE[0]=MIT
WEB_SITE=https://github.com/python-greenlet/greenlet
diff --git a/python-pypi/greenlet/HISTORY b/python-pypi/greenlet/HISTORY
index 6cb6576..62dbe41 100644
--- a/python-pypi/greenlet/HISTORY
+++ b/python-pypi/greenlet/HISTORY
@@ -1,2 +1,5 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.7
+
2014-05-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: created spell
diff --git a/python-pypi/paramiko/DEPENDS b/python-pypi/paramiko/DEPENDS
index 8b65342..bf60696 100755
--- a/python-pypi/paramiko/DEPENDS
+++ b/python-pypi/paramiko/DEPENDS
@@ -1,4 +1,6 @@
depends PYTHON &&
depends SETUPTOOLS &&
depends pycrypto &&
-depends python-ecdsa
+depends python-ecdsa &&
+
+suggest_depends python-gssapi "" "" "for GSSAPI support"
diff --git a/python-pypi/paramiko/DETAILS b/python-pypi/paramiko/DETAILS
index 8e1ab9e..ff270a2 100755
--- a/python-pypi/paramiko/DETAILS
+++ b/python-pypi/paramiko/DETAILS
@@ -1,8 +1,8 @@
SPELL=paramiko
- VERSION=1.13.0
+ VERSION=1.15.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:b05b93eb27600ac9df178aa4f045ee6b20f0052ea5e3f937d4eb6c6e1940208b02f9d6ddabf3070edaf4a68b86ca817ae77ebfb24a7d1dc725be86f99b071fc6
+
SOURCE_HASH=sha512:c8fe6c5e4c99ac0922c08f3c006b55852f54c3043eb3ddae5b6e5fba0592bf08b10ec399ec6865bbe84c759c8a15a00722247409b666f42e93b18bfd658158cd
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/paramiko/paramiko/
ENTERED=20060403
diff --git a/python-pypi/paramiko/HISTORY b/python-pypi/paramiko/HISTORY
index b354a97..2aab92c 100644
--- a/python-pypi/paramiko/HISTORY
+++ b/python-pypi/paramiko/HISTORY
@@ -1,3 +1,7 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.15.2
+ * DEPENDS: added missing suggest dep
+
2014-04-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.13.0

diff --git a/python-pypi/pudb/DEPENDS b/python-pypi/pudb/DEPENDS
index 994dd96..d6b571f 100755
--- a/python-pypi/pudb/DEPENDS
+++ b/python-pypi/pudb/DEPENDS
@@ -1,4 +1,5 @@
-depends python &&
+depends PYTHON &&
+depends SETUPTOOLS &&
depends urwid &&
depends pygments &&

diff --git a/python-pypi/pudb/DETAILS b/python-pypi/pudb/DETAILS
index 016553a..1e044db 100755
--- a/python-pypi/pudb/DETAILS
+++ b/python-pypi/pudb/DETAILS
@@ -1,8 +1,8 @@
SPELL=pudb
- VERSION=2013.1
+ VERSION=2015.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:ff8464a2b1a6f426a8f4bea6e82d11a8048a4cb7c6d4029d7544c863fee2e7deba394ebb4a93333903e37f80edccfaf61235bc4c9d696b769137fffbab9ba5ba
+
SOURCE_HASH=sha512:b702667c5a91656483020bf4332f49082421c69ef8b464e0a4da8ef042a9220fb7cb524dd0bcc43a8b66bb212c4ca44de906e21f8be713f2f6b5d343627541da
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://pypi.python.org/pypi/pudb
ENTERED=20130210
diff --git a/python-pypi/pudb/HISTORY b/python-pypi/pudb/HISTORY
index 1fa4238..e802924 100644
--- a/python-pypi/pudb/HISTORY
+++ b/python-pypi/pudb/HISTORY
@@ -1,3 +1,7 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2015.3
+ * DEPENDS: added Python 3 support
+
2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2013.1

diff --git a/python-pypi/py/DETAILS b/python-pypi/py/DETAILS
index 1662732..b78322e 100755
--- a/python-pypi/py/DETAILS
+++ b/python-pypi/py/DETAILS
@@ -1,8 +1,8 @@
SPELL=py
- VERSION=1.4.26
+ VERSION=1.4.30
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:5772893d754e4f3fee5de9fdb0eca2c654ac5288eba5c89dac88fd4d9acb2c0795bae61e0c43b37a14471536a1649c9138ac1c4374cd5697307e74062e9813f3
+
SOURCE_HASH=sha512:dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://bitbucket.org/hpk42/py/
LICENSE[0]=MIT
diff --git a/python-pypi/py/HISTORY b/python-pypi/py/HISTORY
index b321e4b..f4fec95 100644
--- a/python-pypi/py/HISTORY
+++ b/python-pypi/py/HISTORY
@@ -1,2 +1,5 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.30
+
2014-12-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: created spell, version 1.4.26
diff --git a/python-pypi/pytest/DETAILS b/python-pypi/pytest/DETAILS
index 1ee1bb8..2b9cb69 100755
--- a/python-pypi/pytest/DETAILS
+++ b/python-pypi/pytest/DETAILS
@@ -1,8 +1,8 @@
SPELL=pytest
- VERSION=2.6.4
+ VERSION=2.7.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:b17f79b0f3c0f6051bedb0d7acadc5d569b3b90b2fce2eddda06a21b654f6077f934aaa9617152d6b2f8babb95c37494f18e050841af601f7f37de25c15b32fd
+
SOURCE_HASH=sha512:5474a4fe58437a4971fb21b1b37dad3c08e18e5d154931ff23e597f881100a3515bf0cf71d06b143465594ad2a91a96f84f4836d84c39691143c8d88ca7a4360
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://pytest.org/
LICENSE[0]=MIT
diff --git a/python-pypi/pytest/HISTORY b/python-pypi/pytest/HISTORY
index 94eb2eb..9b788ea 100644
--- a/python-pypi/pytest/HISTORY
+++ b/python-pypi/pytest/HISTORY
@@ -1,2 +1,5 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.7.2
+
2014-12-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: created spell, version 2.6.4
diff --git a/python-pypi/python-gssapi/DEPENDS
b/python-pypi/python-gssapi/DEPENDS
new file mode 100755
index 0000000..9c25789
--- /dev/null
+++ b/python-pypi/python-gssapi/DEPENDS
@@ -0,0 +1,6 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends cffi &&
+depends six &&
+depends pyasn1 &&
+depends krb5
diff --git a/python-pypi/python-gssapi/DETAILS
b/python-pypi/python-gssapi/DETAILS
new file mode 100755
index 0000000..5be7527
--- /dev/null
+++ b/python-pypi/python-gssapi/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=python-gssapi
+ VERSION=0.6.4
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:5fc2c56d0ddd38015264e2b9bd3b410337b43c7175e04a1b12706e98878c4c085c7cd5d6026121d442181946af37f9d1e0446d2efed378aec85fac349cee192c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/sigmaris/python-gssapi
+ ENTERED=20150805
+ LICENSE[0]=MIT
+ KEYWORDS="python devel"
+ SHORT="object-oriented interface to GSSAPI for Python"
+cat << EOF
+Python-GSSAPI is a Python binding to the Generic Security Service Application
+Program Interface (GSSAPI). The GSSAPI provides a uniform interface to
security
+services which applications can use without having to worry about
implementation
+details of the underlying mechanisms. The most commonly used mechanism is
+Kerberos v5, and this package provides an easy way to use Kerberos
+authentication and security from Python code.
+
+The GSSAPI version 2 is specified in RFC 2743 and the C language bindings
which
+this package is based on are specified in RFC 2744.
+EOF
diff --git a/python-pypi/python-gssapi/HISTORY
b/python-pypi/python-gssapi/HISTORY
new file mode 100644
index 0000000..cc4e5a2
--- /dev/null
+++ b/python-pypi/python-gssapi/HISTORY
@@ -0,0 +1,2 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.6.4
diff --git a/python-pypi/urwid/DEPENDS b/python-pypi/urwid/DEPENDS
index d637527..6d58cf1 100755
--- a/python-pypi/urwid/DEPENDS
+++ b/python-pypi/urwid/DEPENDS
@@ -1,2 +1,3 @@
-depends python &&
+depends PYTHON &&
+depends SETUPTOOLS &&
depends ncurses
diff --git a/python-pypi/urwid/DETAILS b/python-pypi/urwid/DETAILS
index 1b2d134..2608fc3 100755
--- a/python-pypi/urwid/DETAILS
+++ b/python-pypi/urwid/DETAILS
@@ -1,10 +1,10 @@
SPELL=urwid
- VERSION=1.1.1
+ VERSION=1.3.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://excess.org/$SPELL/$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/u/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:2743488f2815e6abff8bf2450b2a3d5756fa026587512cf29a3850be0e585d7c2dd4d50fda7bf1589de32eed93637ac0ee88f002de4b9bee0a72dc6574ef6103
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
- WEB_SITE=http://excess.org/urwid
+ WEB_SITE=http://urwid.org/
LICENSE[0]=LGPL
KEYWORDS="curses python"
SHORT="curses user interfaces library in Python"
diff --git a/python-pypi/urwid/HISTORY b/python-pypi/urwid/HISTORY
index 4c2aaf6..65df5ab 100644
--- a/python-pypi/urwid/HISTORY
+++ b/python-pypi/urwid/HISTORY
@@ -1,3 +1,7 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.0; updated source url & website; gpg
->
+ hash
+
2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.1.1

diff --git a/python-pypi/urwid/urwid-1.1.1.tar.gz.sig
b/python-pypi/urwid/urwid-1.1.1.tar.gz.sig
deleted file mode 100644
index 880c5f4..0000000
Binary files a/python-pypi/urwid/urwid-1.1.1.tar.gz.sig and /dev/null differ
diff --git a/python-pypi/virtualenv/DETAILS b/python-pypi/virtualenv/DETAILS
index 77599d8..5dfdbf9 100755
--- a/python-pypi/virtualenv/DETAILS
+++ b/python-pypi/virtualenv/DETAILS
@@ -1,8 +1,8 @@
SPELL=virtualenv
- VERSION=1.11.4
-
SOURCE_HASH=sha512:92747102f90dcb1bc7143c04bcad2e881e988c85c1f052ffb71fd3dc00f05bfcda16280dff793f385fc692b60e50b4eb9543c7e59e47a4cf36709b0e85f20201
+ VERSION=13.1.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=http://pypi.python.org/packages/source/v/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d2040daa1f91b374f1f3e825be693dba9912d1ca782a6a6c14097def60e6f4cce0cd3d94688c15bdf53000ac6c4f4f05be0b2b5a3f8da4506514d5eb8a008c90
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.virtualenv.org/
LICENSE[0]=MIT
diff --git a/python-pypi/virtualenv/HISTORY b/python-pypi/virtualenv/HISTORY
index f686eb1..f609baf 100644
--- a/python-pypi/virtualenv/HISTORY
+++ b/python-pypi/virtualenv/HISTORY
@@ -1,3 +1,6 @@
+2015-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 13.1.0
+
2014-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.11.4
* DEPENDS: switched to PYTHON (python3 supported)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c6f7e4825f27a1d741cf878d484b463aec23a02e), Vlad Glagolev, 08/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page