File: changelog

package info (click to toggle)
python-cachetools 5.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 2,058; sh: 5; makefile: 5
file content (239 lines) | stat: -rw-r--r-- 6,990 bytes parent folder | download
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
python-cachetools (5.3.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 5.3.3

 -- Alexandre Detiste <tchet@debian.org>  Sun, 12 May 2024 19:55:13 +0200

python-cachetools (5.3.0-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * Clean correctly.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 16 Jun 2023 19:55:21 -0400

python-cachetools (5.3.0-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
  * Bump copyright years.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 11 May 2023 14:50:18 -0400

python-cachetools (5.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Add pybuild-plugin-pyproject to Build-Depends
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Christian Kastner <ckk@debian.org>  Sun, 18 Dec 2022 22:30:07 +0100

python-cachetools (5.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Bump debhelper compatibility level to 13
  * Bump copyrights
  * Update d/watch

 -- Christian Kastner <ckk@debian.org>  Tue, 15 Feb 2022 12:32:35 +0100

python-cachetools (4.2.1-1) unstable; urgency=medium

  * New upstream release.

 -- Christian Kastner <ckk@debian.org>  Wed, 27 Jan 2021 01:37:59 +0100

python-cachetools (4.2.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Christian Kastner ]
  * New upstream release.

 -- Christian Kastner <ckk@debian.org>  Tue, 15 Dec 2020 20:21:20 +0100

python-cachetools (4.1.1-1) unstable; urgency=medium

  * New upstream version 4.1.1

 -- Christian Kastner <ckk@debian.org>  Thu, 06 Aug 2020 22:33:29 +0200

python-cachetools (4.1.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Christian Kastner ]
  * New upstream version 4.1.0
  * Bump Standards-Version to 4.5.0 (no changes needed)
  * Clean in d/rules, easier to mentally parse

 -- Christian Kastner <ckk@debian.org>  Tue, 21 Apr 2020 21:46:26 +0200

python-cachetools (4.0.0-1) unstable; urgency=medium

  * New upstream version 4.0.0
  * Create d/clean to remove .egg-info

 -- Christian Kastner <ckk@debian.org>  Wed, 08 Jan 2020 08:14:02 +0100

python-cachetools (3.1.1-3) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #937627

 -- Sandro Tosi <morph@debian.org>  Thu, 26 Dec 2019 16:54:38 -0500

python-cachetools (3.1.1-2) unstable; urgency=medium

  * autopkgtest: Move from python to python2
    Fixes a debci regression, in assumed connection to the py2removal efforts.

 -- Christian Kastner <ckk@debian.org>  Tue, 29 Oct 2019 18:48:41 +0100

python-cachetools (3.1.1-1) unstable; urgency=medium

  * New upstream release.

  [ Christian Kastner ]
  * d/control: Bump Standards-Version to 4.4.1 (no changes needed)

 -- Christian Kastner <ckk@debian.org>  Tue, 15 Oct 2019 15:18:52 +0200

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