Skip to Content.
Sympa Menu

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

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 (8a6275319e1a84cf37d2192861c2a27a62dfa379)
  • Date: Mon, 27 Feb 2012 05:13:23 -0600

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

python-pypi/beaker/DETAILS | 4 ++--
python-pypi/beaker/HISTORY | 3 +++
python-pypi/pyparsing/DETAILS | 9 +++++----
python-pypi/pyparsing/HISTORY | 4 ++++
python-pypi/python-dateutil/DETAILS | 4 ++--
python-pypi/python-dateutil/HISTORY | 3 +++
python-pypi/python-markdown/DETAILS | 13 +++++++------
python-pypi/python-markdown/HISTORY | 6 ++++++
python-pypi/python-markdown/PRE_BUILD | 2 --
python-pypi/scipy/DEPENDS | 2 --
python-pypi/scipy/DETAILS | 7 ++++---
python-pypi/scipy/HISTORY | 5 +++++
python-pypi/webhelpers/DETAILS | 4 ++--
python-pypi/webhelpers/HISTORY | 3 +++
14 files changed, 46 insertions(+), 23 deletions(-)

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

scipy: => 0.10.0

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

pyparsing: => 1.5.6

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

python-dateutil: => 2.0

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

beaker: => 1.6.2

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

webhelpers: => 1.3

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

python-markdown: => 2.1.1

diff --git a/python-pypi/beaker/DETAILS b/python-pypi/beaker/DETAILS
index 95b5016..559f66c 100755
--- a/python-pypi/beaker/DETAILS
+++ b/python-pypi/beaker/DETAILS
@@ -1,7 +1,7 @@
SPELL=beaker
SPELLX=Beaker
- VERSION=1.6.1
-
SOURCE_HASH=sha512:d6fabcd4167d5b4dd27470db912fcda9347860ca851ffa91e62566321a93f1d4d6bdd61c66b34a557065d6b31df4c6143acb5c8ace2b08056987decfeaa42d1d
+ VERSION=1.6.2
+
SOURCE_HASH=sha512:926f6d3fe30f1706e3093c7ac94c6e2a90e11a4f227bc96423c1bb49e21a445f7f5b3c9819a5d740e57acb010eb87c729902ae933c6e18ab5cf1f9c7e8fd6733
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/B/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/beaker/HISTORY b/python-pypi/beaker/HISTORY
index fc3ae25..e06f386 100644
--- a/python-pypi/beaker/HISTORY
+++ b/python-pypi/beaker/HISTORY
@@ -1,3 +1,6 @@
+2012-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.2
+
2011-11-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.1

diff --git a/python-pypi/pyparsing/DETAILS b/python-pypi/pyparsing/DETAILS
index 87bbe0b..41e0e7f 100755
--- a/python-pypi/pyparsing/DETAILS
+++ b/python-pypi/pyparsing/DETAILS
@@ -1,11 +1,12 @@
SPELL=pyparsing
- VERSION=1.5.5
-
SOURCE_HASH=sha512:e270cb0e5f5b47c474eca5005467eac9e9ee3e7fe4017cd5f4fd774658b57eb52bd868c4e42964bf441a2048e12aecbdc05fbdcca3fc61e04eaba248d385a858
+ VERSION=1.5.6
+
SOURCE_HASH=sha512:614c1a016d121b7c4ecf90a164bbe323affd6cf72319c8494e9a583078ffa233c351627fc3e793307e407e043570f8301f112c4d86645dcd130220ed976289c8
SOURCE="$SPELL-$VERSION.tar.gz"
- SOURCE_URL[0]="$SOURCEFORGE_URL/$SPELL/$SOURCE"
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+ SOURCE_URL[1]="$SOURCEFORGE_URL/$SPELL/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
# DOCS='NEWS README* docs/*'
- WEB_SITE="http://$SPELL.sourceforge.net/";
+ WEB_SITE=http://pyparsing.wikispaces.com
LICENSE[0]='MIT'
KEYWORDS="python devel"
SHORT='pyparsing is a general parsing module for Python'
diff --git a/python-pypi/pyparsing/HISTORY b/python-pypi/pyparsing/HISTORY
index 03286b4..3c607c9 100644
--- a/python-pypi/pyparsing/HISTORY
+++ b/python-pypi/pyparsing/HISTORY
@@ -1,3 +1,7 @@
+2012-02-27 Treeve Jelbert <treeve AT sourcmage.org>
+ * DETAILS: version 1.5.6
+ new website, extra url
+
2011-06-22 Peng Chang (Charles) <chp AT sourcemage.org>
* DETAILS: updated spell to 1.5.5

diff --git a/python-pypi/python-dateutil/DETAILS
b/python-pypi/python-dateutil/DETAILS
index 59ec612..dd9f4f9 100755
--- a/python-pypi/python-dateutil/DETAILS
+++ b/python-pypi/python-dateutil/DETAILS
@@ -1,6 +1,6 @@
SPELL=python-dateutil
- VERSION=1.5
-
SOURCE_HASH=sha512:94191a551822c6b1d3c16523c32ab50aa33c45654e9c8b3d81739305e95dd980e14112be0d7ff92fe226c10fd0e6f5b7d287e86dfddbbdb1a5a5a1ec3ff8c563
+ VERSION=2.0
+
SOURCE_HASH=sha512:49571d2244fbfb8c3f5e9746f20ec7272ff7fb5d2d738403382d5aee063b88b64440084ab5c311973072e2d7f6cf5c6557990eed9ba20cf0c4321cf72c8a05a5
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://labix.org/download/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/python-pypi/python-dateutil/HISTORY
b/python-pypi/python-dateutil/HISTORY
index 79fe438..0e77200 100644
--- a/python-pypi/python-dateutil/HISTORY
+++ b/python-pypi/python-dateutil/HISTORY
@@ -1,3 +1,6 @@
+2012-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: updated setuptools dependency to SETUPTOOLS provider

