Your message dated Wed, 13 Dec 2023 09:29:03 +0000
with message-id <[email protected]>
and subject line Bug#1058190: fixed in python-tempestconf 2.5.0-6
has caused the Debian Bug report #1058190,
regarding python-tempestconf: FTBFS: AttributeError: module 'configparser' has 
no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
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.)


-- 
1058190: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058190
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-tempestconf
Version: 2.5.0-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_test --no-py2 '--test-path ./config_tempest/tests'
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + echo WARNING: --no-py2 is deprecated, and always on.
> WARNING: --no-py2 is deprecated, and always on.
> + shift
> + py3versions -vr
> + PYTHON3S=3.12 3.11
> + [ yes = no ]
> + [ no = yes ]
> + [ 3.12 = disabled ]
> + echo 3.12
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.12 stestr run --parallel --subunit --test-path 
> ./config_tempest/tests
> + subunit2pyunit
> 
> =========================
> Failures during discovery
> =========================
> --- import errors ---
> Failed to import test module: config_tempest.tests.services.test_aws
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_aws.py", line 21, 
> in <module>
>     from config_tempest.tests.base import BaseConfigTempestTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_base
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_base.py", line 
> 20, in <module>
>     from config_tempest.tests.base import BaseServiceTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_ceilometer
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_ceilometer.py", 
> line 20, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_compute
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_compute.py", line 
> 19, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_horizon
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_horizon.py", line 
> 22, in <module>
>     from config_tempest.tests.base import BaseConfigTempestTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_identity
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_identity.py", 
> line 20, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_image
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_image.py", line 
> 20, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_network
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_network.py", line 
> 19, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: 
> config_tempest.tests.services.test_object_storage
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_object_storage.py", line 
> 18, in <module>
>     from config_tempest import main
>   File "/<<PKGBUILDDIR>>/config_tempest/main.py", line 55, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_services
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_services.py", 
> line 17, in <module>
>     from config_tempest.tests.base import BaseConfigTempestTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.services.test_volume
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/services/test_volume.py", line 
> 19, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.test_accounts
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/test_accounts.py", line 20, in 
> <module>
>     from config_tempest import main
>   File "/<<PKGBUILDDIR>>/config_tempest/main.py", line 55, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.test_clients
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/test_clients.py", line 23, in 
> <module>
>     from config_tempest.tests.base import BaseConfigTempestTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.test_config_tempest
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/test_config_tempest.py", line 
> 22, in <module>
>     from config_tempest import main as tool
>   File "/<<PKGBUILDDIR>>/config_tempest/main.py", line 55, in <module>
>     from config_tempest.tempest_conf import TempestConf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.test_credentials
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/test_credentials.py", line 21, 
> in <module>
>     from config_tempest.tests.base import BaseConfigTempestTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.test_flavors
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/test_flavors.py", line 21, in 
> <module>
>     from config_tempest.tests.base import BaseConfigTempestTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.test_profile
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/test_profile.py", line 19, in 
> <module>
>     from config_tempest.tests.base import BaseConfigTempestTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.test_tempest_conf
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/test_tempest_conf.py", line 20, 
> in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> Failed to import test module: config_tempest.tests.test_users
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
>     module = self._get_module_from_name(name)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 337, in 
> _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/test_users.py", line 18, in 
> <module>
>     from config_tempest.tests.base import BaseConfigTempestTest
>   File "/<<PKGBUILDDIR>>/config_tempest/tests/base.py", line 26, in <module>
>     from config_tempest import tempest_conf
>   File "/<<PKGBUILDDIR>>/config_tempest/tempest_conf.py", line 26, in <module>
>     class TempestConf(configparser.SafeConfigParser):
>                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. 
> Did you mean: 'RawConfigParser'?
> 
> ================================================================================
> The above traceback was encountered during test discovery which imports all 
> the found test modules in the specified test_path.
> 
> ----------------------------------------------------------------------
> Ran 0 tests in 1.373s
> 
> OK
> + stestr slowest
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 3


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/python-tempestconf_2.5.0-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python-tempestconf
Source-Version: 2.5.0-6
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-tempestconf, 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.
Thomas Goirand <[email protected]> (supplier of updated python-tempestconf 
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: SHA256

Format: 1.8
Date: Wed, 13 Dec 2023 09:07:49 +0100
Source: python-tempestconf
Architecture: source
Version: 2.5.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1058190
Changes:
 python-tempestconf (2.5.0-6) unstable; urgency=medium
 .
   * Add use-ConfigParser-not-SafeConfigParser.patch. (Closes: #1058190)
Checksums-Sha1:
 bf367c546a8af2d4c9412428f3ab950bb548c59c 2460 python-tempestconf_2.5.0-6.dsc
 d2db1921b120513d809b80ca7bbc2deb8e7938c6 2772 
python-tempestconf_2.5.0-6.debian.tar.xz
 11a3761a6c7d78fe7f6fa821f15f942a2607d732 11364 
python-tempestconf_2.5.0-6_amd64.buildinfo
Checksums-Sha256:
 9a88e8783d86b8adb68eb7b3dca46cb17ce32414f3ef036fe35ff55f4c1e681d 2460 
python-tempestconf_2.5.0-6.dsc
 48b384fdbe520854372956a1ba11b2028a4e2f9603ca46781daaeee083cb3030 2772 
python-tempestconf_2.5.0-6.debian.tar.xz
 5ef1471fa5b2b8ae8ddb8a3a97fc7a7be07db3d3d1f0b71ab1cbd85bb81c428c 11364 
python-tempestconf_2.5.0-6_amd64.buildinfo
Files:
 560fb8c8bbe4f006fdd868dd17d6d341 2460 net optional 
python-tempestconf_2.5.0-6.dsc
 a6e61ca6202598c783c16e12c4a32aeb 2772 net optional 
python-tempestconf_2.5.0-6.debian.tar.xz
 0502196c6c5b2943c3ddb1139469b7ac 11364 net optional 
python-tempestconf_2.5.0-6_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmV5Z54ACgkQ1BatFaxr
Q/7n1hAAmbTW2TC2nCMFhVaMCRM8QlW7vIIN/jcCxzX0S9o3tJEI19/XO66itC8z
uMWW80rOz/iP8l1K7UIzGYPpY1SrGpLDx0N7imfpvgSK7JM7j0qp5ytuaPjjD8Eq
NQJVx5uDlanWbNPsLM8WnqcOQ5JknEl8rl2BeJpJ70UqcfXXNgD0H3fyNUYzFTs3
eCgAVLjqoAiazM78B1qn5BKbXJ8HgssuCVgJL7bfgUKR4+kfCJstG+otKKtVW9HM
fs5j+PdGbHjfY3QAkmNB54tUoqfVykswtsat0j04H7kry5K6KjqGaR8w2n6bZfvL
W5+S3H6MpmsigJEfvKAZHpAaUmC83RG5g8IuMzWSAEt5TQXAiKKhdswuiQzxpvEQ
e8uPVvpiRVj+vnZisHfAiz7wMGylaxb3xKnGCBIE/zAGT1SwMLs8tQgpLL94wUf+
RUMB2/zOP7hcBbso0sGnAr/0kBwbHdo9oWii7pX/tX9R1+c8emCPXLVBMQwui1Zh
kSryLAok7LEGmyIgsiuS3PhMMvHk85AhyJtzdgqxv7sp4vDnml6WvVNRl7LCKUFP
BohufkJ5DOO9bH+aEtG9SUlD+GH+wgKrZRZQ4OmxLXg7h5udcCmOlJOr6+kGp377
vl3zY6+Atw60Nf/unsTPYV2P77SvCC77MfvferOZ8T5vHzSoMKI=
=ODdO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to