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 111 112 113 114 115 116
|
python-bitarray (1.6.3-2) unstable; urgency=medium
* Reupload to unstable
-- Jan Dittberner <jandd@debian.org> Wed, 03 Feb 2021 17:38:04 +0100
python-bitarray (1.6.3-1) experimental; urgency=medium
[ Debian Janitor ]
* Use secure URI in debian/watch.
* Bump debhelper from old 9 to 12.
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* Use the new Debian Python Team contact name and address
[ Antonio Valentino ]
* New upstream release.
* d/control:
- bump Standards-Version to 4.5.1, no change
- drop dpkg-dev versioned dependency, no longer necessary
- add Testsuite: autopkgtest-pkg-python
- add Rules-Requires-Root: no
- update Homepage fields (point to github)
- docutils replaced by pandoc in the list of build dependencies
* d/watch:
- update watch file format version to 4
- use upstream tarball form github
* d/copyright:
- update Source fields: point to github
- update copyright date
- update license text
* d/patches: drop 2to3_update_readme.patch, no longer necessary.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* d/rules:
- fix doc build
- remove vcs control files from examples
-- Jan Dittberner <jandd@debian.org> Sat, 30 Jan 2021 12:04:25 +0100
python-bitarray (0.8.1-2) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed homepage (https)
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Sandro Tosi ]
* Drop python2 support; Closes: #937610
-- Sandro Tosi <morph@debian.org> Sun, 15 Dec 2019 17:23:35 -0500
python-bitarray (0.8.1-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Jan Dittberner ]
* New upstream version
* run wrap-and-sort (affects debian/control and debian/copyright)
* debian/control: bump Standards-Version to 3.9.5
* switch to pybuild
- add dh-python, python-setuptools and python3-setuptools to Build-
Depends
- use python-all instead of python in Build-Depends
- switch to debhelper (>= 9)
- add X-Python-Version and X-Python3-Version to source package stanza
- drop custom rules from debian/rules, add PYBUILD_NAME and
--buildsystem=pybuild
- add override_dh_auto_test to tell pybuild about the custom test system
-- Jan Dittberner <jandd@debian.org> Sun, 15 Jun 2014 22:15:10 +0200
python-bitarray (0.8.0-2) unstable; urgency=low
* add Python3 support
- add new binary package stanza for python3-bitarray
- add python3-all-dev and python3 (>= 3.1.3-2~) to Build-Depends
- add python3 handling to debian/rules
-- Jan Dittberner <jandd@debian.org> Fri, 18 May 2012 10:57:12 +0200
python-bitarray (0.8.0-1) unstable; urgency=low
* New upstream version.
* remove debian/patches/0001_fix_typo_in_example.patch, not relevant
anymore
* move from python-support to dh_python2
- remove python-support from Build-Depends
- bump minimum python version to 2.6.6-3~
- remove debian/pycompat
- add --with python2 to debian/rules
* bump Standards-Version to 3.9.3 (no changes)
* build README.html from README.rst using upstream's update_readme.py
* run test suite
* enable hardening build flags
- import build flags in debian/rules
- add dpkg-dev (>= 1.16.1~) to Build-Depends
* update debian/copyright format
-- Jan Dittberner <jandd@debian.org> Thu, 17 May 2012 23:53:49 +0200
python-bitarray (0.3.5-1) unstable; urgency=low
* Initial release. (Closes: #593333)
-- Jan Dittberner <jandd@debian.org> Tue, 17 Aug 2010 15:14:23 +0200
|