diff --git a/python-pypi/python-markdown/DETAILS
b/python-pypi/python-markdown/DETAILS
index 516ab6c..d523d10 100755
--- a/python-pypi/python-markdown/DETAILS
+++ b/python-pypi/python-markdown/DETAILS
@@ -1,11 +1,12 @@
SPELL=python-markdown
- VERSION=1.6b
- SOURCE="markdown-${VERSION}.zip"
- SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:76a4a43396308c19ece36a2ea33dcd522cad1c373838f9a4c73fc608bc7dba49c569376c7425b1dc43a824304346c64623dcf52f1a254a224de48eb5709af02f
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/markdown-${VERSION}"
+ SPELLX=Markdown
+ VERSION=2.1.1
+
SOURCE_HASH=sha512:aa20209afc0f8b6bd3f39307b8487ffdf47b2ad017b8c6db70fcb2878c751a007c7f99bc71b1fe8abb7553468997a7b2be69f12211015835b94521a8c8c8657b
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/M/${SPELLX}/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE="http://www.freewisdom.org/projects/python-markdown/";
- LICENSE[0]=GPL
+ LICENSE[0]=BSD
ENTERED=20070910
SHORT="a Python implementation of John Gruber's Markdown"
cat << EOF
diff --git a/python-pypi/python-markdown/HISTORY
b/python-pypi/python-markdown/HISTORY
index 9d42fc6..19cd793 100644
--- a/python-pypi/python-markdown/HISTORY
+++ b/python-pypi/python-markdown/HISTORY
@@ -1,2 +1,8 @@
+2012-02-27 Treeve Jelbert <treeve AT sourcemage.oge>
+ * DETAILS: version 2.1.1
+ new url
+ LICENCE=BSD
+ * PRE_BUILD: deleted
+
2007-09-10 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS, DEPENDS, PRE_BUILD, HISTORY: created spell
diff --git a/python-pypi/python-markdown/PRE_BUILD
b/python-pypi/python-markdown/PRE_BUILD
deleted file mode 100755
index 983d211..0000000
--- a/python-pypi/python-markdown/PRE_BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-default_pre_build &&
-rm -rf ${BUILD_DIRECTORY}/releases
diff --git a/python-pypi/scipy/DEPENDS b/python-pypi/scipy/DEPENDS
index d0ddb20..6bc1e1d 100755
--- a/python-pypi/scipy/DEPENDS
+++ b/python-pypi/scipy/DEPENDS
@@ -1,4 +1,2 @@
depends atlas &&
depends numpy
-
-#depends scipy_core
diff --git a/python-pypi/scipy/DETAILS b/python-pypi/scipy/DETAILS
index c7f1509..dc71723 100755
--- a/python-pypi/scipy/DETAILS
+++ b/python-pypi/scipy/DETAILS
@@ -1,9 +1,10 @@
SPELL=scipy
- VERSION=0.9.0
-
SOURCE_HASH=sha512:2c9be17d4f9daea23dab7449282f522641a7bfc0bdb0005631f2a89da44681c4b4e98bdff8b76ee451c1ee36cf3dd2eaf45f670cfaff86c10d49bf5478ac3c43
+ VERSION=0.10.0
+
SOURCE_HASH=sha512:7ff9f7865d0a94cd295389f1b6296433d3307f246a35fec386eb824d8f619d0ed4e1673f5d83cb75c13578addc5ea64ee304af677c3be0a9693c232fe16057ba
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
+ SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
LICENSE[0]=GPL
WEB_SITE=http://www.scipy.org/
KEYWORDS="science python devel"
diff --git a/python-pypi/scipy/HISTORY b/python-pypi/scipy/HISTORY
index f78a6ac..dc970ac 100644
--- a/python-pypi/scipy/HISTORY
+++ b/python-pypi/scipy/HISTORY
@@ -1,3 +1,8 @@
+2012-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.19.0
+ extra url
+ * DEPENDS: cleanup
+
2011-05-15 Peng Chang (Charles) <chp AT sourcemage.org>
* BUILD: unset LDFLAGS http://projects.scipy.org/numpy/ticket/182
* DETAILS: updated spell to 0.9.0
diff --git a/python-pypi/webhelpers/DETAILS b/python-pypi/webhelpers/DETAILS
index 2c6f035..2dd0186 100755
--- a/python-pypi/webhelpers/DETAILS
+++ b/python-pypi/webhelpers/DETAILS
@@ -1,7 +1,7 @@
SPELL=webhelpers
SPELLX=WebHelpers
- VERSION=1.2
-
SOURCE_HASH=sha512:83824fdf7f6b4303de408f2ad02484f5e07ae6a933282fd06d9b2e7ce7cd929c516db6e725cd2a547a0117a2f7e78f950d88471e3893982b7d861a954130ad25
+ VERSION=1.3
+
SOURCE_HASH=sha512:ff1f19c5b878bdcb05664523d16fce1abb012957f00a97c06b3b5db581c6a361a2db5516b47a0e2b107bc9ba73270ccb323afb240cc67a34d6f15ce9462fad77
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/W/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/webhelpers/HISTORY b/python-pypi/webhelpers/HISTORY
index a20f258..6da693c 100644
--- a/python-pypi/webhelpers/HISTORY
+++ b/python-pypi/webhelpers/HISTORY
@@ -1,3 +1,6 @@
+2012-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: updated setuptools dependency to SETUPTOOLS provider




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

Archive powered by MHonArc 2.6.24.

Top of Page