File: changelog

package info (click to toggle)
python-swiftclient 1%3A3.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,324 kB
  • sloc: python: 16,062; makefile: 119; sh: 84
file content (348 lines) | stat: -rw-r--r-- 11,035 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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
python-swiftclient (1:3.6.0-2) unstable; urgency=medium

  * Uploading to unstable
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Bump Standards-Version to 4.2.1

 -- Ondřej Nový <onovy@debian.org>  Wed, 05 Sep 2018 10:46:36 +0200

python-swiftclient (1:3.6.0-1) experimental; urgency=medium

  * New upstream release
  * Fix B-D for new upstream release

 -- Ondřej Nový <onovy@debian.org>  Mon, 20 Aug 2018 16:55:20 +0200

python-swiftclient (1:3.5.0-3) unstable; urgency=medium

  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Use team+openstack@tracker.debian.org as maintainer
  * d/changelog: Remove empty line at end of file
  * Bump standards version to 4.1.2 (no changes)
  * Add upstream metadata

 -- Ondřej Nový <onovy@debian.org>  Mon, 20 Aug 2018 16:27:27 +0200

python-swiftclient (1:3.5.0-2) unstable; urgency=medium

  * Uploading to unstable
  * d/copyright: Bump my copyright year

 -- Ondřej Nový <onovy@debian.org>  Mon, 26 Feb 2018 10:47:29 +0100

python-swiftclient (1:3.5.0-1) experimental; urgency=medium

  * New upstream release
  * Change B-D for new upstream release
  * Standards-Version is 4.1.3 (no changes needed)
  * Bump debhelper compat level to 11
  * d/control: Set Vcs-* to salsa.debian.org
  * Use Python 3 Sphinx for building docs
  * Move docs to /usr/share/doc/python-swiftclient directory

 -- Ondřej Nový <onovy@debian.org>  Mon, 12 Feb 2018 10:53:06 +0100

python-swiftclient (1:3.4.0-3) unstable; urgency=medium

  [ Daniel Baumann ]
  * Non-maintainer upload.
  * Updating standards version to 4.1.0.

  [ Thomas Goirand ]
  * Uploading to unstable.
  * Removed versions of (build-)depends that are available in Stretch.
  * Removed now useless Breask+Replaces in the -doc package.

 -- Thomas Goirand <zigo@debian.org>  Sat, 04 Nov 2017 22:26:50 +0000

python-swiftclient (1:3.4.0-2) experimental; urgency=medium

  * d/s/options: Remove extend-diff-ignore of .gitreview
  * d/copyright: Bump copyright years
  * Install AUTHORS file as docs
  * Add Python examples to doc package

 -- Ondřej Nový <onovy@debian.org>  Tue, 08 Aug 2017 00:38:56 +0200

python-swiftclient (1:3.4.0-1) experimental; urgency=medium

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Running wrap-and-sort -bast.
  * Updating maintainer field.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Correcting permissions in debian packaging files.
  * Updating standards version to 4.0.1.
  * Deprecating priority extra as per policy 4.0.1.

  [ Ondřej Nový ]
  * New upstream release
  * d/p/Require_futures_only_for_Python_2.patch: Drop, applied upstream

 -- Ondřej Nový <onovy@debian.org>  Mon, 07 Aug 2017 18:48:52 +0200

