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
|
python-cachetools (3.1.0-2) unstable; urgency=medium
* Add gbp.conf for DEP-14 branch names
* Update d/watch to format version 4
* Add Rules-Requires-Root: no
We don't need (fake)root for building the packages
-- Christian Kastner <ckk@debian.org> Sat, 16 Feb 2019 07:20:37 +0100
python-cachetools (3.1.0-1) unstable; urgency=medium
* New upstream release.
[ Ondřej Nový ]
* d/changelog:
- Remove trailing whitespaces
* d/tests:
- Use AUTOPKGTEST_TMP instead of ADTTMP
* Convert git repository from git-dpm to gbp layout
[ Christian Kastner ]
* d/control:
- Bump Standards-Version to 4.3.0 (no changes needed)
- Switch Build-Depends from debhelper to debhelper-compat
- Bump Build-Depends for debhelper to 12
* d/compat:
- Drop, as made obsolete by debhelper-compat
* d/rules:
- Switch from dh_install to dh_missing
* d/copyright:
- Bump copyrights
-- Christian Kastner <ckk@debian.org> Mon, 04 Feb 2019 09:23:55 +0100
python-cachetools (2.0.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Fix Format URL to correct one
[ Thomas Goirand ]
* Team upload.
* Uploading to unstable.
* Remove useless X-Python-Version headers.
* Standards-Version is now 4.1.3.
* Ran wrap-and-sort -bast.
* Now using debhelper 10.
-- Thomas Goirand <zigo@debian.org> Mon, 26 Feb 2018 20:13:51 +0000
python-cachetools (2.0.0-1) experimental; urgency=medium
* New upstream release. Notable changes:
- Support for deprecated features has been dropped
- The *key functions have been moved to separate package "keys"
* d/copyright:
- Bump copyright years
* d/control:
- Bump X-Python3-Version to 3.3
-- Christian Kastner <ckk@debian.org> Thu, 12 Jan 2017 21:07:17 +0100
python-cachetools (1.1.6-1) unstable; urgency=medium
* New upstream release. Notable changes:
- Reimplement LRUCache and TTLCache using collections.OrderedDict. Note
that this will break pickle compatibility with previous versions.
* d/control:
- Bump Standards-Version to 3.9.8 (no changes needed)
-- Christian Kastner <ckk@debian.org> Fri, 15 Apr 2016 10:44:50 +0200
python-cachetools (1.1.5-2) unstable; urgency=medium
[ SVN-Git Migration ]
* git-dpm config
* Update Vcs fields for git migration
[ Christian Kastner ]
* d/control:
- Bump Standards-Version to 3.9.7 (no changes needed)
- Switch Vcs-Git from insecure URI to secure one
-- Christian Kastner <ckk@debian.org> Mon, 21 Mar 2016 13:54:09 +0100
python-cachetools (1.1.5-1) unstable; urgency=medium
* New upstream release.
-- Christian Kastner <ckk@debian.org> Tue, 03 Nov 2015 12:32:40 +0100
python-cachetools (1.1.3-1) unstable; urgency=medium
* New upstream release.
-- Christian Kastner <ckk@debian.org> Tue, 22 Sep 2015 23:44:10 +0200
python-cachetools (1.1.0-1) unstable; urgency=medium
* New upstream release.
-- Christian Kastner <ckk@debian.org> Sat, 05 Sep 2015 16:40:52 +0200
python-cachetools (1.0.3-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Drop XS-Testsuite, as dpkg now recognizes the Testsuite header, and
dpkg-source automatically adds one when an autopkgtest suite is found
- Switch Maintainer email to my @debian.org address
* debian/copyright:
- Bump copyright years
* debian/watch:
- Upstream moved to GitHub
-- Christian Kastner <ckk@debian.org> Sat, 15 Aug 2015 14:14:02 +0200
python-cachetools (1.0.0-1) unstable; urgency=medium
* New upstream release.
* debian/copyright:
- Correctly spell author's name
-- Christian Kastner <debian@kvr.at> Fri, 19 Dec 2014 20:46:52 +0100
python-cachetools (0.7.0-1) unstable; urgency=medium
* Initial release. Closes: #767298
-- Christian Kastner <debian@kvr.at> Thu, 30 Oct 2014 22:15:23 +0100
|