Bug#896358: marked as done (python3-flask-rdf: flask_rdf fails to import)

2019-12-03 Thread Debian Bug Tracking System
Your message dated Tue, 03 Dec 2019 21:48:04 +
with message-id 
and subject line Bug#896358: fixed in python-flask-rdf 0.2.0-1.1~deb9u1
has caused the Debian Bug report #896358,
regarding python3-flask-rdf: flask_rdf fails to import
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
896358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-flask-rdf
Version: 0.2.0-1.1
Severity: serious
User: helm...@debian.org
Usertags: python-import

After installing python3-flask-rdf importing the module flask_rdf
into a python interpreter fails with the following error:

Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/flask_rdf/__init__.py", line 1, in 

from . import bottle
  File "/usr/lib/python3/dist-packages/flask_rdf/bottle.py", line 2, in 
from .common_decorators import ViewDecorator
  File "/usr/lib/python3/dist-packages/flask_rdf/common_decorators.py", line 3, 
in 
from rdflib.graph import Graph
ModuleNotFoundError: No module named 'rdflib'

The vast majority of import failures is attributed to missing dependencies.
Often times that manifests as an ImportError or ModuleNotFoundError.
Typically, dependencies should be inserted by dh-python via ${python:Depends}
or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
install_requires in setup.py. Sometimes a missing dependency of a dependency
is the cause, in such cases this bug should be reassigned.

Helmut
--- End Message ---
--- Begin Message ---
Source: python-flask-rdf
Source-Version: 0.2.0-1.1~deb9u1

We believe that the bug you reported is fixed in the latest version of
python-flask-rdf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 896...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated python-flask-rdf 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Nov 2019 02:45:10 +0100
Source: python-flask-rdf
Binary: python-flask-rdf python3-flask-rdf
Architecture: source
Version: 0.2.0-1.1~deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Iain R. Learmonth 
Changed-By: Andreas Beckmann 
Description:
 python-flask-rdf - Flask decorator to output RDF using content negotiation 
