Your message dated Wed, 13 Nov 2024 10:47:26 +0000
with message-id <e1tbaue-00aftj...@fasolo.debian.org>
and subject line Bug#1082205: fixed in python-deprecated 1.2.14-2
has caused the Debian Bug report #1082205,
regarding python-deprecated FTBFS with Python 3.13
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.)


-- 
1082205: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-deprecated
Version: 1.2.14-1
Severity: normal
User: debian-pyt...@lists.debian.org
Usertags: python3.13
Forwarded: https://github.com/laurent-laporte-pro/deprecated/pull/73

This package failed build from source when test-built against a version of
python3-defaults that includes 3.13 as a supported version.

To reproduce this issue, build against python3-defaults (python3-all-dev etc.)
from Debian experimental.

What's new in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html

Log snippet:

I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_deprecated/build; python3.13 -m pytest 
tests
============================= test session starts ==============================
platform linux -- Python 3.13.0rc2, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: typeguard-4.3.0, cov-5.0.0
collected 171 items

tests/test.py ..                                                         [  1%]
tests/test_deprecated.py ............................FFFFFFF......       [ 25%]
tests/test_deprecated_class.py .......                                   [ 29%]
tests/test_deprecated_metaclass.py ....                                  [ 31%]
tests/test_sphinx.py ................................................... [ 61%]
.............FFFF..........................                              [ 86%]
tests/test_sphinx_adapter.py ............                                [ 93%]
tests/test_sphinx_class.py .......                                       [ 97%]
tests/test_sphinx_metaclass.py ....                                      [100%]

=================================== FAILURES ===================================
______________ test_classic_deprecated_class_method__warns[None] _______________

classic_deprecated_class_method = <class 
'tests.test_deprecated.classic_deprecated_class_method.<locals>.Foo5'>

    def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = classic_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5.'
