Your message dated Sat, 08 Jul 2023 19:49:58 +0000
with message-id <[email protected]>
and subject line Bug#1040573: fixed in python-screed 1.1.2-1
has caused the Debian Bug report #1040573,
regarding python-screed: implicitly depends on python3-pkg-resources
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 [email protected]
immediately.)


-- 
1040573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040573
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-screed
Version: 1.0.5-4
Severity: serious

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512


Dear maintainer,

your package implicitly depends on python3-pkg-resources for its autopkgtest,
which used to be provided through python3-pytest. However, pytest has dropped
that dependency, breaking your autopkgtest and possibly your package.

Note that pkg_resources is deprecated in favor of importlib.resources [1],
which is part of the Python Standard Library and has better performance.

Cheers
Timo

[1] https://docs.python.org/3/library/importlib.resources.html

- ---

Relevant excerpt from
https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-screed/35451522/log.gz


 24s ==================================== ERRORS 
====================================
 24s ______________ ERROR collecting screed/tests/test_attriberror.py 
_______________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_attriberror.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s ________________ ERROR collecting screed/tests/test_convert.py 
_________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_convert.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s ___________________ ERROR collecting screed/tests/test_db.py 
___________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_db.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s _______________ ERROR collecting screed/tests/test_dictionary.py 
_______________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_dictionary.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s __________________ ERROR collecting screed/tests/test_dna.py 
___________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_dna.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s _________________ ERROR collecting screed/tests/test_fasta.py 
__________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_fasta.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s _____________ ERROR collecting screed/tests/test_fasta_recover.py 
______________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_fasta_recover.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s _________________ ERROR collecting screed/tests/test_fastq.py 
__________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_fastq.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s _____________ ERROR collecting screed/tests/test_fastq_recover.py 
______________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_fastq_recover.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s ______________ ERROR collecting screed/tests/test_hava_methods.py 
______________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_hava_methods.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s __________________ ERROR collecting screed/tests/test_open.py 
__________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_open.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s ________________ ERROR collecting screed/tests/test_open_cm.py 
_________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_open_cm.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s ________________ ERROR collecting screed/tests/test_pygr_api.py 
________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_pygr_api.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s _________________ ERROR collecting screed/tests/test_record.py 
_________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_record.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s _________________ ERROR collecting screed/tests/test_shell.py 
__________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_shell.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'
 24s _______________ ERROR collecting screed/tests/test_streaming.py 
________________
 24s ImportError while importing test module 
'/tmp/autopkgtest-lxc.ocsondrc/downtmp/autopkgtest_tmp/screed/tests/test_streaming.py'.
 24s Hint: make sure your test modules/packages have valid Python names.
 24s Traceback:
 24s /usr/lib/python3.11/importlib/__init__.py:126: in import_module
 24s     return _bootstrap._gcd_import(name[level:], package, level)
 24s screed/__init__.py:39: in <module>
 24s     from pkg_resources import get_distribution, DistributionNotFound
 24s E   ModuleNotFoundError: No module named 'pkg_resources'


