Your message dated Sun, 25 Jan 2026 20:38:47 +0000
with message-id <[email protected]>
and subject line Bug#1126231: fixed in python-gmpy2 2.2.1-4
has caused the Debian Bug report #1126231,
regarding python-gmpy2: FTBFS: ModuleNotFoundError: No module named 'gmpy2'
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.)


-- 
1126231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126231
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-gmpy2
Version: 2.2.1-3
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/202601/

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:python-gmpy2, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem pybuild --with python3,sphinxdoc
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
# Remove files generated by the build.
rm -rf docs/_build
rm -rf test/__pycache__
rm -rf build
rm -rf gmpy2.egg-info
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem pybuild --with python3,sphinxdoc
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Traceback (most recent call last):
  File "/usr/bin/pybuild", line 580, in <module>
    main(cfg)
    ~~~~^^^^^
  File "/usr/bin/pybuild", line 188, in main
    versions = [Version(v) for v in m.group("version")]
                ~~~~~~~^^^
  File "/usr/share/dh-python/dhpython/version.py", line 95, in __init__
    raise ValueError("major component is required")
ValueError: major component is required
dh_auto_build
I: pybuild plugin_pyproject:139: Building wheel for python3.14 with "build" 
module
I: pybuild base:384: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_gmpy2  
* 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/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 :: GNU Lesser General Public License v3 or 
later (LGPLv3+)

        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 :: GNU Lesser General Public License v3 or 
later (LGPLv3+)

        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.linux-x86_64-cpython-314/gmpy2
copying gmpy2/__init__.py -> build/lib.linux-x86_64-cpython-314/gmpy2
running egg_info
creating gmpy2.egg-info
writing gmpy2.egg-info/PKG-INFO
writing dependency_links to gmpy2.egg-info/dependency_links.txt
writing requirements to gmpy2.egg-info/requires.txt
writing top-level names to gmpy2.egg-info/top_level.txt
writing manifest file 'gmpy2.egg-info/SOURCES.txt'
reading manifest file 'gmpy2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
adding license file 'COPYING.LESSER'
writing manifest file 'gmpy2.egg-info/SOURCES.txt'
copying gmpy2/__init__.pxd -> build/lib.linux-x86_64-cpython-314/gmpy2
copying gmpy2/gmpy2.h -> build/lib.linux-x86_64-cpython-314/gmpy2
copying gmpy2/gmpy2.pxd -> build/lib.linux-x86_64-cpython-314/gmpy2
running build_ext
building 'gmpy2.gmpy2' extension
creating build/temp.linux-x86_64-cpython-314/src
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.14 -c src/gmpy2.c 
-o build/temp.linux-x86_64-cpython-314/src/gmpy2.o -DSHARED=1
In file included from src/gmpy2.c:201:
src/gmpy2_convert_gmp.c: In function ‘mpz_set_PyLong’:
src/gmpy2_convert_gmp.c:50:5: warning: ‘_PyLong_Sign’ is deprecated 
[-Wdeprecated-declarations]
   50 |     negative = _PyLong_Sign(obj) < 0;
      |     ^~~~~~~~
In file included from /usr/include/python3.14/longobject.h:171,
                 from /usr/include/python3.14/Python.h:84,
                 from src/gmpy2.c:91:
/usr/include/python3.14/cpython/longobject.h:38:37: note: declared here
   38 | Py_DEPRECATED(3.14) PyAPI_FUNC(int) _PyLong_Sign(PyObject *v);
      |                                     ^~~~~~~~~~~~
