Skip to Content.
Sympa Menu

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

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 (b00ec016096a01d14791295a379b49a5dff538eb)
  • Date: Sun, 24 Mar 2013 05:57:24 -0500

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

dev/null |binary
python-pypi/distribute/DETAILS | 4 ++--
python-pypi/distribute/HISTORY | 3 +++
python-pypi/pudb/DETAILS | 4 ++--
python-pypi/pudb/HISTORY | 3 +++
python-pypi/roundup/DEPENDS | 3 ++-
python-pypi/roundup/HISTORY | 4 ++++
python-pypi/urwid/DETAILS | 2 +-
python-pypi/urwid/HISTORY | 3 +++
python-pypi/urwid/urwid-1.1.1.tar.gz.sig |binary
10 files changed, 20 insertions(+), 6 deletions(-)

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

pudb: => 2013.1

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

urwid: => 1.1.1

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

distribute: => 0.6.35

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

roundup: added suggest dependency on native SQLite extension for Python

diff --git a/python-pypi/distribute/DETAILS b/python-pypi/distribute/DETAILS
index 3882843..812aba7 100755
--- a/python-pypi/distribute/DETAILS
+++ b/python-pypi/distribute/DETAILS
@@ -1,6 +1,6 @@
SPELL=distribute
- VERSION=0.6.34
-
SOURCE_HASH=sha512:348d5c77dd1cf24a0f568be68aa19df3e0a1a1971d643850dd6133bbba9b9cb7574cc84195863d824c2d603d408b35bf3518bfb49bae0a90ab8971bf773c5e67
+ VERSION=0.6.35
+
SOURCE_HASH=sha512:79e00fafe3dd1ae499dc3ad6ccd7dfb53254544765de64b929bb32737edc2bc948406973469d830a1e39da229949d9ed966088c635fc20819cc8667d5d8ea2e7
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://pypi.python.org/packages/source/d/${SPELL}/${SOURCE}
diff --git a/python-pypi/distribute/HISTORY b/python-pypi/distribute/HISTORY
index 4ec20b3..d22af8a 100644
--- a/python-pypi/distribute/HISTORY
+++ b/python-pypi/distribute/HISTORY
@@ -1,3 +1,6 @@
+2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.35
+
2013-01-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.6.34

diff --git a/python-pypi/pudb/DETAILS b/python-pypi/pudb/DETAILS
index d9871b8..016553a 100755
--- a/python-pypi/pudb/DETAILS
+++ b/python-pypi/pudb/DETAILS
@@ -1,8 +1,8 @@
SPELL=pudb
- VERSION=2012.3
+ VERSION=2013.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:d9a26a7eaf20b8c59bb453faf7aa698618ac10203ad487cc0791455ae7338c6e04d6ccf821d1e142f6d920bcf89f1f87ac10f4bbf93269b63578c95b44588c87
+
SOURCE_HASH=sha512:ff8464a2b1a6f426a8f4bea6e82d11a8048a4cb7c6d4029d7544c863fee2e7deba394ebb4a93333903e37f80edccfaf61235bc4c9d696b769137fffbab9ba5ba
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 8c145c7..1fa4238 100644
--- a/python-pypi/pudb/HISTORY
+++ b/python-pypi/pudb/HISTORY
@@ -1,3 +1,6 @@
+2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2013.1
+
2013-02-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2012.3
* DEPENDS: added suggest dependencies
diff --git a/python-pypi/roundup/DEPENDS b/python-pypi/roundup/DEPENDS
index 057f00f..87de9ab 100755
--- a/python-pypi/roundup/DEPENDS
+++ b/python-pypi/roundup/DEPENDS
@@ -2,7 +2,8 @@ depends python &&

suggest_depends pytz "" "" "for the full timezone support (recommended)" &&
suggest_depends pyopenssl "" "" "for SSL support in built-in server" &&
-suggest_depends pysqlite "" "" "for SQLite database support" &&
+suggest_depends pysqlite "" "" "for SQLite database support via pysqlite" &&
+suggest_depends -sub SQLITE python "" "" "for SQLite database support via
native Python module" &&
suggest_depends psycopg2 "" "" "for PostgreSQL database support" &&
suggest_depends mysql-python "" "" "for MySQL database support" &&
suggest_depends pyme "" "" "for OpenPGP MIME messages'
verification/decryption"
diff --git a/python-pypi/roundup/HISTORY b/python-pypi/roundup/HISTORY
index ac65baf..d35c918 100644
--- a/python-pypi/roundup/HISTORY
+++ b/python-pypi/roundup/HISTORY
@@ -1,3 +1,7 @@
+2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added suggest dependency on native SQLite extension for
+ Python
+
2012-11-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.20; SECURITY_PATCH++

diff --git a/python-pypi/urwid/DETAILS b/python-pypi/urwid/DETAILS
index eb36588..1b2d134 100755
--- a/python-pypi/urwid/DETAILS
+++ b/python-pypi/urwid/DETAILS
@@ -1,5 +1,5 @@
SPELL=urwid
- VERSION=0.9.9.3
+ VERSION=1.1.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://excess.org/$SPELL/$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/urwid/HISTORY b/python-pypi/urwid/HISTORY
index b70cbf5..4c2aaf6 100644
--- a/python-pypi/urwid/HISTORY
+++ b/python-pypi/urwid/HISTORY
@@ -1,3 +1,6 @@
+2013-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.1
+
2011-12-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.9.9.3

diff --git a/python-pypi/urwid/urwid-0.9.9.3.tar.gz.sig
b/python-pypi/urwid/urwid-0.9.9.3.tar.gz.sig
deleted file mode 100644
index ccd5274..0000000
Binary files a/python-pypi/urwid/urwid-0.9.9.3.tar.gz.sig and /dev/null differ
diff --git a/python-pypi/urwid/urwid-1.1.1.tar.gz.sig
b/python-pypi/urwid/urwid-1.1.1.tar.gz.sig
new file mode 100644
index 0000000..880c5f4
Binary files /dev/null and b/python-pypi/urwid/urwid-1.1.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b00ec016096a01d14791295a379b49a5dff538eb), Vlad Glagolev, 03/24/2013

Archive powered by MHonArc 2.6.24.

Top of Page