(Python 2
 python3-flask-rdf - Flask decorator to output RDF using content negotiation 
(Python 3
Closes: 867429 896358 896385
Changes:
 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)
 .
 python-flask-rdf (0.2.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix the missing dependencies in python3-flask-rdf.
 (Closes: #867429)
Checksums-Sha1:
 a14a0a15649fa1b560b423455612c501023a65ee 2220 
python-flask-rdf_0.2.0-1.1~deb9u1.dsc
 f274d0bac8010d63cfa168f997211af30cbdce01 2624 
python-flask-rdf_0.2.0-1.1~deb9u1.debian.tar.xz
 6d0c59d1c6e71bed705a0e599381fd800fd9d5d1 6861 
python-flask-rdf_0.2.0-1.1~deb9u1_source.buildinfo
Checksums-Sha256:
 23a38bc32b629da66800443d007ed18923d46af24f5b0dd1cd1f128b905243b8 2220 
python-flask-rdf_0.2.0-1.1~deb9u1.dsc
 b827414954b03ec1379e63e11da430fe7166294af05557a6dd12302f2b4053c4 2624 
python-flask-rdf_0.2.0-1.1~deb9u1.debian.tar.xz
 aeae52f9a5365f1df494e79aa19c23162002b09181fe87ba3b78f4bd5ef32fb1 6861 
python-flask-rdf_0.2.0-1.1~deb9u1_source.buildinfo
Files:
 31c32a53fe4a3bba5cf18e84c7fe7053 2220 python optional 
python-flask-rdf_0.2.0-1.1~deb9u1.dsc
 7250e4a325ea3337dd3ef48c102b417c 2624 python optional 
python-flask-rdf_0.2.0-1.1~deb9u1.debian.tar.xz
 7bc652eb23bf45917e07e85dab0fa676 6861 python optional 
python-flask-rdf_0.2.0-1.1~deb9u1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAl3GG/YQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCCQtEACrB9n4JxdzDF+FlOVR1MUtwGZT2aa66xad
BR1vJbi/SYEnIK1uNQhXrRBqCUbKcssIRf5dMkQM5OGxeILd8ySdTMYY7xQzvQeF
igJPZees97s4t3wQ0aLo+LfK65sOKZB/CQHWJspO7C8zGoLaLZ5+ky1M42CiQYX+

Bug#896358: marked as done (python3-flask-rdf: flask_rdf fails to import)

2019-11-09 Thread Debian Bug Tracking System
Your message dated Sat, 09 Nov 2019 20:35:45 +
with message-id 
and subject line Bug#896358: fixed in python-flask-rdf 0.2.1-1+deb10u1
has caused the Debian Bug report #896358,
regarding python3-flask-rdf: flask_rdf fails to import
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
896358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-flask-rdf
Version: 0.2.0-1.1
Severity: serious
User: helm...@debian.org
Usertags: python-import

After installing python3-flask-rdf importing the module flask_rdf
into a python interpreter fails with the following error:

Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/flask_rdf/__init__.py", line 1, in 

from . import bottle
  File "/usr/lib/python3/dist-packages/flask_rdf/bottle.py", line 2, in 
from .common_decorators import ViewDecorator
  File "/usr/lib/python3/dist-packages/flask_rdf/common_decorators.py", line 3, 
in 
from rdflib.graph import Graph
ModuleNotFoundError: No module named 'rdflib'

The vast majority of import failures is attributed to missing dependencies.
Often times that manifests as an ImportError or ModuleNotFoundError.
Typically, dependencies should be inserted by dh-python via ${python:Depends}
or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
install_requires in setup.py. Sometimes a missing dependency of a dependency
is the cause, in such cases this bug should be reassigned.

Helmut
--- End Message ---
--- Begin Message ---
Source: python-flask-rdf
Source-Version: 0.2.1-1+deb10u1

We believe that the bug you reported is fixed in the latest version of
python-flask-rdf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 896...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated python-flask-rdf 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Nov 2019 01:56:51 +0100
Source: python-flask-rdf
Architecture: source
Version: 0.2.1-1+deb10u1
Distribution: buster
Urgency: medium
Maintainer: Iain R. Learmonth 
Changed-By: Andreas Beckmann 
Closes: 896358 896385
Changes:
 python-flask-rdf (0.2.1-1+deb10u1) buster; urgency=medium
 .
   * Non-maintainer upload.
   * Add Depends on python{3,}-rdflib.  (Closes: #896358, #896385)
Checksums-Sha1:
 90ed238d305943586d3c958c869a2546afe15c9d 2176 
python-flask-rdf_0.2.1-1+deb10u1.dsc
 f60ac3f31d9125f8096b4bf95902fd77e6192226 2644 
python-flask-rdf_0.2.1-1+deb10u1.debian.tar.xz
 0b591a8c1f01484087aeda1dd91c5528486f55af 6530 
python-flask-rdf_0.2.1-1+deb10u1_source.buildinfo
Checksums-Sha256:
 4f65f11599e280a63272185b674f360671d3a988d7f25af63a710f091711691c 2176 
python-flask-rdf_0.2.1-1+deb10u1.dsc
 be30cabf6d489163fb9293b44cc3ef39d875f9297570bad1fc36474f55e48c05 2644 
python-flask-rdf_0.2.1-1+deb10u1.debian.tar.xz
 87e1ad5fc86a46f5e7c6de14c569f59eed4742b715b97068aeba9a952bb968fe 6530 
python-flask-rdf_0.2.1-1+deb10u1_source.buildinfo
Files:
 21bb2f95fb927fed38b3ebd2a33828da 2176 python optional 
python-flask-rdf_0.2.1-1+deb10u1.dsc
 99bc5260deeaa7e12013b44194336af0 2644 python optional 
python-flask-rdf_0.2.1-1+deb10u1.debian.tar.xz
 b0f9fa0576d7fbb4dbd40582bed3544c 6530 python optional 
python-flask-rdf_0.2.1-1+deb10u1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAl3GEhkQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCOFXEACIoEIotuDCLYJpVYBqutkK3dFoQibhQAZc
Q6Ciz6VdphIJRHfXKF/I8nVvo2nke2EhVD00p8EasRqR3wEcpRXztimfnMeMfEZW
lJvJgEpCXFKzs45UfWCbhvMSjlIUpM310C+XJowvQHliwj2dtEGol26T92J8ryoU
+hUsUTK+JmnL3/pdEEVP3SJ4xNv7XVfs9edxiw3Fjynzxl3Zs5/mD0SF9zFBpTcJ
KXvfNFBqdbc/1uZeAujuN/oHt2dJ6tUPmVUCqfklTVRci9NmZkz33KF8g1NKQiq4
1W2H4bb36reqUYs2BPNf5XPb4Cq9r9in1N23namRLNbV8EaXP5xVWuvgB/GAZU9a
vCvlOC+Y6XHSFg4xF4jQ5tD+HTUAAo2PbV23Wxuld6S0Tj0Lf/v4hGoKoGooAxS6
gxjTa/Glv7XNWfjEkSAI44x+kwI4DaC0xb4UeXamIlmr+IFVdhboMmWMDC9cx7gK
aP7nbWDTFxBlvxIPI2ZNXfujN2W/hVGz6xtejnQhBAw3L3hXrQEHPLDX3rm2saUK
gSXNC79yetGbmlW7ycNCH+MUKYeWhtio5URxHJBKCfHAZi28L71cOZWOg3EmZSrY

Bug#896358: marked as done (python3-flask-rdf: flask_rdf fails to import)

2019-10-12 Thread Debian Bug Tracking System
Your message dated Sun, 13 Oct 2019 03:50:45 +
with message-id 
and subject line Bug#896358: fixed in python-flask-rdf 0.2.1-1.1
has caused the Debian Bug report #896358,
regarding python3-flask-rdf: flask_rdf fails to import
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
896358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-flask-rdf
Version: 0.2.0-1.1
Severity: serious
User: helm...@debian.org
Usertags: python-import

After installing python3-flask-rdf importing the module flask_rdf
into a python interpreter fails with the following error:

Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/flask_rdf/__init__.py", line 1, in 

from . import bottle
  File "/usr/lib/python3/dist-packages/flask_rdf/bottle.py", line 2, in 
from .common_decorators import ViewDecorator
  File "/usr/lib/python3/dist-packages/flask_rdf/common_decorators.py", line 3, 
in 
from rdflib.graph import Graph
ModuleNotFoundError: No module named 'rdflib'

The vast majority of import failures is attributed to missing dependencies.
Often times that manifests as an ImportError or ModuleNotFoundError.
Typically, dependencies should be inserted by dh-python via ${python:Depends}
or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
install_requires in setup.py. Sometimes a missing dependency of a dependency
is the cause, in such cases this bug should be reassigned.

Helmut
--- End Message ---
--- Begin Message ---
Source: python-flask-rdf
Source-Version: 0.2.1-1.1

We believe that the bug you reported is fixed in the latest version of
python-flask-rdf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 896...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi  (supplier of updated python-flask-rdf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 Oct 2019 23:34:58 -0400
Source: python-flask-rdf
Architecture: source
Version: 0.2.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Iain R. Learmonth 
Changed-By: Sandro Tosi 
Closes: 896358 896385 937760
Changes:
 python-flask-rdf (0.2.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Drop python2 support; Closes: #937760, #896385
   * add python3-rdflib to Depends; Closes: #896358
Checksums-Sha1:
 f46454006c2a43d23b8bdc8579ec60d33c658f03 1987 python-flask-rdf_0.2.1-1.1.dsc
 7d36b9bfc011440cb492cb26a3c2f8dc6867c5a5 2500 
python-flask-rdf_0.2.1-1.1.debian.tar.xz
 e23159ace95331275d006e4c80d7c0483e9f8b60 6338 
python-flask-rdf_0.2.1-1.1_source.buildinfo
Checksums-Sha256:
 d7324087263226d0e47caeb3b8e9bf4ef9f5423557a938d212613fdee669f2e4 1987 
python-flask-rdf_0.2.1-1.1.dsc
 df31255d26dc4099f30b3eaa5831a4815bb1c77de117ab740975ef80578bed32 2500 
python-flask-rdf_0.2.1-1.1.debian.tar.xz
 ee63857b808954e392d865a2e000590b74c1fe9a8438cf494048e28ae77cf8fa 6338 
python-flask-rdf_0.2.1-1.1_source.buildinfo
Files:
 87ae93b787e9ad51baf6f18b8727a498 1987 python optional 
python-flask-rdf_0.2.1-1.1.dsc
 1e1f8da456fc6acbfbc33ae0e5b1c180 2500 python optional 
python-flask-rdf_0.2.1-1.1.debian.tar.xz
 6f3a7ed52797701565cc11efde7b81c1 6338 python optional 
python-flask-rdf_0.2.1-1.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAl2im7oACgkQh588mTgB
qU+ekhAAkScHbe8Zmau4ffDmAt71bHFCXndp291jatcZAuBh6kueuAVydauFjLxz
ppgCpRoEIdNhgLZQV0uuBdp3RZBePLUvp6CRX0IBk5yJd5ZV9tLsNKHn3eHvZiLb
+c3kqabrF/sEBLZql2v5h52c3d/fYfA8r0KDT2i48tvfm8Uc1idffj7f0OdZTTZs
lnK1zrbbFSxkshB79LE67g/RZbgUqVTP+WMPV1hV5qPEQFfsxISJLXq7l94htPNv
y8MDu65Akdpwlsn4AgyYvmD0YcE0eQOxf0WebwsUnvUbVrZA4gf2agFyK99UVB9Q
cbeXhNCdQRXdDEMvjaYr7hYqGDnLIPBZohDqKkDJMxWz7jCT98nz1+LntFfByGTb
MUeSot3Z02kMzEQApUjXjU7DXhCKCqIlgruSzpKYcBgjtfAGKTMSjDTR2D8tSYlO
p/Et2JhCzeFQLwpeoRzqoO1G36TbUbxFujYyCvOctiHLCVm67OWjLFG2zYlA2ctZ
6br/3l7MYx46+LqI44j/REgZy2xxar/MQHvzw5pRX3U3QY51D5dp2pQeA76EiFNY
SLfV5XNN5mtcrNT2uZSWUEBvMT/DQztanmcrI6wR5E1ObZXROfZ6Jen/XFRdzvkC
BE0ZDCYvcgyoAT5jzru2Z+vbUFrHE1KJms3x2TViS+7d1joijVA=
=FWG1
-END PGP 

Bug#896358: marked as done (python3-flask-rdf: flask_rdf fails to import)

2018-07-08 Thread Debian Bug Tracking System
Your message dated Sun, 08 Jul 2018 16:34:27 +
with message-id 
and subject line Bug#896358: fixed in python-flask-rdf 0.2.1-1
has caused the Debian Bug report #896358,
regarding python3-flask-rdf: flask_rdf fails to import
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
896358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-flask-rdf
Version: 0.2.0-1.1
Severity: serious
User: helm...@debian.org
Usertags: python-import

After installing python3-flask-rdf importing the module flask_rdf
into a python interpreter fails with the following error:

Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/flask_rdf/__init__.py", line 1, in 

from . import bottle
  File "/usr/lib/python3/dist-packages/flask_rdf/bottle.py", line 2, in 
from .common_decorators import ViewDecorator
  File "/usr/lib/python3/dist-packages/flask_rdf/common_decorators.py", line 3, 
in 
from rdflib.graph import Graph
ModuleNotFoundError: No module named 'rdflib'

The vast majority of import failures is attributed to missing dependencies.
Often times that manifests as an ImportError or ModuleNotFoundError.
Typically, dependencies should be inserted by dh-python via ${python:Depends}
or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
install_requires in setup.py. Sometimes a missing dependency of a dependency
is the cause, in such cases this bug should be reassigned.

Helmut
--- End Message ---
--- Begin Message ---
Source: python-flask-rdf
Source-Version: 0.2.1-1

We believe that the bug you reported is fixed in the latest version of
python-flask-rdf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 896...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iain R. Learmonth  (supplier of updated python-flask-rdf 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Jul 2018 17:12:13 +0100
Source: python-flask-rdf
Binary: python-flask-rdf python3-flask-rdf
Architecture: source all
Version: 0.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Iain R. Learmonth 
Changed-By: Iain R. Learmonth 
Description:
 python-flask-rdf - Flask decorator to output RDF using content negotiation 
(Python 2
 python3-flask-rdf - Flask decorator to output RDF using content negotiation 
(Python 3
Closes: 896358 896385
Changes:
 python-flask-rdf (0.2.1-1) unstable; urgency=medium
 .
   * New upstream version 0.2.1
   * debian/compat:
- Bumped to 11
   * debian/control:
- Added Build-Depends on python{3,}-rdflib (Closes: #896358, #896385)
- Versioned Build-Depends for debhelper is now >= 11
- Updated Vcs-* URLs for new salsa.debian.org repository
- Updated Standards-Version to 4.1.4
   * debian/copyright:
- Now uses secure URL for Format
Checksums-Sha1:
 67634c1e1157fcb797b48db2ccfa9dd430f8857d 2119 python-flask-rdf_0.2.1-1.dsc
 285fc88eb047a260cfd5ae1b332132e3b08d203f 6923 
python-flask-rdf_0.2.1.orig.tar.gz
 1f9b58d9d12cd9a04a23ca8df5738086fa2338a1 2568 
python-flask-rdf_0.2.1-1.debian.tar.xz
 774f24ede47148fa5f3c4542af1b6556b66b4112 8852 python-flask-rdf_0.2.1-1_all.deb
 eca1d405f8e67c0cda7ecde307f31824fc211a1a 7213 
python-flask-rdf_0.2.1-1_amd64.buildinfo
 9a04e3d0fac5eeb18e09a22311804b7d225e9e3a 8912 python3-flask-rdf_0.2.1-1_all.deb
Checksums-Sha256:
 a144cdf2f0cbb8e77b329c4c88524f8e153ff7c3ec4a774ac9e0d1bbdcefd8cf 2119 
python-flask-rdf_0.2.1-1.dsc
 6848d4e53fa83117555803cb7d52cdea1a2fafd793898f59d19bfc64cf27db8b 6923 
python-flask-rdf_0.2.1.orig.tar.gz
 ba9581601a3f2144275ae8ee1bc9972230754051a24a33c3bb0d9d9a166d769b 2568 
python-flask-rdf_0.2.1-1.debian.tar.xz
 d85940c93baeef762cf5f6e6acef61001f2306547dcd21f9f8a92f0ecf09f40e 8852 
python-flask-rdf_0.2.1-1_all.deb
 394b2e0e416de709f0286ed1290a049ff1a7f27da9bcd15e958090168c7aefac 7213 
python-flask-rdf_0.2.1-1_amd64.buildinfo
 fa5661de78ef21d46c55412963e927136b82fce97d4fd639d47640fe6279f147 8912 
python3-flask-rdf_0.2.1-1_all.deb
Files:
 5455198d2b5da5dc94a50e6e7c4fdbfe 2119 python optional