Your message dated Thu, 08 Jan 2026 17:04:02 +0000
with message-id <[email protected]>
and subject line Bug#1123169: fixed in pyee 13.0.0-2
has caused the Debian Bug report #1123169,
regarding pyee: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.14 3.13" returned exit code 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 [email protected]
immediately.)


-- 
1123169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123169
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pyee
Version: 13.0.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pyee, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild --test-pytest
   dh_auto_clean -O--buildsystem=pybuild -O--test-pytest
   dh_autoreconf_clean -O--buildsystem=pybuild -O--test-pytest
   dh_clean -O--buildsystem=pybuild -O--test-pytest
 debian/rules binary
dh binary --buildsystem=pybuild --test-pytest
   dh_update_autotools_config -O--buildsystem=pybuild -O--test-pytest
   dh_autoreconf -O--buildsystem=pybuild -O--test-pytest
   dh_auto_configure -O--buildsystem=pybuild -O--test-pytest
   dh_auto_build -O--buildsystem=pybuild -O--test-pytest
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyee  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/ptr.py:38: SetuptoolsDeprecationWarning: The 
test command is disabled and references to it are deprecated.
!!

        
********************************************************************************
        Please remove any references to `setuptools.command.test` in all 
supported versions of the affected package.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.
        
********************************************************************************

!!
  class PyTest(orig.test):
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/pyee
copying pyee/trio.py -> build/lib/pyee
copying pyee/uplift.py -> build/lib/pyee
copying pyee/executor.py -> build/lib/pyee
copying pyee/asyncio.py -> build/lib/pyee
copying pyee/cls.py -> build/lib/pyee
copying pyee/twisted.py -> build/lib/pyee
copying pyee/__init__.py -> build/lib/pyee
copying pyee/base.py -> build/lib/pyee
running egg_info
creating pyee.egg-info
writing pyee.egg-info/PKG-INFO
writing dependency_links to pyee.egg-info/dependency_links.txt
writing requirements to pyee.egg-info/requires.txt
writing top-level names to pyee.egg-info/top_level.txt
writing manifest file 'pyee.egg-info/SOURCES.txt'
reading manifest file 'pyee.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.rst'
warning: no files found matching 'CHANGELOG.rst'
warning: no files found matching 'CONTRIBUTORS.rst'
warning: no files found matching 'DEVELOPMENT.rst'
warning: no files found matching 'version.txt'
adding license file 'LICENSE'
writing manifest file 'pyee.egg-info/SOURCES.txt'
copying pyee/py.typed -> build/lib/pyee
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyee
copying build/lib/pyee/trio.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/uplift.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/py.typed -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/executor.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/asyncio.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/cls.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/twisted.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/__init__.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/base.py -> build/bdist.linux-x86_64/wheel/./pyee
running install_egg_info
Copying pyee.egg-info to build/bdist.linux-x86_64/wheel/./pyee-13.0.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pyee-13.0.0.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyee/.tmp-bs8rsac8/pyee-13.0.0-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyee/__init__.py'
adding 'pyee/asyncio.py'
adding 'pyee/base.py'
adding 'pyee/cls.py'
adding 'pyee/executor.py'
adding 'pyee/py.typed'
adding 'pyee/trio.py'
adding 'pyee/twisted.py'
adding 'pyee/uplift.py'
adding 'pyee-13.0.0.dist-info/licenses/LICENSE'
adding 'pyee-13.0.0.dist-info/METADATA'
adding 'pyee-13.0.0.dist-info/WHEEL'
adding 'pyee-13.0.0.dist-info/top_level.txt'
adding 'pyee-13.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pyee-13.0.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyee  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/ptr.py:38: SetuptoolsDeprecationWarning: The 
test command is disabled and references to it are deprecated.
!!

        
********************************************************************************
        Please remove any references to `setuptools.command.test` in all 
supported versions of the affected package.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.
        
********************************************************************************

!!
  class PyTest(orig.test):
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
running egg_info
writing pyee.egg-info/PKG-INFO
writing dependency_links to pyee.egg-info/dependency_links.txt
writing requirements to pyee.egg-info/requires.txt
writing top-level names to pyee.egg-info/top_level.txt
reading manifest file 'pyee.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.rst'
warning: no files found matching 'CHANGELOG.rst'
warning: no files found matching 'CONTRIBUTORS.rst'
warning: no files found matching 'DEVELOPMENT.rst'
warning: no files found matching 'version.txt'
adding license file 'LICENSE'
writing manifest file 'pyee.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyee
copying build/lib/pyee/trio.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/uplift.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/py.typed -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/executor.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/asyncio.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/cls.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/twisted.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/__init__.py -> build/bdist.linux-x86_64/wheel/./pyee
copying build/lib/pyee/base.py -> build/bdist.linux-x86_64/wheel/./pyee
running install_egg_info
Copying pyee.egg-info to build/bdist.linux-x86_64/wheel/./pyee-13.0.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pyee-13.0.0.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyee/.tmp-vdr5sj9r/pyee-13.0.0-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyee/__init__.py'
adding 'pyee/asyncio.py'
adding 'pyee/base.py'
adding 'pyee/cls.py'
adding 'pyee/executor.py'
adding 'pyee/py.typed'
adding 'pyee/trio.py'
adding 'pyee/twisted.py'
adding 'pyee/uplift.py'
adding 'pyee-13.0.0.dist-info/licenses/LICENSE'
adding 'pyee-13.0.0.dist-info/METADATA'
adding 'pyee-13.0.0.dist-info/WHEEL'
adding 'pyee-13.0.0.dist-info/top_level.txt'
adding 'pyee-13.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pyee-13.0.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild -O--test-pytest
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyee/build; 
python3.14 -m pytest --ignore=tests/test_trio.py
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in <module>
    raise SystemExit(pytest.console_main())
                     ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 223, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 193, 
