File: changelog

package info (click to toggle)
python-memcache 1.59-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 332 kB
  • sloc: python: 1,284; sh: 32; makefile: 26
file content (202 lines) | stat: -rw-r--r-- 6,666 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
python-memcache (1.59-5) unstable; urgency=medium

  * Add Restrictions: superficial to d/tests/control (Closes: #974468).
  * Switch to debhelper-compat 11.

 -- Thomas Goirand <zigo@debian.org>  Sat, 21 Nov 2020 00:17:20 +0100

python-memcache (1.59-4) unstable; urgency=medium

  * Team upload.
  * Fix comparisons with literals (Patch from Ubuntu, closes: #950209).
  * Bump Standards-Version to 4.5.0 (no changes).
  * d/control: Add Rules-Requires-Root: no.

 -- Ondřej Nový <onovy@debian.org>  Thu, 30 Jan 2020 10:47:55 +0100

python-memcache (1.59-3) unstable; urgency=medium

  * Removed unit test using Python 2.

 -- Thomas Goirand <zigo@debian.org>  Thu, 07 Nov 2019 21:25:22 +0100

python-memcache (1.59-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * Removed Python 2 support (Closes: #937914).

 -- Thomas Goirand <zigo@debian.org>  Sat, 26 Oct 2019 00:49:45 +0200

python-memcache (1.59-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Standards-Version is 3.9.7 now (no change).
  * Added Debian tests.
  * Standards-Version is 3.9.8 now (no change)
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/copyright: Changed source URL to https protocol
  * d/control: Use team+openstack@tracker.debian.org as maintainer

  [ Daniel Baumann ]
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Updating standards version to 4.1.0.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/changelog: Remove trailing whitespaces

  [ Thomas Goirand ]
  * New upstream release:
    - Fix Storing non-ascii values in memcache fails on Py 2 (Closes: #894773).
  * Removed More_Python_3_fixes.patch, kind of applied upstream.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Thu, 06 Sep 2018 01:18:05 +0200

python-memcache (1.57-1) unstable; urgency=medium

  * New upstream release.
  * Moving the package to PKG OpenStack as I don't have write access to the
    DPMT repository anymore.
  * Switch the homepage to the Github URL.
  * Switch the watch file to use the github tags, as the upstream FTP is never
    updated.
  * Added More_Python_3_fixes.patch.
  * Cleans setup-test-env-memcached.sh from unused function wait_for_line.
  * Testing with all versions of Python(3).
  * Fixed debian/copyright ordering.

 -- Thomas Goirand <zigo@debian.org>  Fri, 05 Feb 2016 08:12:59 +0000

python-memcache (1.56-1) unstable; urgency=medium

  * New upstream release:
    - Full upstream Python 3 support: deleting debian patches applied upstream.

 -- Thomas Goirand <zigo@debian.org>  Mon, 27 Jul 2015 13:23:00 +0000

python-memcache (1.54+20150423+git+48e882719c-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 08 May 2015 20:59:58 +0000

python-memcache (1.54+20150423+git+48e882719c-1) experimental; urgency=medium

  * Added patch from Victor Stinner to port the package to Python 3.
  * Now runs unit tests when building the package:
    - Build-Depends: memcached, nose, six.
    - Added nose as build-depends, and run unit tests.
    - Added debian/setup-test-env-memcached.sh to start memcached on
      non-standard port (which is compatible with building with sbuild).
  * Standards-Version: 3.9.6.
  * Added dh-python as build-depends.

 -- Thomas Goirand <zigo@debian.org>  Thu, 23 Apr 2015 21:47:37 +0000

python-memcache (1.53+2014.06.08.git.918e88c496-1) unstable; urgency=medium

  * New upstream release.
  * Removed now useless X-Python-Version: >= 2.6.
  * Upgraded to debhelper and compat 9.
  * Added Python3 support.
  * debian/copyright file now using parseable format 1.0.
  * Added myself as uploader.

 -- Thomas Goirand <zigo@debian.org>  Mon, 09 Jun 2014 09:25:03 +0000

python-memcache (1.53-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Carl Chenet ]
  * New upstream release
  * debian/control
    - bump Standards-Version to 3.9.4.0
    - use python-all in B-D

 -- Carl Chenet <chaica@ohmytux.com>  Wed, 19 Jun 2013 23:02:23 +0200

python-memcache (1.48-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - bump X-Python-Version >= 2.6
    - bump Standards-Version to 3.9.2.0
    - removed ${python:Breaks} to binary package info
  * debian/rules
    - add override_dh_auto_build to remove Makefile

 -- Carl Chenet <chaica@ohmytux.com>  Wed, 07 Dec 2011 23:30:42 +0100

python-memcache (1.47-1) unstable; urgency=low

  * New upstream release. (Closes: #609908)
  * debian/source/format
    - Bump to 3.0 (quilt)
  * debian/control
    - Removed python-support from Build-Depends-Indep
    - Bump python to 2.6.6-3
    - Bump Standards-Version to 3.9.1.0.
    - Replaced XS-Python-Version: all by X-Python-Version >= 2.5
    - Added Breaks: ${python:Breaks} to binary package info
  * debian/copyright
    - Removed path to BSD license and include the license text itself
  * debian/rules
    - Replaced dh $@ by dh $@ --with python2

 -- Carl Chenet <chaica@ohmytux.com>  Thu, 17 Feb 2011 01:30:02 +0100

python-memcache (1.45-1) unstable; urgency=low

  * New upstream version.
  * debian/control
    - Switched the Maintainer field to DPMT.
    - Switched the Uploader field to Carl Chenet <chaica@ohmytux.com>.
    - Bump the Standards-Version field to 3.8.4

 -- Carl Chenet <chaica@ohmytux.com>  Tue, 02 Feb 2010 20:42:02 +0100

python-memcache (1.44-1) unstable; urgency=low

  * New upstream version.
  * debian/control
    - bump Standards-Version to 3.8.3
    - bump required python version.
  * debian/watch
    - added the pasv option.
  * debian/copyright
    - Modified (C) to ©.
  * debian rules
    - Using minimal dh7 now.
  * debian/compat
    - Bump to 7.

 -- Carl Chenet <chaica@ohmytux.com>  Tue, 22 Sep 2009 01:20:31 +0200

python-memcache (1.40-2) unstable; urgency=medium

  * debian/control
    - switch Vcs-Browser field to viewsvn
    - bump Standards-Version to 3.8.1 (no changes needed)
  * debian/watch
    - fixed (upstream ftp site uses symlinks, breaking version check)
  * debian/rules
    - fixed for the new python-support; thanks to Josselin Mouette for the
      report and patch; Closes: #517063

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Fri, 10 Apr 2009 12:58:57 +0200

python-memcache (1.40-1) unstable; urgency=low

  * Initial release. (Closes: #458608)

 -- Christopher Schmidt <crschmidt@metacarta.com>  Thu,  3 Jan 2008 18:47:00 -0500