Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d48cf0b79130f5861e04f72315b757e47677c5ea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d48cf0b79130f5861e04f72315b757e47677c5ea)
  • Date: Mon, 27 Feb 2012 06:21:14 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

python-pypi/markupsafe/DETAILS | 4 ++--
python-pypi/markupsafe/HISTORY | 6 +++++-
python-pypi/markupsafe/PRE_BUILD | 8 ++++++++
python-pypi/twisted/DETAILS | 6 +++---
python-pypi/twisted/HISTORY | 4 ++++
5 files changed, 22 insertions(+), 6 deletions(-)

New commits:
commit d48cf0b79130f5861e04f72315b757e47677c5ea
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

twisted: => 12.0.0

commit e7be57355cfbb183700ad582a867deaa0be2c0b5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

markupsafe: => 0.15
fix setuptools usage

diff --git a/python-pypi/markupsafe/DETAILS b/python-pypi/markupsafe/DETAILS
index fddb2fe..50acc12 100755
--- a/python-pypi/markupsafe/DETAILS
+++ b/python-pypi/markupsafe/DETAILS
@@ -1,7 +1,7 @@
SPELL=markupsafe
SPELLX=MarkupSafe
- VERSION=0.12
-
SOURCE_HASH=sha512:41a566ab39a494154c8b3bcdf8a4f1d4a028ec2982a24e9e0598dd4a13241f4fe77af22926627b0ec9437a4d214813f4ec5395243b6c4137b0a50d7fbe877076
+ VERSION=0.15
+
SOURCE_HASH=sha512:151f293272c41ea3d941c525bf5ec81faad8ad390e3d64691e6f73cba1428aaf949784a02996e1b782a6ff5311d13d7f1ea0fa5c2cce51e7c40c2fe98e32d7a4
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/M/$SPELLX/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
diff --git a/python-pypi/markupsafe/HISTORY b/python-pypi/markupsafe/HISTORY
index 07249c8..b674ecd 100644
--- a/python-pypi/markupsafe/HISTORY
+++ b/python-pypi/markupsafe/HISTORY
@@ -1,4 +1,8 @@
-2011-0611 Treeve Jelbert <treeve AT sourcemage.org>
+2012-02-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.15
+ * PRE_BUILD: added, fix setuptools usage
+
+2011-06-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.12

2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
diff --git a/python-pypi/markupsafe/PRE_BUILD
b/python-pypi/markupsafe/PRE_BUILD
new file mode 100755
index 0000000..e331ebf
--- /dev/null
+++ b/python-pypi/markupsafe/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/^from set/c \
+try: \
+ from setuptools import setup, Extension, Feature\
+except ImportError: \
+ from distutils.core import setup, Extension, Feature
+' setup.py
diff --git a/python-pypi/twisted/DETAILS b/python-pypi/twisted/DETAILS
index df79b99..c9269c8 100755
--- a/python-pypi/twisted/DETAILS
+++ b/python-pypi/twisted/DETAILS
@@ -1,9 +1,9 @@
SPELL=twisted
- VERSION=10.2.0
-
SOURCE_HASH=sha512:ee361df24d789af8ddb6d2f84512431ea73b7f7754d41be4acdae376785a808a74bb341e320f8551c5636d1767b9d5d71a4793accb15ecd7fcc2410820013c45
+ VERSION=12.0.0
+
SOURCE_HASH=sha512:d0eac19acb2cea61ba51ca7c5702f93e5f54902d3088ec832db991ad0f8c9ac37005e97d90de1e485f031b305454f4b6780201b8260f275584e525bee3444bb7
SOURCE=Twisted-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Twisted-$VERSION
-
SOURCE_URL[0]=http://tmrc.mit.edu/mirror/twisted/Twisted/${VERSION%.*}/$SOURCE
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/T/Twisted/$SOURCE
WEB_SITE=http://twistedmatrix.com/
ENTERED=20040222
LICENSE[0]=MIT
diff --git a/python-pypi/twisted/HISTORY b/python-pypi/twisted/HISTORY
index 6a05209..dbf8480 100644
--- a/python-pypi/twisted/HISTORY
+++ b/python-pypi/twisted/HISTORY
@@ -1,3 +1,7 @@
+2012-02-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 12.0.0
+ new url
+
2012-01-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 10.2.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d48cf0b79130f5861e04f72315b757e47677c5ea), Treeve Jelbert, 02/27/2012

Archive powered by MHonArc 2.6.24.

Top of Page