Skip to Content.
Sympa Menu

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

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 (ebee328845c3fdbe4cb95b80a98832e1244fe782)
  • Date: Tue, 22 Jul 2008 14:16:35 -0500

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

dev/null |binary
python-pypi/flup/DEPENDS | 2 +-
python-pypi/flup/DETAILS | 7 ++++---
python-pypi/flup/HISTORY | 4 ++++
python-pypi/flup/flup-1.0.1.tar.gz.sig |binary
python-pypi/flup/flup-1.0.tar.gz.sig | 0
6 files changed, 9 insertions(+), 4 deletions(-)

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

flup: => 1.0.1

diff --git a/python-pypi/flup/DEPENDS b/python-pypi/flup/DEPENDS
index 8f99c78..bc66e00 100755
--- a/python-pypi/flup/DEPENDS
+++ b/python-pypi/flup/DEPENDS
@@ -1,2 +1,2 @@
depends python &&
-depends setuptools
+depends setuptools
diff --git a/python-pypi/flup/DETAILS b/python-pypi/flup/DETAILS
index a002612..2351017 100755
--- a/python-pypi/flup/DETAILS
+++ b/python-pypi/flup/DETAILS
@@ -1,14 +1,15 @@
SPELL=flup
- VERSION=1.0
+ VERSION=1.0.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.saddi.com/software/$SPELL/dist/$SOURCE
+ SOURCE_URL[1]=http://pypi.python.org/packages/source/f/$SPELL/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.saddi.com/software/flup/
GATHER_DOCS=off
LICENSE[0]=BSD
ENTERED=20071117
- SHORT="Random assortment of WSGI servers"
+ SHORT="random assortment of WSGI servers"
cat << EOF
flup is a collection of modules for the Python Web Server Gateway Interface,
including support for AJP, FastCGI and SCGI.
diff --git a/python-pypi/flup/HISTORY b/python-pypi/flup/HISTORY
index 7a089ec..25ccc58 100644
--- a/python-pypi/flup/HISTORY
+++ b/python-pypi/flup/HISTORY
@@ -1,3 +1,7 @@
+2008-07-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.1, fixed long desc, added 2nd src url
+ * DEPENDS: cleaned up
+
2008-06-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: don't do useless doc'ing

diff --git a/python-pypi/flup/flup-1.0.1.tar.gz.sig
b/python-pypi/flup/flup-1.0.1.tar.gz.sig
new file mode 100644
index 0000000..df0b413
Binary files /dev/null and b/python-pypi/flup/flup-1.0.1.tar.gz.sig differ
diff --git a/python-pypi/flup/flup-1.0.tar.gz.sig
b/python-pypi/flup/flup-1.0.tar.gz.sig
deleted file mode 100644
index be98c86..0000000
Binary files a/python-pypi/flup/flup-1.0.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ebee328845c3fdbe4cb95b80a98832e1244fe782), Vlad Glagolev, 07/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page