-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmSoTzgACgkQ+C8H+466
LVl9ewwAqpVaTQkR3zo/xzRXNZ9CszXFChB7sUk5yw/pEwQTXqrY8m1rUkLF/qxQ
bODi0hO3ESNBoO45fE6ZEpBwp11i5Y+2saEhjeOOGM9n44bRZlk/70XdD6fq2XKE
LtYBJnUgNyEv8g6xQTl59C1MCeuXPLY+3K0Baco/PHL2Yy1vYJ2d94F1ACoL4l05
Mbzb6BYtsKYorqCT7ivZ6+oNj8nsh1viCN+qmVuiN+TTgx0+I6J++XJ0MV7ckcsf
D1dHS8FRaTG02NM/21T10aIH/Pjai6Fmcv46sQ3YxbqC2Z9S9uWaNdRyight1eOZ
ONEvkr0U8DNdsMdzW1dOfF3QIsg0CbnZxhCiH8iBqD5rA0OcCYpYIOvGuxX54b+d
fJ1KBMAx0+mMpOGKn/9NN6tCL4/wLhqLTbjY8NFjHuGT8p6hOwjzFPdeCu0P6gPz
ejvgM+/ehWUJvgMue6Uq96e7+fETEnVCvSk9b75XBf4Dntkoty5vVqQPE/qts3GO
J6wREBIc
=X4OM
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: python-screed
Source-Version: 1.1.2-1
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-screed, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Étienne Mollier <[email protected]> (supplier of updated python-screed 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 08 Jul 2023 21:25:32 +0200
Source: python-screed
Architecture: source
Version: 1.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1040573
Changes:
 python-screed (1.1.2-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version  (Closes: #1040573)
   * Standards-Version: 4.6.2 (routine-update)
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
   * bz2.patch: remove: applied upstream.
   * debian/python-screed.lintian-overrides: remove.
   * d/py*3-screed.lintian-overrides: fix mismatched override.
Checksums-Sha1:
 b82ddf037c64604c2b0062ecb9761971b92797e7 2274 python-screed_1.1.2-1.dsc
 e3efb40fdaed4520b43d657b1a3ccc61133fa2c0 139107 python-screed_1.1.2.orig.tar.gz
 33e003b02a6b71b1d5b530c9a9ee88d81b4fc98e 4360 
python-screed_1.1.2-1.debian.tar.xz
Checksums-Sha256:
 ccff2d98449f439e1a3e6b72146a41129c35959102ef2705ec09d7283a4eff11 2274 
python-screed_1.1.2-1.dsc
 6bca26e1d124243500cc3161f0e5b75f8a65ea6e8d49d6651d71bd1747255793 139107 
python-screed_1.1.2.orig.tar.gz
 6e22284bd1cef3ef9360a5cea4469c8016bd77b96578544c5a1fb3d4bef9e72b 4360 
python-screed_1.1.2-1.debian.tar.xz
Files:
 1c809bb9a27b02b36fa63ccd6cdb8684 2274 python optional python-screed_1.1.2-1.dsc
 e5ada7c8d3898b96a5c980b83bbaa3f3 139107 python optional 
python-screed_1.1.2.orig.tar.gz
 b921880c6693af1204e852fccab482bb 4360 python optional 
python-screed_1.1.2-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmSpulIUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdoikBAApjxtQ4NJyao/Oz8P1iAHHVUtVDs7
blR9tAkbelpkX62QYopLBez6TpCrHrn9yer21akaUktIOjLCEO7u5PYWSDjyS3GD
+Iwqup2xi4/1DUqgwv9Yw4iGKf3lsfre2nRo+A4ArSW6dQit+H97DHkqUP7mfvS+
Opp/3TXPluGdUspZFm/uVo3IajuOi6/nfM5q1Be3Bf0rhR7pNS2NKBQiumQmNvu1
QjIAKnDQPe4FxTF+ju///DHc7brAHuVlpK0lp5g7HRecGWpGd9S1iR3lgjpF2zn4
Q7fPFSROR+5ZJeSayvgY99cMACW5JOwGWpyL6T/7t/32hl5VXDzO5eldhburfopS
Mx7vpLKVZWn/5nqv4A6m94ih7xp4YcPKTrP3WrKVuH7vwvz4Kkv6d2GxkVc4hDbw
Wksm3we/XkHyxDuNADNglj01KxVCYYjCgfRYdzhwEfHFnv5eMmG2JN40eQjsgb8l
ZKmWqs8If/1inYKpU9BziyZK6W+q+93kBLMZCoLJbG+F7fqIV/RpMMEMB7og0C/6
t5Mlb3iI9mlr3hr5Ww29WXcnFQyEPQcVwwH6qn4fSZLUK8oHQSMxBGG+qBCOAbDs
jLZ4jH2T0P/NRsFJ4Pccf8ZFETMqekjJNLHsw31Aw8rHHQc7VcFsQV1sBwbYmBQX
hPeev/BoawM2b7U=
=Iepz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to