Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (8cc191925d15b657d1748899179b59b4cb8b0aca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (8cc191925d15b657d1748899179b59b4cb8b0aca)
  • Date: Sun, 11 Mar 2012 19:40:55 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
python-pypi/calibre/DETAILS | 2 +-
python-pypi/calibre/HISTORY | 3 +++
python-pypi/calibre/calibre-0.8.35.tar.xz.sig | 0
python-pypi/calibre/calibre-0.8.41.tar.xz.sig |binary
python-pypi/python-dateutil/DETAILS | 8 +++++++-
python-pypi/python-dateutil/HISTORY | 4 ++++
python-pypi/python-dateutil/PREPARE | 3 +++
python-pypi/python-dateutil/python-dateutil-1.5.tar.gz.sig |binary
9 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit 8cc191925d15b657d1748899179b59b4cb8b0aca
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

python-dateutil: added the option to select python2 or python3 branch

commit cf2600fbf5211a7891a114fd495098c8601d5f90
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

calibre: updated to 0.8.41

diff --git a/python-pypi/calibre/DETAILS b/python-pypi/calibre/DETAILS
index 4c874ee..eb15598 100755
--- a/python-pypi/calibre/DETAILS
+++ b/python-pypi/calibre/DETAILS
@@ -1,5 +1,5 @@
SPELL=calibre
- VERSION=0.8.35
+ VERSION=0.8.41
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]=http://calibre-ebook.googlecode.com/files/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/python-pypi/calibre/HISTORY b/python-pypi/calibre/HISTORY
index 320d6ef..e4885f0 100644
--- a/python-pypi/calibre/HISTORY
+++ b/python-pypi/calibre/HISTORY
@@ -1,3 +1,6 @@
+2012-03-11 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.8.41
+
2012-01-14 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.8.35
* PRE_BUILD: added to exract the xz archive
diff --git a/python-pypi/calibre/calibre-0.8.35.tar.xz.sig
b/python-pypi/calibre/calibre-0.8.35.tar.xz.sig
deleted file mode 100644
index 065738a..0000000
Binary files a/python-pypi/calibre/calibre-0.8.35.tar.xz.sig and /dev/null
differ
diff --git a/python-pypi/calibre/calibre-0.8.41.tar.xz.sig
b/python-pypi/calibre/calibre-0.8.41.tar.xz.sig
new file mode 100644
index 0000000..8f377d6
Binary files /dev/null and b/python-pypi/calibre/calibre-0.8.41.tar.xz.sig
differ
diff --git a/python-pypi/python-dateutil/DETAILS
b/python-pypi/python-dateutil/DETAILS
index dd9f4f9..e35f463 100755
--- a/python-pypi/python-dateutil/DETAILS
+++ b/python-pypi/python-dateutil/DETAILS
@@ -1,7 +1,13 @@
SPELL=python-dateutil
+if [ "$PYTHON_DATEUTIL_BRANCH" == "python2" ]; then
+ VERSION=1.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+else
VERSION=2.0
-
SOURCE_HASH=sha512:49571d2244fbfb8c3f5e9746f20ec7272ff7fb5d2d738403382d5aee063b88b64440084ab5c311973072e2d7f6cf5c6557990eed9ba20cf0c4321cf72c8a05a5
SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_HASH=sha512:49571d2244fbfb8c3f5e9746f20ec7272ff7fb5d2d738403382d5aee063b88b64440084ab5c311973072e2d7f6cf5c6557990eed9ba20cf0c4321cf72c8a05a5
+fi
SOURCE_URL[0]=http://labix.org/download/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://labix.org/python-dateutil";
diff --git a/python-pypi/python-dateutil/HISTORY
b/python-pypi/python-dateutil/HISTORY
index 0e77200..b0828af 100644
--- a/python-pypi/python-dateutil/HISTORY
+++ b/python-pypi/python-dateutil/HISTORY
@@ -1,3 +1,7 @@
+2012-03-11 Robin Cook <rcook AT wyrms.net>
+ * PREPARE: added to select python2 or python3 branch
+ * DETAILS: changed to use the selection from PREPARE
+
2012-02-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0

diff --git a/python-pypi/python-dateutil/PREPARE
b/python-pypi/python-dateutil/PREPARE
new file mode 100755
index 0000000..c306a15
--- /dev/null
+++ b/python-pypi/python-dateutil/PREPARE
@@ -0,0 +1,3 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch python2 python3
+
diff --git a/python-pypi/python-dateutil/python-dateutil-1.5.tar.gz.sig
b/python-pypi/python-dateutil/python-dateutil-1.5.tar.gz.sig
new file mode 100644
index 0000000..edde002
Binary files /dev/null and
b/python-pypi/python-dateutil/python-dateutil-1.5.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (8cc191925d15b657d1748899179b59b4cb8b0aca), Robin Cook, 03/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page