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
|
python-intbitset (4.0.0-1) unstable; urgency=medium
* New upstream version 4.0.0
- Replace buffer usage, support 3.13 (Closes: #1092066)
- Build twice in a row (Closes: #1047584)
-- Maximiliano Curia <maxy@debian.org> Fri, 10 Jan 2025 12:16:24 +0100
python-intbitset (3.1.0-2) unstable; urgency=medium
* Non-maintainer upload.
* Disable a test broken on big-endian systems.
-- Alexandre Detiste <tchet@debian.org> Sat, 15 Jun 2024 17:05:04 +0200
python-intbitset (3.1.0-1) unstable; urgency=medium
* Non-maintainer upload.
* add gbp.conf
* New upstream version 3.1.0
* replace nose by pytest (Closes: #1018514)
* remove obsolete dependency on python3-six
* use new dh-sequence-python3
* set Rules-Requires-Root: no
* disable old patches
* janitor: add upstream metadata
* disable sphinx (Closes: #1042615)
[ Debian Janitor ]
* Apply multi-arch hints. + python-intbitset-doc: Add Multi-Arch: foreign.
-- Alexandre Detiste <tchet@debian.org> Sun, 14 Apr 2024 14:58:07 +0200
python-intbitset (2.3.0-3.2) unstable; urgency=high
* Non-maintainer upload.
* debian/rules: Adjust dh_auto_build override to fix FTBFS
with dpkg-buildpackage -A. (Closes: #917829)
* debian/control: Bump debhelper compat to v13.
* debian/control: Update Vcs-* fields accordingly.
* debian/control: Add missing Built-Using: ${sphinxdoc:Built-Using}.
-- Boyuan Yang <byang@debian.org> Sat, 20 Nov 2021 16:26:03 -0500
python-intbitset (2.3.0-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop python2 support; Closes: #937836
-- Sandro Tosi <morph@debian.org> Tue, 22 Oct 2019 00:06:16 -0400
python-intbitset (2.3.0-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
[ Maximiliano Curia ]
* Bump debhelper build-dep and compat to 11
* Bump to Standards-Version 4.1.4
* Disable tests in the indep build (Closes: 876528)
* Add new patch: Disable-arch-dependent-test.patch.
Thanks to Adrian Bunk for the report (Closes: 876529)
* Release to unstable
-- Maximiliano Curia <maxy@debian.org> Tue, 17 Apr 2018 12:34:51 +0200
python-intbitset (2.3.0-2) sid; urgency=medium
* New revision
* Disable extra_compile_options.
Thanks to Adrian Bunk for the report (Closes: 873696)
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Thu, 31 Aug 2017 08:06:39 +0200
python-intbitset (2.3.0-1) sid; urgency=medium
* Initial Debian release (2.3.0).
* Add sphinxdoc build
* Use pybuild
* Build sphinx doc
* Add a basic not-installed file
* Add patch: Rename-version.py-to-intbitset_version.py.patch
* Generate the c file from it's cython source
* Update the not-installed file
* Release to sid
-- Maximiliano Curia <maxy@debian.org> Fri, 11 Aug 2017 15:58:44 +0200
|