1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
python-py2bit (0.3.3-1) unstable; urgency=medium
* New upstream version 0.3.3
* migrate-to-sysconfig.patch: delete patch.
Upstream code moved to pyproject.toml, making the need for the patch
against setup.py now void.
* d/control: build depends on pybuild-plugin-pyproject.
-- Étienne Mollier <emollier@debian.org> Sat, 15 Feb 2025 19:32:23 +0100
python-py2bit (0.3.2-1) unstable; urgency=medium
* New upstream version 0.3.2
* gcc-14.patch: delete: applied upstream.
* d/control: set satisfiable build-dependencies in crossbuild context.
* migrate-to-sysconfig.patch: new: fix an use of distutils.
-- Étienne Mollier <emollier@debian.org> Mon, 18 Nov 2024 20:10:41 +0100
python-py2bit (0.3.1-3) unstable; urgency=medium
* d/control: declare compliance to standards version 4.7.0.
* d/control: add myself to uploaders.
* d/control: indicate that architecture-is-little-endian.
* gcc-14.patch: new: fix incompatible pointer type conversion.
(Closes: #1075421)
-- Étienne Mollier <emollier@debian.org> Wed, 03 Jul 2024 23:22:55 +0200
python-py2bit (0.3.1-2) unstable; urgency=medium
* Team upload.
* Add supoort for loong64
Closes: #1059205
* Standards-Version: 4.6.2 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
-- Andreas Tille <tille@debian.org> Sat, 23 Dec 2023 23:45:40 +0100
python-py2bit (0.3.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.3.1
* Bump Standards-Version to 4.6.1 (no changes needed)
* Remove myself from uploaders
* d/t/run-uni-test: Use py3versions -s instead
-- Nilesh Patra <nilesh@debian.org> Tue, 09 Aug 2022 23:49:53 +0530
python-py2bit (0.3.0-6) unstable; urgency=medium
* Team upload.
* Only little endian architectures are passing build time test
Closes: #972291
-- Andreas Tille <tille@debian.org> Fri, 16 Oct 2020 08:08:21 +0200
python-py2bit (0.3.0-5) unstable; urgency=medium
* Team upload.
* Restrict architectures to those where build time test is passing
Closes: #969757
-- Andreas Tille <tille@debian.org> Wed, 16 Sep 2020 11:45:30 +0200
python-py2bit (0.3.0-4) unstable; urgency=medium
[ Andreas Tille ]
* At least binary package should be section python
[ Nilesh Patra ]
* Enable testing suite
* Drop un-necessary uupdate
* Add autopkgtest
* Add salsa-ci file (routine-update)
* compat version: 13, Rules-Requires-Root: no
* Add myself to uploaders
* Add hardening flags
* Enable TestSuite
-- Nilesh Patra <npatra974@gmail.com> Thu, 09 Jul 2020 11:51:11 +0000
python-py2bit (0.3.0-3) unstable; urgency=medium
[ Matthias Klose ]
* Team upload.
* Fix build dependencies.
Closes: #949967
[ Andreas Tille ]
* Standards-Version: 4.5.0 (routine-update)
* debhelper-compat 12 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Andreas Tille <tille@debian.org> Mon, 27 Jan 2020 22:05:50 +0100
python-py2bit (0.3.0-2) unstable; urgency=medium
* FTPmaster Scott Kitterman discovered a FTBFS because of insufficient
build dependencies.
-- Steffen Moeller <moeller@debian.org> Mon, 19 Aug 2019 09:23:55 +0200
python-py2bit (0.3.0-1) unstable; urgency=medium
* Initial release (Closes: #934169)
-- Steffen Moeller <moeller@debian.org> Wed, 07 Aug 2019 19:02:14 +0200
|