python-swiftclient (1:3.1.0-3) unstable; urgency=medium

  * Bumped debhelper version to 10
  * d/copyright: Fixed Apache-2 license text
  * Require futures only for Python 2
    (Added upstream patch, closes: #849453)
  * Bump required version of python-concurrent.futures,
    python{,3}-pkg-resources and python{,3}-setuptools

 -- Ondřej Nový <onovy@debian.org>  Wed, 28 Dec 2016 20:35:42 +0100

python-swiftclient (1:3.1.0-2) unstable; urgency=medium

  * Uploading to unstable
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <onovy@debian.org>  Fri, 23 Sep 2016 16:34:08 +0200

python-swiftclient (1:3.1.0-1) experimental; urgency=medium

  * New upstream release
  * Bumped required version of python-keystoneclient
  * Bumped required version of python-oslosphinx

 -- Ondřej Nový <onovy@debian.org>  Sat, 03 Sep 2016 11:54:41 +0200

python-swiftclient (1:3.0.0-4) unstable; urgency=medium

  * Use OSLO_PACKAGE_VERSION from openstack-pkg-tools
  * d/{control,copyright}: Use my @debian.org email address
  * Removed git from Build-Depends-Indep
  * Fixed executable flags for debian/* files
  * Use autopkgtest-pkg-python testsuite

 -- Ondřej Nový <onovy@debian.org>  Sat, 03 Sep 2016 11:33:07 +0200

python-swiftclient (1:3.0.0-3) unstable; urgency=medium

  * Standards-Version is 3.9.8 now (no change)
  * Change directory to $ADTTMP before running Debian tests
  * d/copyright: Changed source URL to https protocol
  * Changed -doc depends from ${python3:Depends} to ${sphinxdoc:Depends}

 -- Ondřej Nový <novy@ondrej.org>  Thu, 02 Jun 2016 16:36:56 +0200

python-swiftclient (1:3.0.0-2) unstable; urgency=medium

  * Added git to Build-Depends-Indep

 -- Ondřej Nový <novy@ondrej.org>  Wed, 06 Apr 2016 11:21:52 +0200

python-swiftclient (1:3.0.0-1) unstable; urgency=medium

  * New upstream release
  * Removed python(3)-testtools build dependency
  * Removed patch
    Stop-passing-attr-to-keystoneclient-when-there-s-no-filter_value.patch
    (Applied upstream)

 -- Ondřej Nový <novy@ondrej.org>  Tue, 05 Apr 2016 20:35:22 +0200

python-swiftclient (1:2.7.0-3) unstable; urgency=medium

  * Uploading to unstable
  * Fixed hardcoded Python 2.7 version when running unit tests

 -- Ondřej Nový <novy@ondrej.org>  Mon, 04 Apr 2016 18:56:07 +0200

python-swiftclient (1:2.7.0-2) experimental; urgency=medium

  [ Ondřej Nový ]
  * Watch file fixed.
  * Debian tests fixies.
  * Standards-Version is 3.9.7 now (no change).
  * Fixed Vcs URLs.

  [ Thomas Goirand ]
  * Added patch:
    Stop-passing-attr-to-keystoneclient-when-there-s-no-filter_value.patch

 -- Ondřej Nový <novy@ondrej.org>  Wed, 02 Mar 2016 16:16:18 +0100

python-swiftclient (1:2.7.0-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * New upstream release.
  * Added myself as uploader.
  * Moved man page from python-swiftclient-doc package to base packages.
  * Removed python-pbr dependency.

  [ Thomas Goirand ]
  * Fixed debian/copyright.

 -- Thomas Goirand <zigo@debian.org>  Sat, 16 Jan 2016 03:00:26 +0000

python-swiftclient (1:2.6.0-3) unstable; urgency=medium

  * override_dh_python3 to fix Py3 shebang.

 -- Thomas Goirand <zigo@debian.org>  Fri, 23 Oct 2015 23:53:41 +0000

python-swiftclient (1:2.6.0-2) unstable; urgency=medium

  [ Ivan Udovichenko ]
  * d/control: Remove unnecessary dependency - python-simplejson [1].
    [1] Commit: 317df7e527c174695e184f8250f5f743ac91f0f2

  [ James Page ]
  * d/py3dist-overrides: Ignore futures requirement for py3.

  [ Thomas Goirand ]
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2015 22:47:42 +0000

python-swiftclient (1:2.6.0-1) experimental; urgency=medium

  * New upstream release.
  * d/control: Align dependencies and versions with upstream.
  * d/patches: Dropped. Remaining patch fixed upstream.
  * d/control: Update uploaders.

 -- Corey Bryant <corey.bryant@canonical.com>  Thu, 24 Sep 2015 14:54:41 -0400

python-swiftclient (1:2.4.0-5) experimental; urgency=medium

  * Team upload.
  * d/control,d/tests: Add autopkgtests from Ubuntu.

 -- James Page <james.page@ubuntu.com>  Wed, 15 Jul 2015 08:58:58 +0100

python-swiftclient (1:2.4.0-4) experimental; urgency=medium

  * Team upload.
  * d/p/multithreading-fixes.patch: Cherry pick fixes related to py3
    unit test failures from upstream VCS.

 -- James Page <james.page@ubuntu.com>  Fri, 10 Jul 2015 09:17:01 +0100

python-swiftclient (1:2.4.0-3) experimental; urgency=medium

  * Added Breaks: + Replaces: of python-swiftclient in python-swiftclient-doc
    because the -doc package now contains the swift man page (Closes: #789668).

 -- Thomas Goirand <zigo@debian.org>  Fri, 26 Jun 2015 15:44:59 +0200

python-swiftclient (1:2.4.0-2) experimental; urgency=medium

  * Added dependency on python-pkg-resources (Closes: #789685).

 -- Thomas Goirand <zigo@debian.org>  Tue, 23 Jun 2015 23:02:54 +0200

python-swiftclient (1:2.4.0-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Added Python 3 support.

 -- Thomas Goirand <zigo@debian.org>  Sun, 19 Apr 2015 19:12:15 +0200

python-swiftclient (1:2.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Standards-Version is now 3.9.6 (no change).

 -- Thomas Goirand <zigo@debian.org>  Fri, 17 Oct 2014 23:52:32 +0800

python-swiftclient (1:2.3.0-1) experimental; urgency=medium

  [ Thomas Bechtold ]
  * debian/watch: Use github tags.

  [ Thomas Goirand ]
  * New upstream release.
  * Updated (build-)depends for this release.
  * Removed manpage patch applied upstream.
  * Using testr and subunit correctly.

 -- Thomas Goirand <zigo@debian.org>  Thu, 18 Sep 2014 22:31:55 +0800

python-swiftclient (1:2.0.2-1) unstable; urgency=high

  * New upstream release (Closes: #730626).
  * Reviewed build-dependency for the new upstream release.
  * Standards-Version: is now 3.9.5.
  * Also builds the sphinx doc and package manpage.
  * Adds patch to fix manpage.

 -- Thomas Goirand <zigo@debian.org>  Tue, 18 Feb 2014 11:03:09 +0800

python-swiftclient (1:1.6.0-2) unstable; urgency=low

  * Added missing build-depends: python-d2to1.

 -- Thomas Goirand <zigo@debian.org>  Wed, 11 Sep 2013 09:47:14 +0000

python-swiftclient (1:1.6.0-1) unstable; urgency=low

  * New upstream release.
  * Removes now obsolete patch for OSLO version.
  * Now using testrepository for the unit testing.
  * Updated (build-)dependencies.
  * Canonical VCS URLs.

 -- Thomas Goirand <zigo@debian.org>  Wed, 11 Sep 2013 14:03:08 +0800

python-swiftclient (1:1.4.0-2) unstable; urgency=low

  * Ran wrap-and-sort.
  * Fixed a typo in the short description (Closes: #710546) thanks to Pascal
    De Vuyst for reporting it.

 -- Thomas Goirand <zigo@debian.org>  Thu, 30 May 2013 14:10:59 +0800

python-swiftclient (1:1.4.0-1) unstable; urgency=low

  * New upstream release.
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 13 May 2013 10:25:04 +0000

python-swiftclient (1:1.3.0-1) experimental; urgency=low

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 03 Apr 2013 19:26:10 +0800

python-swiftclient (1:1.2.0+git1.2be776c2-1) experimental; urgency=low

  * New snapshot release
  * Add depend on python-keystoneclient
  * Now using openstack-pkg-tools for the debian/rules.

 -- Thomas Goirand <zigo@debian.org>  Mon, 17 Dec 2012 14:39:57 +0000

python-swiftclient (1:1.2.0-1) experimental; urgency=low

  * New upstream version

 -- Mehdi Abaakouk <sileht@sileht.net>  Sat, 29 Sep 2012 09:13:34 +0200

python-swiftclient (1:1.1.1-1) experimental; urgency=low

  * Initial debian release (Closes: #687415)

 -- Mehdi Abaakouk <sileht@sileht.net>  Wed, 12 Sep 2012 15:51:39 +0200

python-swiftclient (1:1.1.1-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * Initial release.

  [ Chuck Short ]
  * debian/watch: Added
  * debian/rules: Download tarball from regular places.
  * Update changelog
  * debian/control: Add python-eventlet as a build depends.
  * debian/rules: Enabled changelog.
  * debian/copyright: Update format.

 -- Adam Gandelman <adamg@canonical.com>  Wed, 06 Jun 2012 12:54:56 -0700