File: changelog

package info (click to toggle)
python-mock 4.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 600 kB
  • sloc: python: 7,680; makefile: 10
file content (264 lines) | stat: -rw-r--r-- 9,150 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
python-mock (4.0.3-1) unstable; urgency=low

  [ Ondřej Nový ]
  * New upstream release.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.
  * Bump standards version to 4.5.1.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + python-mock-doc: Add Multi-Arch: foreign.

 -- Ondřej Nový <onovy@debian.org>  Sat, 02 Jan 2021 15:25:17 +0100

python-mock (4.0.2-1) unstable; urgency=medium

  * New upstream release.
  * Rebase patches.
  * Drop python3-six from B-D-I.
  * Bump debhelper compat level to 13.
  * Set Rules-Requires-Root: no.
  * Bump standards version to 4.5.0.

 -- Ondřej Nový <onovy@debian.org>  Fri, 12 Jun 2020 13:36:59 +0200

python-mock (3.0.5-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937926

 -- Sandro Tosi <morph@debian.org>  Tue, 14 Apr 2020 09:44:42 -0400

python-mock (3.0.5-1) unstable; urgency=medium

  * New upstream release
  * Bump debhelper compat level to 12 and use debhelper-compat
  * Bump Standards-Version to 4.4.0 (no changes needed)
  * d/copyright: Bump my copyright year
  * d/watch: Use GitHub, because PyPi release doesn't contain tests
  * d/upstream/signing-key.asc: Drop, upstream releases are not signed anymore
  * Fix privacy breach in docs

 -- Ondřej Nový <onovy@debian.org>  Tue, 16 Jul 2019 19:31:51 +0200

python-mock (2.0.0-4) unstable; urgency=medium

  * Bumped debhelper version to 11
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Deprecating priority extra as per policy 4.0.1
  * Convert git repository from git-dpm to gbp layout
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Bump standards version to 4.2.1 (no changes)
  * d/rules: Don't set OSLO_PACKAGE_VERSION, pybuild sets PBR_VERSION
    automatically
  * Add upstream metadata

 -- Ondřej Nový <onovy@debian.org>  Sat, 29 Sep 2018 20:36:39 +0200

python-mock (2.0.0-3) unstable; urgency=medium

  * Team upload (with agreement from Ondřej Nový).
  * Uploading to unstable.
  * Removed useless X-Python-Version: >= 2.6 and X-Python3-Version: >= 3.3.
  * Moved some build-depends into build-depends-indep.

 -- Thomas Goirand <zigo@debian.org>  Thu, 06 Oct 2016 07:34:00 +0000

python-mock (2.0.0-2) experimental; urgency=medium

  * Require newer version of python-funcsigs (Closes: #829631)
  * Use Python 3 version of Sphinx
  * Added myself as uploader
  * wrap-and-sort -t -a
  * d/copyright: Added myself to Debian part
  * d/watch: Use https protocol
  * Changed homepage to new one

 -- Ondřej Nový <onovy@debian.org>  Wed, 06 Jul 2016 09:45:39 +0200

python-mock (2.0.0-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * Team upload.
  * New upstream release
  * Fixed B-D and D for new release
  * Removed pbr.patch and return-to-a-standard-requirements-def.patch
    (not needed anymore)
  * Fixed VCS URL (https)
  * Check signature of upstream tarball, added Robert Collins crt
  * Bump X-Python{3,}-Version
  * Removed override_dh_installchangelogs (not needed)
  * Enabled autopkgtest-pkg-python testsuite

  [ Thomas Goirand ]
  * debian/control:
    - Standards-Version is now 3.9.8 (no change).
    - Removed Breaks+Replaces that were addressing issues prior oldoldstable.
  * debian/rules:
    - using dpkg-parsechangelog -SVersion and not -S Version, as Trusty
      wouldn't accept the space.
    - Correctly build doc in the override_dh_sphinxdoc and not in auto_build.
  * Using debian/source/options to ignore egg-info changes instead of
    cleaning the files.
  * Bump debhelper to 9 instead of 8.
  * Added patch to disable failing test.

 -- Ondřej Nový <novy@ondrej.org>  Tue, 07 Jun 2016 16:18:13 +0200

python-mock (1.3.0-2.1) unstable; urgency=medium

  * Team upload.
  * Add patch to requirements.txt to avoid funky results not supported by
    pkg_resources in the generated egg-info (Closes: #794461).

 -- Thomas Goirand <zigo@debian.org>  Tue, 04 Aug 2015 07:55:30 +0000

python-mock (1.3.0-2) unstable; urgency=medium

  * Lower Build-Depends on python-pbr to (>= 0.11) to allow it to build
    in unstable (Closes: #793945).
  * Add pbr.patch to sync pbr version between requirements.txt and
    setup.py.
  * Add python-funcsigs to Depends (Closes: #794013).
  * Build-Depend on unittest2 (>= 1.1.0) so we can drop six.patch.
  * Remove six.patch now that there is a sufficiently new unittest2
    available.

 -- Michael Fladischer <fladi@debian.org>  Fri, 31 Jul 2015 12:17:26 +0200

python-mock (1.3.0-1) unstable; urgency=medium

  [ Jean-Michel Nirgal Vourgère ]
  * Remove David Watson from Uploaders. (Closes: #771614)

  [ Michael Fladischer ]
  * New upstream release.
  * Add six.patch to provide python2 and 3 compatibility for tests.
  * Add python-six and python3-six to Build-Depends.
  * Add OSLO_PACKAGE_VERSION in d/rules to allow pbr to run the tests.
  * Add lintian override for missing PGP signature on upstream tarballs.
  * Add dversionmangle and repacksuffix options for DFSG-repack to
    d/watch.
  * Bump Standards-Version to 3.9.6.
  * Drop unnecessary versioned dependencies on python-all and python3-
    all.
  * Update years in d/copyright.
  * Change my email address to fladi@debian.org.
  * Use pypi.debian.net service for uscan.
  * Switch buildsystem to pybuild.
  * Remove PHONY target declarations from d/rules.
  * Remove html directory from Files-Excluded as upstream no longer
    ships it in their tarball.
  * Remove python3.2_tests.patch and python3.4_compat.patch as they are
    no longer needed.
  * Rename BSD-mock license to BSD-3-clause.
  * Add python(3)-pbr and python-setuptools (>= 17.1) to Build-Depends.
  * Reformat packaging files with cme for better readability.

 -- Michael Fladischer <fladi@debian.org>  Tue, 28 Jul 2015 17:31:58 +0200

python-mock (1.0.1-3) unstable; urgency=medium

  * Team upload.
  * d/patches/python3.4_compat.patch: Fix FTBFS with Python 3.4.
    (Closes: #739890) (LP: #1283742)
  * d/control: Bump Standards-Version with no other changes necessary.

 -- Barry Warsaw <barry@debian.org>  Wed, 26 Feb 2014 15:39:36 -0500

python-mock (1.0.1-2) unstable; urgency=low

  [ Michael Fladischer ]
  * Upload to unstable.
  * Remove temporary fix for PKG-INFO.

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

 -- Michael Fladischer <FladischerMichael@fladi.at>  Wed, 08 May 2013 07:45:16 +0200

python-mock (1.0.1-1) experimental; urgency=low

  [ Michael Fladischer]
  * New upstream release.
  * Fix upstream name, contact and year in d/copyright.

  [ Thomas Goirand ]
  * Uploading to experimental.

 -- Thomas Goirand <zigo@debian.org>  Thu, 14 Feb 2013 21:43:58 +0800

python-mock (0.8.0-3) unstable; urgency=low

  * Team upload.
  * debian/control: python-mock-doc needs to Break/Replace
    python-mock (<< 0.7.2) to ensure clean upgrades from squeeze
    to wheezy. Thanks to Andreas Beckmann (Closes: #694296).

 -- Andrew Starr-Bochicchio <asb@debian.org>  Fri, 30 Nov 2012 17:02:02 -0500

python-mock (0.8.0-2) unstable; urgency=low

  * Add mock.egg-info/PKG-INFO to d/clean to allow two builds in a row
    (Closes: #671252).
  * Run tests during build (Closes: #667554).
    - Add patch for python3 unittests.
    - B-D on python-unittest2 for python2.x.
    - Add override for dh_auto_test.
  * Exclude SOURCES.txt and add temporary fix for Metadata-Version in
    PKG-INFO.
  * Change order of my name.
  * Update years in d/copyright.
  * Use DEP5 1.0 format URL.
  * Drop d/s/local-options from SVN.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 04 Jun 2012 20:34:13 +0200

python-mock (0.8.0-1) unstable; urgency=low

  * Team upload.
  * New upstream release
  * debian/control
    - bump Standards-Version to 3.9.3 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Wed, 04 Apr 2012 23:08:09 +0200

python-mock (0.7.2-1) unstable; urgency=low

  * New upstream release. (Closes: #617799)
  * Set PMPT as maintainer and myself as uploader.
  * Switch to source format 3.0 (quilt).
  * Switch to dh_python2.
  * Use pypi.python.org in d/watch.
  * Use DEP5 for copyright file.
  * Streamline packaging code with wrap-and-sort.
  * Bumped Standards-Version to 3.9.2 (no change necessary).
  * Move HTML documentation to u/s/d/python-mock/html/.
  * Use dh_link to create the documentation source symlinks.
  * Set X-P-V to >= 2.4.
  * Build for Python3.
  * Use dh_sphinxdoc.
  * Ship documentation in separate package.

 -- Fladischer Michael <FladischerMichael@fladi.at>  Tue, 23 Aug 2011 13:13:44 +0200

python-mock (0.6.0-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "doesn't depend on python" by applying patch to debian/control
    by Jakub Wilk (Closes: #588586)

 -- Marek Kubica <marek@xivilization.net>  Sat, 17 Jul 2010 12:27:08 +0200

python-mock (0.6.0-1) unstable; urgency=low

  * Initial release (Closes: #540372)

 -- David Watson <david@kutoken.com>  Fri, 21 Aug 2009 14:22:49 +0100