Skip to content

Changelog python-bitarray (1.6.3-2build2)

2022

python-bitarray (1.6.3-2build2) jammy; urgency=medium

   * No-change rebuild with Python 3.10 only

2021

python-bitarray (1.6.3-2build1) jammy; urgency=medium

   * No-change rebuild to add python3.10.

python-bitarray (1.6.3-2) unstable; urgency=medium

   * Reupload to unstable

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

2019

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

2014

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

2012

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

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

2010

python-bitarray (0.3.5-1) unstable; urgency=low

   * Initial release. (Closes: #593333)