E            +  where 'Call to deprecated function (or staticmethod) foo5.' = 
str(DeprecationWarning('Call to deprecated function (or staticmethod) foo5.'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5.') = <warnings.WarningMessage object at 
0xffff9a38fda0>.message

tests/test_deprecated.py:189: AssertionError
_ test_classic_deprecated_class_method__warns[classic_deprecated_class_method1] 
_

classic_deprecated_class_method = <class 
'tests.test_deprecated.classic_deprecated_class_method.<locals>.Foo5'>

    def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = classic_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5.'
E            +  where 'Call to deprecated function (or staticmethod) foo5.' = 
str(DeprecationWarning('Call to deprecated function (or staticmethod) foo5.'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5.') = <warnings.WarningMessage object at 
0xffff9a38dd00>.message

tests/test_deprecated.py:189: AssertionError
_ test_classic_deprecated_class_method__warns[classic_deprecated_class_method2] 
_

classic_deprecated_class_method = <class 
'tests.test_deprecated.classic_deprecated_class_method.<locals>.Foo5'>

    def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = classic_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5. (Good reason)'
E            +  where 'Call to deprecated function (or staticmethod) foo5. 
(Good reason)' = str(DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. (Good reason)'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. (Good reason)') = <warnings.WarningMessage object at 
0xffff9a38e3c0>.message

tests/test_deprecated.py:189: AssertionError
_ test_classic_deprecated_class_method__warns[classic_deprecated_class_method3] 
_

classic_deprecated_class_method = <class 
'tests.test_deprecated.classic_deprecated_class_method.<locals>.Foo5'>

    def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = classic_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5. (Good reason)'
E            +  where 'Call to deprecated function (or staticmethod) foo5. 
(Good reason)' = str(DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. (Good reason)'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. (Good reason)') = <warnings.WarningMessage object at 
0xffff9a38d640>.message

tests/test_deprecated.py:189: AssertionError
_ test_classic_deprecated_class_method__warns[classic_deprecated_class_method4] 
_

classic_deprecated_class_method = <class 
'tests.test_deprecated.classic_deprecated_class_method.<locals>.Foo5'>

    def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = classic_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5. -- Deprecated since version 1.2.3.'
E            +  where 'Call to deprecated function (or staticmethod) foo5. -- 
Deprecated since version 1.2.3.' = str(DeprecationWarning('Call to deprecated 
function (or staticmethod) foo5. -- Deprecated since version 1.2.3.'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. -- Deprecated since version 1.2.3.') = 
<warnings.WarningMessage object at 0xffff9a38e840>.message

tests/test_deprecated.py:189: AssertionError
_ test_classic_deprecated_class_method__warns[classic_deprecated_class_method5] 
_

classic_deprecated_class_method = <class 
'tests.test_deprecated.classic_deprecated_class_method.<locals>.Foo5'>

    def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = classic_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5.'
E            +  where 'Call to deprecated function (or staticmethod) foo5.' = 
str(DeprecationWarning('Call to deprecated function (or staticmethod) foo5.'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5.') = <warnings.WarningMessage object at 
0xffff9a38ede0>.message

tests/test_deprecated.py:189: AssertionError
_ test_classic_deprecated_class_method__warns[classic_deprecated_class_method6] 
_

classic_deprecated_class_method = <class 
'tests.test_deprecated.classic_deprecated_class_method.<locals>.Foo5'>

    def 
test_classic_deprecated_class_method__warns(classic_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = classic_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5.'
E            +  where 'Call to deprecated function (or staticmethod) foo5.' = 
str(MyDeprecationWarning('Call to deprecated function (or staticmethod) foo5.'))
E            +    where MyDeprecationWarning('Call to deprecated function (or 
staticmethod) foo5.') = <warnings.WarningMessage object at 
0xffff9a38ed50>.message

tests/test_deprecated.py:189: AssertionError
_ test_sphinx_deprecated_class_method__warns[sphinx_deprecated_class_method0] __

sphinx_deprecated_class_method = <class 
'tests.test_sphinx.sphinx_deprecated_class_method.<locals>.Foo5'>

    def 
test_sphinx_deprecated_class_method__warns(sphinx_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = sphinx_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5. -- Deprecated since version 1.2.3.'
E            +  where 'Call to deprecated function (or staticmethod) foo5. -- 
Deprecated since version 1.2.3.' = str(DeprecationWarning('Call to deprecated 
function (or staticmethod) foo5. -- Deprecated since version 1.2.3.'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. -- Deprecated since version 1.2.3.') = 
<warnings.WarningMessage object at 0xffff9a38eba0>.message

tests/test_sphinx.py:305: AssertionError
_ test_sphinx_deprecated_class_method__warns[sphinx_deprecated_class_method1] __

sphinx_deprecated_class_method = <class 
'tests.test_sphinx.sphinx_deprecated_class_method.<locals>.Foo5'>

    def 
test_sphinx_deprecated_class_method__warns(sphinx_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = sphinx_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5. (Good reason) -- Deprecated since 
version 1.2.3.'
E            +  where 'Call to deprecated function (or staticmethod) foo5. 
(Good reason) -- Deprecated since version 1.2.3.' = 
str(DeprecationWarning('Call to deprecated function (or staticmethod) foo5. 
(Good reason) -- Deprecated since version 1.2.3.'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. (Good reason) -- Deprecated since version 1.2.3.') = 
<warnings.WarningMessage object at 0xffff9a38e8d0>.message

tests/test_sphinx.py:305: AssertionError
_ test_sphinx_deprecated_class_method__warns[sphinx_deprecated_class_method2] __

sphinx_deprecated_class_method = <class 
'tests.test_sphinx.sphinx_deprecated_class_method.<locals>.Foo5'>

    def 
test_sphinx_deprecated_class_method__warns(sphinx_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = sphinx_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5. -- Deprecated since version 1.2.3.'
E            +  where 'Call to deprecated function (or staticmethod) foo5. -- 
Deprecated since version 1.2.3.' = str(DeprecationWarning('Call to deprecated 
function (or staticmethod) foo5. -- Deprecated since version 1.2.3.'))
E            +    where DeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. -- Deprecated since version 1.2.3.') = 
<warnings.WarningMessage object at 0xffff9a38f4a0>.message

tests/test_sphinx.py:305: AssertionError
_ test_sphinx_deprecated_class_method__warns[sphinx_deprecated_class_method3] __

sphinx_deprecated_class_method = <class 
'tests.test_sphinx.sphinx_deprecated_class_method.<locals>.Foo5'>

    def 
test_sphinx_deprecated_class_method__warns(sphinx_deprecated_class_method):
        with warnings.catch_warnings(record=True) as warns:
            warnings.simplefilter("always")
            cls = sphinx_deprecated_class_method()
            cls.foo5()
        assert len(warns) == 1
        warn = warns[0]
        assert issubclass(warn.category, DeprecationWarning)
        if sys.version_info >= (3, 9):
>           assert "deprecated class method" in str(warn.message)
E           AssertionError: assert 'deprecated class method' in 'Call to 
deprecated function (or staticmethod) foo5. -- Deprecated since version 1.2.3.'
E            +  where 'Call to deprecated function (or staticmethod) foo5. -- 
Deprecated since version 1.2.3.' = str(MyDeprecationWarning('Call to deprecated 
function (or staticmethod) foo5. -- Deprecated since version 1.2.3.'))
E            +    where MyDeprecationWarning('Call to deprecated function (or 
staticmethod) foo5. -- Deprecated since version 1.2.3.') = 
<warnings.WarningMessage object at 0xffff9a38d1c0>.message

tests/test_sphinx.py:305: AssertionError
=============================== warnings summary ===============================
tests/test.py:2
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_deprecated/build/tests/test.py:2: 
DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

.pybuild/cpython3_3.13_deprecated/build/tests/test_deprecated_class.py::test_simple_class_deprecation_with_args
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_deprecated/build/tests/test_deprecated_class.py:148:
 DeprecationWarning: Call to deprecated class MyClass. (kwargs class)
    MyClass(5)

.pybuild/cpython3_3.13_deprecated/build/tests/test_sphinx_class.py::test_isinstance_deprecated
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_deprecated/build/tests/test_sphinx_class.py:134:
 DeprecationWarning: Call to deprecated class DeprecatedChildCls. (some reason) 
-- Deprecated since version Y.Z.
    instance = DeprecatedChildCls()

.pybuild/cpython3_3.13_deprecated/build/tests/test_sphinx_class.py::test_isinstance_deprecated
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_deprecated/build/deprecated/classic.py:173:
 DeprecationWarning: Call to deprecated class DeprecatedCls. (some reason) -- 
Deprecated since version X.Y.
    return old_new1(cls, *args, **kwargs)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED 
tests/test_deprecated.py::test_classic_deprecated_class_method__warns[None]
FAILED 
tests/test_deprecated.py::test_classic_deprecated_class_method__warns[classic_deprecated_class_method1]
FAILED 
tests/test_deprecated.py::test_classic_deprecated_class_method__warns[classic_deprecated_class_method2]
FAILED 
tests/test_deprecated.py::test_classic_deprecated_class_method__warns[classic_deprecated_class_method3]
FAILED 
tests/test_deprecated.py::test_classic_deprecated_class_method__warns[classic_deprecated_class_method4]
FAILED 
tests/test_deprecated.py::test_classic_deprecated_class_method__warns[classic_deprecated_class_method5]
FAILED 
tests/test_deprecated.py::test_classic_deprecated_class_method__warns[classic_deprecated_class_method6]
FAILED 
tests/test_sphinx.py::test_sphinx_deprecated_class_method__warns[sphinx_deprecated_class_method0]
FAILED 
tests/test_sphinx.py::test_sphinx_deprecated_class_method__warns[sphinx_deprecated_class_method1]
FAILED 
tests/test_sphinx.py::test_sphinx_deprecated_class_method__warns[sphinx_deprecated_class_method2]
FAILED 
tests/test_sphinx.py::test_sphinx_deprecated_class_method__warns[sphinx_deprecated_class_method3]
================== 11 failed, 160 passed, 4 warnings in 0.35s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_deprecated/build; python3.13 -m pytest 
tests
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_deprecated/build; python3.12 -m pytest 
tests
============================= test session starts ==============================
platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: typeguard-4.3.0, cov-5.0.0
collected 171 items

tests/test.py ..                                                         [  1%]
tests/test_deprecated.py .........................................       [ 25%]
tests/test_deprecated_class.py .......                                   [ 29%]
tests/test_deprecated_metaclass.py ....                                  [ 31%]
tests/test_sphinx.py ................................................... [ 61%]
...........................................                              [ 86%]
tests/test_sphinx_adapter.py ............                                [ 93%]
tests/test_sphinx_class.py .......                                       [ 97%]
tests/test_sphinx_metaclass.py ....                                      [100%]

=============================== warnings summary ===============================
tests/test.py:2
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_deprecated/build/tests/test.py:2: 
DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

.pybuild/cpython3_3.12_deprecated/build/tests/test_deprecated_class.py::test_simple_class_deprecation_with_args
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_deprecated/build/tests/test_deprecated_class.py:148:
 DeprecationWarning: Call to deprecated class MyClass. (kwargs class)
    MyClass(5)

.pybuild/cpython3_3.12_deprecated/build/tests/test_sphinx_class.py::test_isinstance_deprecated
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_deprecated/build/tests/test_sphinx_class.py:134:
 DeprecationWarning: Call to deprecated class DeprecatedChildCls. (some reason) 
-- Deprecated since version Y.Z.
    instance = DeprecatedChildCls()

.pybuild/cpython3_3.12_deprecated/build/tests/test_sphinx_class.py::test_isinstance_deprecated
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_deprecated/build/deprecated/classic.py:173:
 DeprecationWarning: Call to deprecated class DeprecatedCls. (some reason) -- 
Deprecated since version X.Y.
    return old_new1(cls, *args, **kwargs)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================= 171 passed, 4 warnings in 0.30s ========================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 
3.12" returned exit code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-09-19T00:22:25Z


If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/782368/

This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.

Thanks,

Stefano

--- End Message ---
--- Begin Message ---
Source: python-deprecated
Source-Version: 1.2.14-2
Done: Bas Couwenberg <sebas...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-deprecated, 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 1082...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@debian.org> (supplier of updated python-deprecated 
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: Wed, 13 Nov 2024 11:05:40 +0100
Source: python-deprecated
Architecture: source
Version: 1.2.14-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@debian.org>
Closes: 1047098 1082205
Changes:
 python-deprecated (1.2.14-2) unstable; urgency=medium
 .
   * Bump debhelper compat to 13.
   * Use autopkgtest-pkg-pybuild testsuite.
   * Enable Salsa CI.
   * Remove generated files in clean target.
     (closes: #1047098)
   * Switch to dh-sequence-*.
   * Bump Standards-Version to 4.7.0, no changes.
   * Add patch to fix FTBFS with Python 3.13.
     (closes: #1082205)
Checksums-Sha1:
 637a1a4f47d2fbbf5f80206e84a6ef279fb46f3e 2223 python-deprecated_1.2.14-2.dsc
 a079b6fd4510cdfc5455645f96104c167c7101c7 4424 
python-deprecated_1.2.14-2.debian.tar.xz
 2d3a67946501287e47da11e184fd5cb3362b6c9a 10005 
python-deprecated_1.2.14-2_amd64.buildinfo
Checksums-Sha256:
 463a06c4c29f1b21a577dce215b7c3e2bd5ee1ceaea4c2f9e968619e9bfb6b41 2223 
python-deprecated_1.2.14-2.dsc
 e2878f4e43b2a6988baf4113909abc3f76fbb503861b048d6cf1dc39066d125d 4424 
python-deprecated_1.2.14-2.debian.tar.xz
 dde5dd68934eb63b4945f7d1ea59489eba1471c3e071bca7cb36cfbdc9744c9e 10005 
python-deprecated_1.2.14-2_amd64.buildinfo
Files:
 d1c51d79710dc95fa09ea5cfabf235e5 2223 python optional 
python-deprecated_1.2.14-2.dsc
 5c403400b4e5fead62f7fd4413722749 4424 python optional 
python-deprecated_1.2.14-2.debian.tar.xz
 faa2634f1093f1a58aa27f5f9c8d80d1 10005 python optional 
python-deprecated_1.2.14-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmc0e/gACgkQZ1DxCuiN
SvF6zRAAi2/6H/lITYyMWXXXIngWiwFRiqKZEt+KZmu6dFd4zgmGDzC+OpRrDsGT
lyzuxjydEyYhD+yz5F91/UC3Lc4S1nEGjqNpVkzcWaWQC/wjRdcIN71ZOPtfcSIi
m150mnC5CcgsVCUy5hFA2s9IpPUd3+UgOtskpf0UBqdKXmLrjGAw+oYoAejSIqdA
MeHJTOuM1yIqa1/gUs6mwgzbZopxdCV9BzlN8GEO90pOCRUkbyS7JK4l/q6duckN
cOIKJgP4YVMs3YDgk4gRInWoct7c22LFVX+tfVvFJTVj2WOYtXkxE/KOrAoojgey
YY4nuxUsmO4nO6aQNv6IVUlfi7RtKuBMDyGOHTq7NxMLj4NvsM1CxRTy1o7N63ii
9vYOT+75L3UaQrF2wDS8cYumIjvkk80P7rg2DBIPP8YSsTDl/W10dzxY29QYv7aD
D6PaZ8i5X4rP56HZoM4d73mki8wWhjUf5HCdSaZ6cg12xPpXclrgRTYkLeimqfFR
tbBX8Uzg7aOUBGVIDpQ4kZIpPpv03tQE9k3ZvkO6BGSg9wxTXqIBPhzst8DrAXnb
BYOWDdMwpGlru7u/2dlREGg7/ZICjY1a5wFwH9Ol4LEXpbOMp4Gz7FFXqPTdNTqJ
AC/0K1lq34PEnwtK1XZ+XFHXTLsn761R8A6XJmUaa3a23DKXqKI=
=1kcT
-----END PGP SIGNATURE-----

Attachment: pgppjC9BXa4SB.pgp
Description: PGP signature


--- End Message ---

Reply via email to