File: changelog

package info (click to toggle)
python-pymemcache 4.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 544 kB
  • sloc: python: 4,550; makefile: 209; sh: 11
file content (171 lines) | stat: -rw-r--r-- 5,200 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
python-pymemcache (4.0.0-8) unstable; urgency=medium

  * Switch to pybuild (Closes: #1090599).

 -- Thomas Goirand <zigo@debian.org>  Wed, 18 Dec 2024 23:24:24 +0100

python-pymemcache (4.0.0-7) unstable; urgency=medium

  * Drop extraneous python3-mock build dependency (Closes: #1069950).

 -- Thomas Goirand <zigo@debian.org>  Mon, 29 Apr 2024 08:49:06 +0200

python-pymemcache (4.0.0-6) unstable; urgency=medium

  * Add remove-test-failing-on-32-bits.patch (Closes: #1055394).
  * Remove (build-)depends on python3-six (Closes: #1055464).

 -- Thomas Goirand <zigo@debian.org>  Tue, 07 Nov 2023 16:48:36 +0100

python-pymemcache (4.0.0-5) unstable; urgency=medium

  * Revert previous upload that breaks bookworm.
  * Remove pyproject.toml and patch setup.py.
  * Add empty file py.typed in the module (not sure what it is for, but
    upstream has it in the original MANIFEST.in).

 -- Thomas Goirand <zigo@debian.org>  Tue, 17 Oct 2023 14:36:00 +0200

python-pymemcache (4.0.0-4) unstable; urgency=medium

  * Switch to pybuild and poetry, also package client (Closes: #1054117).

 -- Thomas Goirand <zigo@debian.org>  Tue, 17 Oct 2023 13:34:43 +0200

python-pymemcache (4.0.0-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Wed, 04 Oct 2023 22:27:23 +0200

python-pymemcache (4.0.0-2) experimental; urgency=medium

  * Add fix-Multiple-top-level-packages.patch.

 -- Thomas Goirand <zigo@debian.org>  Fri, 15 Sep 2023 15:00:22 +0200

python-pymemcache (4.0.0-1) experimental; urgency=medium

  * New upstream release.
  * Add remove-test-compression.patch.

 -- Thomas Goirand <zigo@debian.org>  Tue, 29 Aug 2023 14:49:42 +0200

python-pymemcache (3.5.2-2) unstable; urgency=medium

  * Cleans better (Closes: #1047573).

 -- Thomas Goirand <zigo@debian.org>  Mon, 21 Aug 2023 13:40:19 +0200

python-pymemcache (3.5.2-1) unstable; urgency=medium

  * Fixed watch file.
  * New upstream release.
  * Switch to debhelper-compat 11.
  * Standards-Version: 4.6.1.

 -- Thomas Goirand <zigo@debian.org>  Fri, 04 Nov 2022 12:25:43 +0100

python-pymemcache (3.5.0-3) unstable; urgency=medium

  * Switch to pytest (Closes: #1018564).
  * Add autopkgtest.
  * Watch file uses git mode.

 -- Thomas Goirand <zigo@debian.org>  Fri, 04 Nov 2022 12:17:19 +0100

python-pymemcache (3.5.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Wed, 29 Sep 2021 13:20:05 +0200

python-pymemcache (3.5.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 25 Aug 2021 10:13:11 +0200

python-pymemcache (3.0.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 08 May 2020 11:30:47 +0200

python-pymemcache (3.0.1-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 07 Apr 2020 09:56:02 +0200

python-pymemcache (2.2.2-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Tue, 08 Oct 2019 08:54:29 +0200

python-pymemcache (2.2.2-1) experimental; urgency=medium


  [ Ondřej Nový ]
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/control: Use team+openstack@tracker.debian.org as maintainer
  * Use debhelper-compat instead of debian/compat.
  * d/control: Set Vcs-* to salsa.debian.org

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

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Removed fix-setup.cfg-for-tool:pytest.patch applied upstream.
  * Removed Python 2 support (Closes: #938075).
  * Add fix-setup.cfg-for-tool:pytest.patch.
  * Fix d/copyright order and years.

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Sep 2019 12:27:41 +0200

python-pymemcache (1.3.2-3) unstable; urgency=medium

  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <novy@ondrej.org>  Sun, 28 Feb 2016 15:47:30 +0100

python-pymemcache (1.3.2-2) unstable; urgency=medium

  * Added missing python{3,}-mock depends (Closes: #795565).

 -- Thomas Goirand <zigo@debian.org>  Tue, 25 Aug 2015 20:29:29 +0000

python-pymemcache (1.3.2-1) unstable; urgency=medium

  * New upstream release.
  * Fixed upstream VCS url in debian/rules.
  * Fixed build-depends.
  * Removed Python 3.2 patch.
  * Added pytest as build-depends.
  * Fixed watch file to use github tag and not pypi.

 -- Thomas Goirand <zigo@debian.org>  Fri, 07 Aug 2015 07:46:45 +0000

python-pymemcache (1.2.4-2) unstable; urgency=medium

  * Added missing build-depends: python-nose, python3-nose.

 -- Thomas Goirand <zigo@debian.org>  Thu, 14 Aug 2014 23:35:40 +0800

python-pymemcache (1.2.4-1) unstable; urgency=medium

  * Initial release. (Closes: #758135)

 -- Thomas Goirand <zigo@debian.org>  Thu, 14 Aug 2014 22:15:06 +0800