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
|
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
|