in main
    config = _prepareconfig(new_args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 361, 
in _prepareconfig
    config: Config = pluginmanager.hook.pytest_cmdline_parse(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        pluginmanager=pluginmanager, args=args
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 124, in 
pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1186, 
in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1523, 
in parse
    self._validate_args(self.getini("addopts"), "via addopts config") + args
                        ~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1662, 
in getini
    self._inicache[canonical_name] = val = self._getini(canonical_name)
                                           ~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1706, 
in _getini
    return self._getini_toml(name, canonical_name, type, value, default)
           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1808, 
in _getini_toml
    raise TypeError(
    ...<2 lines>...
    )
TypeError: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyee/build/pyproject.toml: 
config option 'addopts' expects a list for type 'args', got str: '--verbose -s'
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyee/build; python3.14 -m pytest 
--ignore=tests/test_trio.py
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyee/build; 
python3.13 -m pytest --ignore=tests/test_trio.py
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in <module>
    raise SystemExit(pytest.console_main())
                     ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 223, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 193, 
in main
    config = _prepareconfig(new_args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 361, 
in _prepareconfig
    config: Config = pluginmanager.hook.pytest_cmdline_parse(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        pluginmanager=pluginmanager, args=args
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 124, in 
pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1186, 
in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1523, 
in parse
    self._validate_args(self.getini("addopts"), "via addopts config") + args
                        ~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1662, 
in getini
    self._inicache[canonical_name] = val = self._getini(canonical_name)
                                           ~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1706, 
in _getini
    return self._getini_toml(name, canonical_name, type, value, default)
           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1808, 
in _getini_toml
    raise TypeError(
    ...<2 lines>...
    )
TypeError: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyee/build/pyproject.toml: 
config option 'addopts' expects a list for type 'args', got str: '--verbose -s'
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyee/build; python3.13 -m pytest 
--ignore=tests/test_trio.py
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pyee
Source-Version: 13.0.0-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pyee, 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.
Colin Watson <[email protected]> (supplier of updated pyee 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: Thu, 08 Jan 2026 16:16:46 +0000
Source: pyee
Architecture: source
Version: 13.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123169
Changes:
 pyee (13.0.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Adjust pytest configuration to support pytest 9 (closes: #1123169).
Checksums-Sha1:
 2e288bc6f49135a9887bdefe7311adf7bd6428f9 2152 pyee_13.0.0-2.dsc
 245e84b3f25e8db7ae9df781bf95e16f56d90430 4292 pyee_13.0.0-2.debian.tar.xz
 1c68c7300b761b99d8173fbf15e5dc04c79d9b26 8171 pyee_13.0.0-2_source.buildinfo
Checksums-Sha256:
 674199dab476e2502262064a8c0673c07d4b2de797096cc4abe6083b37caa353 2152 
pyee_13.0.0-2.dsc
 119c802cc01510c4e149a1037a4fe4c6fc39a60a2262c15e1eb10debfddc25fa 4292 
pyee_13.0.0-2.debian.tar.xz
 ce6d4b5bc5d009e8b2fbb483c3652166e0aa36ca01724378fffa9d6479beb903 8171 
pyee_13.0.0-2_source.buildinfo
Files:
 fd0233f869c0eba3b41b3fed3c72afd9 2152 python optional pyee_13.0.0-2.dsc
 ead3aa9e278620eb38afa8606e63c78b 4292 python optional 
pyee_13.0.0-2.debian.tar.xz
 dd1e48987afffd68bb27c3a20c2b4946 8171 python optional 
pyee_13.0.0-2_source.buildinfo

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmlf3pUACgkQOTWH2X2G
UAvkcg//Q0qZAV4vRel7UN4UMUYZsN4n+Ncriy2Uzfs2uLBuwbxvUTR69GDYWRS8
rvWCOvsgxggSkgzykgQNqz7+obYk/J9BpTkUHr8Ade7d5jThb5cpjG8/UYH+bABi
Fl/7eAd/aGg8yuV+SRCcDWhdJCenJT841hvBk+Cb1M1W4+6HXix1XEuLtnMTmAWn
b74JlpIGU5+ta0v+5I8u2FXAnCgAb6F69bol+WrVduPsVk1Os4JRW3G9vdoV79Wz
aUp6V7A1nKIDY+27oLg2sQbU8vJj2DoJL0SF9q+hvfkBfzA2KNIUFjKQJbZKRYhf
kMXjqWv8Z3aWt7SC/lrF4CJxFCIwFHQ0fd2oIVJAoXqECf512SEy6JLwDjU0KMPC
ZgWIcS5iXzGsv+9em6ow+rPD5baPD2W0ItcGWf2uCDki1/o+JR71BSE1NAKfLL0k
Gg4w3s88uPT5uGTMVv18USGnomwC6CKls7xacTX5noreyEuQaLSLPpdO5Et0kPTY
CiwHxlS7pTMig7kVqSWY9sgM5FA2Oyvvb0GUOop6K8MkqC1dU9l23DuWLftYQ1TN
TgcUCRD4CjVqyPulLExmfPbaPaJBVg10ubItHL96lGnHkB3uKXqS2KuOzwrPjo7e
szUcXu2lwSavqOZalHaSQhR3zzyGBCGnt65mawf8xoRBEpOEZ3c=
=iuZV
-----END PGP SIGNATURE-----

Attachment: pgpL_eNoWLDLI.pgp
Description: PGP signature


--- End Message ---

Reply via email to