src/gmpy2_convert_gmp.c: In function ‘GMPy_PyLong_From_MPZ’:
src/gmpy2_convert_gmp.c:141:5: warning: ‘_PyLong_New’ is deprecated 
[-Wdeprecated-declarations]
  141 |     if (!(result = _PyLong_New(size))) {
      |     ^~
In file included from /usr/include/python3.14/Python.h:85:
/usr/include/python3.14/cpython/longintrepr.h:103:47: note: declared here
  103 | Py_DEPRECATED(3.14) PyAPI_FUNC(PyLongObject*) _PyLong_New(Py_ssize_t);
      |                                               ^~~~~~~~~~~
In file included from src/gmpy2.c:203:
src/gmpy2_convert_mpc.c: In function ‘GMPy_MPC_Repr_Slot’:
src/gmpy2_convert_mpc.c:629:56: warning: ‘__builtin___sprintf_chk’ may 
write a terminating nul past the end of the destination [-Wformat-overflow=]
  629 |         sprintf(fmtstr, "mpc('{0:.%ld.%ldg}',(%ld,%ld))",
      |                                                        ^
In file included from /usr/include/stdio.h:970,
                 from /usr/include/python3.14/Python.h:38:
In function ‘sprintf’,
    inlined from ‘GMPy_MPC_Repr_Slot’ at src/gmpy2_convert_mpc.c:629:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 23 and 99 bytes into a destination 
of size 60
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g 
-fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-cpython-314/src/gmpy2.o -L/usr/lib/x86_64-linux-gnu 
-lmpc -lmpfr -lgmp -o 
build/lib.linux-x86_64-cpython-314/gmpy2/gmpy2.cpython-314-x86_64-linux-gnu.so
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/gmpy2
copying build/lib.linux-x86_64-cpython-314/gmpy2/gmpy2.pxd -> 
build/bdist.linux-x86_64/wheel/./gmpy2
copying 
build/lib.linux-x86_64-cpython-314/gmpy2/gmpy2.cpython-314-x86_64-linux-gnu.so 
-> build/bdist.linux-x86_64/wheel/./gmpy2
copying build/lib.linux-x86_64-cpython-314/gmpy2/gmpy2.h -> 
build/bdist.linux-x86_64/wheel/./gmpy2
copying build/lib.linux-x86_64-cpython-314/gmpy2/__init__.pxd -> 
build/bdist.linux-x86_64/wheel/./gmpy2
copying build/lib.linux-x86_64-cpython-314/gmpy2/__init__.py -> 
build/bdist.linux-x86_64/wheel/./gmpy2
running install_egg_info
Copying gmpy2.egg-info to build/bdist.linux-x86_64/wheel/./gmpy2-2.2.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/gmpy2-2.2.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_gmpy2/.tmp-397yn3l5/gmpy2-2.2.1-cp314-cp314-linux_x86_64.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'gmpy2/__init__.pxd'
adding 'gmpy2/__init__.py'
adding 'gmpy2/gmpy2.cpython-314-x86_64-linux-gnu.so'
adding 'gmpy2/gmpy2.h'
adding 'gmpy2/gmpy2.pxd'
adding 'gmpy2-2.2.1.dist-info/licenses/COPYING'
adding 'gmpy2-2.2.1.dist-info/licenses/COPYING.LESSER'
adding 'gmpy2-2.2.1.dist-info/METADATA'
adding 'gmpy2-2.2.1.dist-info/WHEEL'
adding 'gmpy2-2.2.1.dist-info/top_level.txt'
adding 'gmpy2-2.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built gmpy2-2.2.1-cp314-cp314-linux_x86_64.whl
I: pybuild plugin_pyproject:165: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:139: Building wheel for python3.13 with "build" 
module
I: pybuild base:384: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_gmpy2  
* 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/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 :: GNU Lesser General Public License v3 or 
later (LGPLv3+)

        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 :: GNU Lesser General Public License v3 or 
later (LGPLv3+)

        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.linux-x86_64-cpython-313/gmpy2
copying gmpy2/__init__.py -> build/lib.linux-x86_64-cpython-313/gmpy2
running egg_info
writing gmpy2.egg-info/PKG-INFO
writing dependency_links to gmpy2.egg-info/dependency_links.txt
writing requirements to gmpy2.egg-info/requires.txt
writing top-level names to gmpy2.egg-info/top_level.txt
reading manifest file 'gmpy2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
adding license file 'COPYING.LESSER'
writing manifest file 'gmpy2.egg-info/SOURCES.txt'
copying gmpy2/__init__.pxd -> build/lib.linux-x86_64-cpython-313/gmpy2
copying gmpy2/gmpy2.h -> build/lib.linux-x86_64-cpython-313/gmpy2
copying gmpy2/gmpy2.pxd -> build/lib.linux-x86_64-cpython-313/gmpy2
running build_ext
building 'gmpy2.gmpy2' extension
creating build/temp.linux-x86_64-cpython-313/src
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c src/gmpy2.c 
-o build/temp.linux-x86_64-cpython-313/src/gmpy2.o -DSHARED=1
In file included from src/gmpy2.c:203:
src/gmpy2_convert_mpc.c: In function ‘GMPy_MPC_Repr_Slot’:
src/gmpy2_convert_mpc.c:629:56: warning: ‘__builtin___sprintf_chk’ may 
write a terminating nul past the end of the destination [-Wformat-overflow=]
  629 |         sprintf(fmtstr, "mpc('{0:.%ld.%ldg}',(%ld,%ld))",
      |                                                        ^
In file included from /usr/include/stdio.h:970,
                 from /usr/include/python3.13/Python.h:38,
                 from src/gmpy2.c:91:
In function ‘sprintf’,
    inlined from ‘GMPy_MPC_Repr_Slot’ at src/gmpy2_convert_mpc.c:629:9:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 23 and 99 bytes into a destination 
of size 60
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g 
-fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-cpython-313/src/gmpy2.o -L/usr/lib/x86_64-linux-gnu 
-lmpc -lmpfr -lgmp -o 
build/lib.linux-x86_64-cpython-313/gmpy2/gmpy2.cpython-313-x86_64-linux-gnu.so
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/gmpy2
copying 
build/lib.linux-x86_64-cpython-313/gmpy2/gmpy2.cpython-313-x86_64-linux-gnu.so 
-> build/bdist.linux-x86_64/wheel/./gmpy2
copying build/lib.linux-x86_64-cpython-313/gmpy2/gmpy2.pxd -> 
build/bdist.linux-x86_64/wheel/./gmpy2
copying build/lib.linux-x86_64-cpython-313/gmpy2/gmpy2.h -> 
build/bdist.linux-x86_64/wheel/./gmpy2
copying build/lib.linux-x86_64-cpython-313/gmpy2/__init__.pxd -> 
build/bdist.linux-x86_64/wheel/./gmpy2
copying build/lib.linux-x86_64-cpython-313/gmpy2/__init__.py -> 
build/bdist.linux-x86_64/wheel/./gmpy2
running install_egg_info
Copying gmpy2.egg-info to build/bdist.linux-x86_64/wheel/./gmpy2-2.2.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/gmpy2-2.2.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_gmpy2/.tmp-j8elt2pa/gmpy2-2.2.1-cp313-cp313-linux_x86_64.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'gmpy2/__init__.pxd'
adding 'gmpy2/__init__.py'
adding 'gmpy2/gmpy2.cpython-313-x86_64-linux-gnu.so'
adding 'gmpy2/gmpy2.h'
adding 'gmpy2/gmpy2.pxd'
adding 'gmpy2-2.2.1.dist-info/licenses/COPYING'
adding 'gmpy2-2.2.1.dist-info/licenses/COPYING.LESSER'
adding 'gmpy2-2.2.1.dist-info/METADATA'
adding 'gmpy2-2.2.1.dist-info/WHEEL'
adding 'gmpy2-2.2.1.dist-info/top_level.txt'
adding 'gmpy2-2.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built gmpy2-2.2.1-cp313-cp313-linux_x86_64.whl
I: pybuild plugin_pyproject:165: Unpacking wheel built for python3.13 with 
"installer" module
PYTHONPATH= make man html -C /<<PKGBUILDDIR>>/docs SPHINXOPTS="-D 
today=\"1760915991\""
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
if [ ! -d _static ]; then mkdir _static; fi
sphinx-build -b man -d _build/doctrees  -D today="1760915991" . _build/man
Running Sphinx v8.2.3

Configuration error!

Versions
========

* Platform:         linux; 
(Linux-6.12.63+deb13-cloud-amd64-x86_64-with-glibc2.42)
* Python version:   3.13.11 (CPython)
* Sphinx version:   8.2.3
* Docutils version: 0.22.4
* Jinja2 version:   3.1.6
* Pygments version: 2.19.2

Last Messages
=============

None.

Loaded Extensions
=================

None.

Traceback
=========

      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 616, in 
eval_config_file
        raise ConfigError(msg % traceback.format_exc()) from exc
    sphinx.errors.ConfigError: There is a programmable error in your 
configuration file:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 601, in 
eval_config_file
        exec(code, namespace)  # NoQA: S102
        ~~~~^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/docs/conf.py", line 16, in <module>
        import gmpy2
    ModuleNotFoundError: No module named 'gmpy2'


The full traceback has been saved in:
/tmp/sphinx-err-xo7hwwvv.log

To report this error to the developers, please open an issue at 
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message 
can be provided next time.
make[2]: *** [Makefile:115: man] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-gmpy2
Source-Version: 2.2.1-4
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-gmpy2, 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 python-gmpy2 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: Sun, 25 Jan 2026 20:01:59 +0000
Source: python-gmpy2
Architecture: source
Version: 2.2.1-4
Distribution: unstable
Urgency: medium
Maintainer: Martin Kelly <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1126231
Changes:
 python-gmpy2 (2.2.1-4) unstable; urgency=medium
 .
   * Team upload.
   * Fix calculation of PYTHONPATH when running Sphinx (closes: #1126231).
Checksums-Sha1:
 b805f77a293ee77b1c2b30c718c01c8b7ba66ecc 2583 python-gmpy2_2.2.1-4.dsc
 2ecf4c9de47e98dc64214cd07655fb7bab01786a 6552 
python-gmpy2_2.2.1-4.debian.tar.xz
 ca55e41aa67f4f8e17ec33900f0b2be542c35c78 395100 python-gmpy2_2.2.1-4.git.tar.xz
 e64b376a0eac299eec09f0d5802f8da7a0f23e50 17314 
python-gmpy2_2.2.1-4_source.buildinfo
Checksums-Sha256:
 31295465801741b56eaadc6e37ccfe668c0e5c5b5c0ea294222faee566eef8fb 2583 
python-gmpy2_2.2.1-4.dsc
 54adca32ea78cdf70f4ee283dc44ce3d215f20f2e8527597dfeb289471ba122d 6552 
python-gmpy2_2.2.1-4.debian.tar.xz
 16f0c765cc4ff6c2e4ccf604b3ae9e37ec0830c09cf412a003c7193558b0bc24 395100 
python-gmpy2_2.2.1-4.git.tar.xz
 b970eea16c6245469d5c4d58ab425ea46dcaf030b2c6cd8bb79b502ab12a8881 17314 
python-gmpy2_2.2.1-4_source.buildinfo
Files:
 b379c54fa4c31509490e97172b9e507f 2583 python optional python-gmpy2_2.2.1-4.dsc
 075c67bd3a3727e4d03644f21fde67f1 6552 python optional 
python-gmpy2_2.2.1-4.debian.tar.xz
 d76a88b1b91fb88bf0ac22c2e67ce593 395100 python optional 
python-gmpy2_2.2.1-4.git.tar.xz
 ad6296fe26ba136ec0ec1e7b5a40c13c 17314 python optional 
python-gmpy2_2.2.1-4_source.buildinfo
Git-Tag-Info: tag=2c2b764a508608d99bb7ed444a568b8d99d108a5 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAml2dxQACgkQYG0ITkaD
wHk0rBAA3sbMXoSEcgifrsDJpcSijYuGD3fgo5ApfLwQsMqkNAfQNcf3Ra80Iunn
BDxr8X+E8GdD+CtYB89MyFPnPNJ4GGiQPIbiQZFoUOiMnmy2xQLx9VXaBUs4n/eh
+qcwC12KXPimjxFjT7jpaoxxKQBHGVaTfICHY7gtJjbW3+hkXNbSsSMwgNLzgPHX
AqsBQTDn7csWCB+/SsrIQE3umu/5BNja4FrnArd5ShYz5lOZ9DbBOjevWaoRjm1X
X9tmHoqAqW8sq9DY/1AZ/wsgH+TIpu2zNlq7WZcZyg9MMWL8ehRcreQJ9JOlJ9GW
zUpa78povgp8wybjYZDqtquFSGtnuQt7knRAvXfX+788KmVVQMJ6bxD4ceA8dhSX
dO8OEOBbxJ8yA8/vK87ptnMblIU+ykXBw2cDtts+Qgxnr57Xs2bGEA9FumDwycba
fyO3OuETlWZfI5Ee2pvBnoLpzZGtu60acM4MpCuKeVK9I9QZP4RLDz7wyW0aLya1
a0QGXFLYk+eqI4mG2QtBQWsMYHgMOcvG7YlbMoJIbFbIkTWbDihGoHqADa9cH339
+rDYfV9LOy3n98oyuQMxSu+/ZbTd8qI0PFMqq89Tg+RjwodvIeNH0fcroZbpqBdd
eXq+pxueDm2L8kmT/akji5lr+YQ0JU39KNyOCdieuuYOwp46qrY=
=n/MK
-----END PGP SIGNATURE-----

Attachment: pgpAipqNdHLmp.pgp
Description: PGP signature


--- End Message ---

Reply via email to