[med-svn] [Git][med-team/python-rdflib-jsonld][master] 4 commits: Drop Python2 support
Andreas Tille
gitlab at salsa.debian.org
Wed Sep 4 15:36:24 BST 2019
Andreas Tille pushed to branch master at Debian Med / python-rdflib-jsonld
Commits:
1c1448d9 by Andreas Tille at 2019-09-04T14:31:05Z
Drop Python2 support
- - - - -
8a4be1da by Andreas Tille at 2019-09-04T14:31:28Z
debhelper-compat 12
- - - - -
e1fa90bb by Andreas Tille at 2019-09-04T14:31:31Z
Standards-Version: 4.4.0
- - - - -
2dcd4b60 by Andreas Tille at 2019-09-04T14:35:30Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+python-rdflib-jsonld (0.4.0-5) unstable; urgency=medium
+
+ * Team upload.
+ * Drop Python2 support
+ Closes: #938123
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+
+ -- Andreas Tille <tille at debian.org> Wed, 04 Sep 2019 16:33:47 +0200
+
python-rdflib-jsonld (0.4.0-4) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,15 +4,8 @@ Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
dh-python,
- python,
- python-all,
- python-setuptools,
- python-rdflib (>= 4.2.1),
- python-html5lib,
- python-sparqlwrapper,
- python-nose,
python3-sphinx,
python3-setuptools,
python3,
@@ -20,26 +13,12 @@ Build-Depends: debhelper (>= 11~),
python3-rdflib (>= 4.2.1),
python3-html5lib,
python3-sparqlwrapper,
- python3-nose,
- python3-sphinx
-Standards-Version: 4.2.1
+ python3-nose
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-rdflib-jsonld
Vcs-Git: https://salsa.debian.org/med-team/python-rdflib-jsonld.git
Homepage: https://github.com/RDFLib/rdflib-jsonld
-Package: python-rdflib-jsonld
-Architecture: all
-Depends: ${python:Depends},
- ${misc:Depends},
- python-rdflib (>= 4.2.1)
-Description: rdflib extension adding JSON-LD parser and serializer in Python 2
- This parser/serialiser will
- .
- - read in an JSON-LD formatted document and create an RDF graph
- - serialize an RDF graph to JSON-LD formatted output
- .
- This is the Python 2 version.
-
Package: python3-rdflib-jsonld
Architecture: all
Depends: ${python3:Depends},
=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@ DH_VERBOSE := 1
export PYBUILD_NAME=rdflib-jsonld
export PYBUILD_DISABLE_python3=test
%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
View it on GitLab: https://salsa.debian.org/med-team/python-rdflib-jsonld/compare/d77a30ff4b730bba68717e9826526a5859d1e128...2dcd4b6092d1c49b820a8d95c56a97875cc68075
--
View it on GitLab: https://salsa.debian.org/med-team/python-rdflib-jsonld/compare/d77a30ff4b730bba68717e9826526a5859d1e128...2dcd4b6092d1c49b820a8d95c56a97875cc68075
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190904/7989942c/attachment-0001.html>
More information about the debian-med-commit
mailing list