Bug#887324: stretch-pu: package python-flask-rdf/0.2.0-1.1~deb9u1

2019-11-08 Thread Andreas Beckmann
Followup-For: Bug #887324
Control: tag -1 - moreinfo

On Thu, 22 Aug 2019 15:07:42 +0200 Andreas Beckmann 
wrote:
> On 21/08/2019 00.30, Adam D. Barratt wrote:
> >> That is not sufficient: #896358, #896385
> >>
> >> ImportError: No module named 'rdflib'
> > 
> > What's the status here?
> 
> Still reproducible in sid (same version as in buster), just reopened
> the bugs.

Obviously the Depends: python{3,}-rdflib has to be added manually.
Seen that in sid, applied to buster and now to stretch on top of the
previous patch.

Andreas
diff -Nru python-flask-rdf-0.2.0/debian/changelog 
python-flask-rdf-0.2.0/debian/changelog
--- python-flask-rdf-0.2.0/debian/changelog 2016-04-04 20:59:20.0 
+0200
+++ python-flask-rdf-0.2.0/debian/changelog 2019-11-09 02:45:10.0 
+0100
@@ -1,3 +1,19 @@
+python-flask-rdf (0.2.0-1.1~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+  * Add (Build-)Depends on python{3,}-rdflib.  (Closes: #896358, #896385)
+
+ -- Andreas Beckmann   Sat, 09 Nov 2019 02:45:10 +0100
+
+python-flask-rdf (0.2.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix the missing dependencies in python3-flask-rdf.
+(Closes: #867429)
+
+ -- Adrian Bunk   Fri, 04 Aug 2017 15:27:27 +0300
+
 python-flask-rdf (0.2.0-1) unstable; urgency=medium
 
   * Imported Upstream version 0.2.0
diff -Nru python-flask-rdf-0.2.0/debian/control 
python-flask-rdf-0.2.0/debian/control
--- python-flask-rdf-0.2.0/debian/control   2016-04-04 20:57:50.0 
+0200
+++ python-flask-rdf-0.2.0/debian/control   2019-11-09 02:27:06.0 
+0100
@@ -9,7 +9,9 @@
python-setuptools,
python3-setuptools,
python-mimeparse (>= 0.1.4),
-   python3-mimeparse
+   python3-mimeparse,
+   python-rdflib,
+   python3-rdflib,
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-flask-rdf.git
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-flask-rdf.git
@@ -19,6 +21,7 @@
 Architecture: all
 Depends: ${python:Depends},
  ${misc:Depends},
+ python-rdflib,
  python-mimeparse (>= 0.1.4)
 Description: Flask decorator to output RDF using content negotiation (Python 2)
  Apply the @flask_rdf decorator to a view function and return an rdflib
@@ -35,8 +38,9 @@
 
 Package: python3-flask-rdf
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
  ${misc:Depends},
+ python3-rdflib,
  python3-mimeparse
 Description: Flask decorator to output RDF using content negotiation (Python 3)
  Apply the @flask_rdf decorator to a view function and return an rdflib


Bug#887324: stretch-pu: package python-flask-rdf/0.2.0-1.1~deb9u1

2019-08-22 Thread Andreas Beckmann
On 21/08/2019 00.30, Adam D. Barratt wrote:
>> That is not sufficient: #896358, #896385
>>
>> ImportError: No module named 'rdflib'
> 
> What's the status here?

Still reproducible in sid (same version as in buster), just reopened the
bugs.


Andreas



Bug#887324: stretch-pu: package python-flask-rdf/0.2.0-1.1~deb9u1

2019-08-20 Thread Adam D. Barratt
On Mon, 2018-06-25 at 05:17 +0200, Andreas Beckmann wrote:
> Control: tag -1 moreinfo
> 
> On Sun, 14 Jan 2018 23:45:31 +0100 Andreas Beckmann 
> wrote:
> > Let's fix the python3 dependency by rebuilding the package from
> > sid,
> > Depends: [-python3-mimeparse-] {+python3-mimeparse, python3-six,
> > python3:any (>= 3.3.2-2~)+}
> 
> That is not sufficient: #896358, #896385
> 
> ImportError: No module named 'rdflib'

What's the status here?

Regards,

Adam



Bug#887324: stretch-pu: package python-flask-rdf/0.2.0-1.1~deb9u1

2018-06-24 Thread Andreas Beckmann
Control: tag -1 moreinfo

On Sun, 14 Jan 2018 23:45:31 +0100 Andreas Beckmann  wrote:
> Let's fix the python3 dependency by rebuilding the package from sid,

> Depends: [-python3-mimeparse-] {+python3-mimeparse, python3-six, python3:any 
> (>= 3.3.2-2~)+}

That is not sufficient: #896358, #896385

ImportError: No module named 'rdflib'


Andreas



Bug#887324: stretch-pu: package python-flask-rdf/0.2.0-1.1~deb9u1

2018-01-14 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Let's fix the python3 dependency by rebuilding the package from sid,
#867429

$ debdiff python3-flask-rdf_0.2.0-1_all.deb 
python3-flask-rdf_0.2.0-1.1~deb9u1_all.deb
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

Depends: [-python3-mimeparse-] {+python3-mimeparse, python3-six, python3:any 
(>= 3.3.2-2~)+}
Version: [-0.2.0-1-] {+0.2.0-1.1~deb9u1+}


Andreas
diff -Nru python-flask-rdf-0.2.0/debian/changelog 
python-flask-rdf-0.2.0/debian/changelog
--- python-flask-rdf-0.2.0/debian/changelog 2016-04-04 20:59:20.0 
+0200
+++ python-flask-rdf-0.2.0/debian/changelog 2018-01-14 23:37:38.0 
+0100
@@ -1,3 +1,18 @@
+python-flask-rdf (0.2.0-1.1~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann   Sun, 14 Jan 2018 23:37:38 +0100
+
+python-flask-rdf (0.2.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix the missing dependencies in python3-flask-rdf.
+(Closes: #867429)
+
+ -- Adrian Bunk   Fri, 04 Aug 2017 15:27:27 +0300
+
 python-flask-rdf (0.2.0-1) unstable; urgency=medium
 
   * Imported Upstream version 0.2.0
diff -Nru python-flask-rdf-0.2.0/debian/control 
python-flask-rdf-0.2.0/debian/control
--- python-flask-rdf-0.2.0/debian/control   2016-04-04 20:57:50.0 
+0200
+++ python-flask-rdf-0.2.0/debian/control   2017-08-04 14:27:08.0 
+0200
@@ -35,7 +35,7 @@
 
 Package: python3-flask-rdf
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
  ${misc:Depends},
  python3-mimeparse
 Description: Flask decorator to output RDF using content negotiation (Python 3)