Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (3a11f135d4892c39b18e96974d594c045e90ba1e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (3a11f135d4892c39b18e96974d594c045e90ba1e)
  • Date: Sun, 10 Oct 2010 12:40:25 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

python-pypi/pybugz/DETAILS | 6 +++---
python-pypi/pybugz/HISTORY | 5 +++++
python-pypi/pybugz/PRE_BUILD | 3 ++-
python-pypi/pybugz/python-2.6-elementtree.patch | 11 -----------
4 files changed, 10 insertions(+), 15 deletions(-)

New commits:
commit a62072ba38af557822df96e1a924dd19ad149d60
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

pybugz: updated to 0.8.0

diff --git a/python-pypi/pybugz/DETAILS b/python-pypi/pybugz/DETAILS
index 765f5eb..885db3f 100755
--- a/python-pypi/pybugz/DETAILS
+++ b/python-pypi/pybugz/DETAILS
@@ -1,9 +1,9 @@
SPELL=pybugz
- VERSION=0.6.11
+ VERSION=0.8.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://media.liquidx.net/static/$SPELL/$SOURCE
-
SOURCE_HASH="sha512:1ccad177f87a80a7b450e730d86003a872913ac8ccb371314606a8509d31056601d708bf5aee63c3780b02f41a4871b546c26fd26d89e771ba9f8dffff33875b"
+ SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:077d8b9db0d4cd2608e78d6b81c25eea633d7dc09c95b0d2954a9b38606e2384c6c71ddbd4d14af384e9ed6d56d228ab2cdd1aae664c59fbebed98203ec1ceab
LICENSE[0]=GPL
WEB_SITE=http://www.liquidx.net/pybugz/
KEYWORDS="util bugzilla"
diff --git a/python-pypi/pybugz/HISTORY b/python-pypi/pybugz/HISTORY
index 790105a..d01cc46 100644
--- a/python-pypi/pybugz/HISTORY
+++ b/python-pypi/pybugz/HISTORY
@@ -1,3 +1,8 @@
+2010-10-10 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 0.8.0
+ * PRE_BUILD: made it friendly for our bugzilla
+
2009-08-05 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD, python-2.6-elementtree.patch:
Added spell from Bug #15070
diff --git a/python-pypi/pybugz/PRE_BUILD b/python-pypi/pybugz/PRE_BUILD
index 682e0ca..81b4bef 100755
--- a/python-pypi/pybugz/PRE_BUILD
+++ b/python-pypi/pybugz/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/python-2.6-elementtree.patch
+# make it friendly for our bugzilla
+sed -i -e "s/https:\/\/bugs.gentoo.org/http:\/\/bugs.sourcemage.org/"
bugz/cli.py
diff --git a/python-pypi/pybugz/python-2.6-elementtree.patch
b/python-pypi/pybugz/python-2.6-elementtree.patch
deleted file mode 100644
index 96093a3..0000000
--- a/python-pypi/pybugz/python-2.6-elementtree.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/bugz.py 2006-09-02 05:35:37.000000000 -0700
-+++ b/bugz.py 2009-02-07 10:13:31.000000000 -0800
-@@ -238,7 +238,7 @@
- from urlparse import urlsplit, urljoin
- from urllib import urlencode
- from urllib2 import build_opener, HTTPCookieProcessor, Request
--from elementtree import ElementTree
-+from xml.etree import ElementTree
- from cookielib import LWPCookieJar, CookieJar
-
- #



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (3a11f135d4892c39b18e96974d594c045e90ba1e), Andraž Levstik, 10/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page