[Python-modules-commits] r26932 - in packages/sparqlwrapper/trunk/debian (4 files)
obergix at users.alioth.debian.org
obergix at users.alioth.debian.org
Mon Dec 30 14:34:14 UTC 2013
Date: Monday, December 30, 2013 @ 14:34:13
Author: obergix
Revision: 26932
Merge tag 'debian/1.4.1-1.2'
sparql-wrapper-python Debian release 1.4.1-1.2
Added:
packages/sparqlwrapper/trunk/debian/patches/
packages/sparqlwrapper/trunk/debian/patches/removefixedversdeponrdflib.patch
packages/sparqlwrapper/trunk/debian/patches/series
Modified:
packages/sparqlwrapper/trunk/debian/changelog
Modified: packages/sparqlwrapper/trunk/debian/changelog
===================================================================
--- packages/sparqlwrapper/trunk/debian/changelog 2013-12-30 14:33:08 UTC (rev 26931)
+++ packages/sparqlwrapper/trunk/debian/changelog 2013-12-30 14:34:13 UTC (rev 26932)
@@ -1,3 +1,10 @@
+sparql-wrapper-python (1.4.1-1.2) unstable; urgency=medium
+
+ * NMU : Change fixed version requirement on rdflib for similar reasons
+ as in #731411.
+
+ -- Olivier Berger <obergix at debian.org> Wed, 11 Dec 2013 15:35:57 +0100
+
sparql-wrapper-python (1.4.1-1.1) unstable; urgency=low
* NMU : just rebuild with Python 2.7 which removes fixed dependency on
Added: packages/sparqlwrapper/trunk/debian/patches/removefixedversdeponrdflib.patch
===================================================================
--- packages/sparqlwrapper/trunk/debian/patches/removefixedversdeponrdflib.patch (rev 0)
+++ packages/sparqlwrapper/trunk/debian/patches/removefixedversdeponrdflib.patch 2013-12-30 14:34:13 UTC (rev 26932)
@@ -0,0 +1,23 @@
+Description: Remove fixed version dependency on rdflib 2.4.2
+ Rdflib 2.4.2 strict is not needed, as later versions have been in Debian for a long time.
+ Having this version mentioned in /usr/share/pyshared/SPARQLWrapper-1.4.1.egg-info/requires.txt
+ makes it impossible to run auto-tests during packaging of libs depending on sparqlwrapper.
+ See #731411 for more details.
+ .
+ sparql-wrapper-python (1.4.1-1.2) unstable; urgency=medium
+ .
+ * NMU : Change fixed version requirement on rdflib for similar reasons
+ as in #731411.
+Author: Olivier Berger <obergix at debian.org>
+
+--- sparql-wrapper-python-1.4.1.orig/setup.py
++++ sparql-wrapper-python-1.4.1/setup.py
+@@ -9,7 +9,7 @@ _install_requires = []
+
+ # rdflib
+ _requires.append('rdflib')
+-_install_requires.append('rdflib == 2.4.2')
++_install_requires.append('rdflib >= 2.4.2')
+
+ # simplejson
+ if sys.version_info[0:2] < (2, 6):
Added: packages/sparqlwrapper/trunk/debian/patches/series
===================================================================
--- packages/sparqlwrapper/trunk/debian/patches/series (rev 0)
+++ packages/sparqlwrapper/trunk/debian/patches/series 2013-12-30 14:34:13 UTC (rev 26932)
@@ -0,0 +1 @@
+removefixedversdeponrdflib.patch
More information about the Python-modules-commits
mailing list