python-gmpy2 (2.1.5-2)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the debian/2.1.5-1 tag
- Git: https://salsa.debian.org/python-team/packages/python-gmpy2.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 2572288
- Browser: https://salsa.debian.org/python-team/packages/python-gmpy2
- Last scan: 2023-09-24 16:18:16+00
- Next scan: 2023-10-02 22:43:00+00
- Debian changelog in Git:
python-gmpy2 (2.1.5-2) unstable; urgency=medium
* Remove egg-info instead of patching
* Backport patches to fix test failures on mpfr 4.2.1; Closes: #1050797
-- Martin Kelly <martin@martingkelly.com> Sat, 09 Sep 2023 12:35:12 -0700
- This branch is 3 commits ahead of tag debian/2.1.5-1
- Git log:
commit c55de11e45c8ed913a6ab8903810f3e4d2c2a2ee
Author: Piotr Ożarowski <piotr@debian.org>
Date: Sun Sep 10 20:33:00 2023 +0200
release to unstable
commit 04b5aaf87f52c7be68d8f369c3fea9d93888dd24
Author: Martin Kelly <martin@martingkelly.com>
Date: Sat Sep 9 12:28:33 2023 -0700
Backport patches to fix test failures on mpfr 4.2.1
See https://github.com/aleaxit/gmpy/issues/418 for details.
commit 1b2bc6c74a2fabe834edd1525b0a90577d72b655
Author: Martin Kelly <martin@martingkelly.com>
Date: Sat Aug 19 15:10:19 2023 -0700
Remove egg-info instead of patching
Instead of patching egg-info differences from source, just remove this
prior to building, as it will be regenerated each time anyway.