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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
python-tblib (1.7.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from deprecated 9 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Colin Watson ]
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sat, 25 Jul 2020 01:04:32 +0100
python-tblib (1.6.0-1) unstable; urgency=medium
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Mon, 09 Dec 2019 10:09:57 +0000
python-tblib (1.5.0-1) unstable; urgency=medium
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Thu, 24 Oct 2019 13:45:55 +0100
python-tblib (1.4.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Colin Watson ]
* Build-depend on python*-twisted for the test suite (closes: #928727).
* Drop Python 2 support.
-- Colin Watson <cjwatson@debian.org> Sat, 03 Aug 2019 11:00:35 +0100
python-tblib (1.4.0-1) unstable; urgency=medium
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sun, 05 May 2019 10:25:53 +0100
python-tblib (1.3.2-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
* 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
[ Colin Watson ]
* Apply patch from Fedora to fix test failures with Python 3.7 (closes:
#912034).
-- Colin Watson <cjwatson@debian.org> Sun, 28 Oct 2018 15:12:47 +0000
python-tblib (1.3.2-2) unstable; urgency=medium
* Move VCS to salsa.debian.org.
* Switch Maintainer to the Debian Python Modules Team.
-- Colin Watson <cjwatson@debian.org> Sat, 10 Feb 2018 02:37:27 +0000
python-tblib (1.3.2-1) unstable; urgency=medium
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sat, 15 Apr 2017 11:18:14 +0100
python-tblib (1.3.1-1) unstable; urgency=medium
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Fri, 31 Mar 2017 21:16:33 +0100
python-tblib (1.3.0-2) unstable; urgency=medium
* Upgrade to debhelper v9.
* Policy version 3.9.8: no changes required.
-- Colin Watson <cjwatson@debian.org> Mon, 12 Dec 2016 15:00:33 +0000
python-tblib (1.3.0-1) unstable; urgency=medium
* New upstream release.
* Stop using an awkward set of patches to tox.ini, and just run tests via
pytest instead.
* Use HTTPS for Vcs-* URLs.
* Switch to pybuild.
-- Colin Watson <cjwatson@debian.org> Wed, 09 Mar 2016 12:01:36 +0000
python-tblib (1.2.0-1) unstable; urgency=medium
* New upstream release.
* Drop build-dependencies on python*-coverage now that we run *-nocov test
variants.
-- Colin Watson <cjwatson@debian.org> Fri, 18 Dec 2015 11:40:10 +0000
python-tblib (1.1.0-1) unstable; urgency=medium
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Tue, 28 Jul 2015 10:42:40 +0100
python-tblib (1.0.1-1) unstable; urgency=medium
* New upstream release.
* debian/watch: Update to use pypi.debian.net mirror.
-- Colin Watson <cjwatson@debian.org> Fri, 01 May 2015 01:08:17 +0100
python-tblib (0.2.0-1) experimental; urgency=medium
* New upstream release.
* Build-depend on dh-python.
* Policy version 3.9.6: no changes required.
-- Colin Watson <cjwatson@debian.org> Tue, 13 Jan 2015 14:19:28 +0000
python-tblib (0.1.0-5) unstable; urgency=medium
* Update Vcs-Browser URL yet again.
-- Colin Watson <cjwatson@debian.org> Thu, 04 Sep 2014 17:32:38 +0100
python-tblib (0.1.0-4) unstable; urgency=medium
* Update Vcs-Browser URL for alioth cgit.
* Mark all binary packages Multi-Arch: foreign.
-- Colin Watson <cjwatson@debian.org> Sat, 30 Aug 2014 18:03:39 +0100
python-tblib (0.1.0-3) unstable; urgency=medium
* Adjust tests to support Python 3.4.
-- Colin Watson <cjwatson@debian.org> Tue, 04 Mar 2014 11:18:50 +0000
python-tblib (0.1.0-2) unstable; urgency=medium
* Set sitepackages = True in tox.ini, so that tests can run on systems
without network access.
* Build-depend on python-six and python3-six to guarantee their
availability for tests and to quieten dh_python3.
-- Colin Watson <cjwatson@debian.org> Tue, 04 Mar 2014 01:24:40 +0000
python-tblib (0.1.0-1) unstable; urgency=medium
* Initial release (closes: #740186).
-- Colin Watson <cjwatson@debian.org> Thu, 27 Feb 2014 11:09:09 +0000
|