File: changelog

package info (click to toggle)
python-wrapt 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,012 kB
  • sloc: python: 5,480; ansic: 2,352; makefile: 179; sh: 46
file content (166 lines) | stat: -rw-r--r-- 5,207 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
python-wrapt (1.14.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 23 Sep 2022 12:36:55 +0200

python-wrapt (1.14.1-1) experimental; urgency=medium

  * New upstream release.
  * Add autopkgtest.

 -- Thomas Goirand <zigo@debian.org>  Wed, 31 Aug 2022 10:23:45 +0200

python-wrapt (1.13.3-1) unstable; urgency=medium

  * New upstream release.
    - Fixes FTBFS in tests (Closes: #999392).
  * Removed patch applied upstream:
    - Update_for_fixed_outer_classmethod_behavior_in_Python_3.9.patch.

 -- Thomas Goirand <zigo@debian.org>  Thu, 11 Nov 2021 17:45:02 +0100

python-wrapt (1.12.1-4) unstable; urgency=medium

  * Fixed debian/watch.
  * Add a debian/salsa-ci.yml.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Oct 2020 15:10:08 +0200

python-wrapt (1.12.1-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Oct 2020 09:32:12 +0200

python-wrapt (1.12.1-2) experimental; urgency=medium

  * Add Update_for_fixed_outer_classmethod_behavior_in_Python_3.9.patch
    (Closes: #972031).

 -- Thomas Goirand <zigo@debian.org>  Tue, 13 Oct 2020 10:54:21 +0200

python-wrapt (1.12.1-1) experimental; urgency=medium

  * New upstream release.
  * Up debhelper-compat to version 11.

 -- Thomas Goirand <zigo@debian.org>  Wed, 09 Sep 2020 08:56:31 +0200

python-wrapt (1.11.2-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 21 Oct 2019 10:41:58 +0200

python-wrapt (1.11.2-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Sep 2019 13:07:14 +0200

python-wrapt (1.10.11-2) unstable; urgency=medium

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

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

 -- Thomas Goirand <zigo@debian.org>  Thu, 05 Sep 2019 17:14:31 +0200

python-wrapt (1.10.11-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Use team+openstack@tracker.debian.org as maintainer

  [ Thomas Goirand ]
  * New upstream release:
    - Fix segfaults (Closes: #875797).
  * Fix PYTHONPATH when running tests.

 -- Thomas Goirand <zigo@debian.org>  Fri, 07 Sep 2018 14:07:50 +0200

python-wrapt (1.9.0-3) unstable; urgency=medium

  * Team upload.

  [ Daniel Baumann ]
  * Updating vcs fields. (Closes: #875798)
  * 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.

  [ Ondřej Nový ]
  * d/watch: Use pypi.debian.net (Closes: #875799)
  * Updating standards version to 4.1.1.

 -- Ondřej Nový <onovy@debian.org>  Tue, 31 Oct 2017 16:10:07 +0100

python-wrapt (1.9.0-2) unstable; urgency=medium

  * Repair the mistake of build-depends-indep: the binaries are *not*
    arch: all.

 -- Thomas Goirand <zigo@debian.org>  Fri, 09 Sep 2016 13:22:18 +0000

python-wrapt (1.9.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https

  [ Thomas Goirand ]
  * New upstream release (Closes: #765064):
    - Drop do-not-use-embedded-six.py.patch and
      no-from-wrapt-import-six-in-tests.patch, as src/six.py is gone upstream.
    - Drop fix-python-3.4-compat.patch applied upstream.
    - Drop python-3.2-compat.patch as upstream isn't using embedded six.
  * Standards-Version is now 3.9.6 (no change).
  * Removed non-active maintainers.
  * Reviewed (build-)depends and ran wrap-and-sort -t -a.
  * Simplified debian/rules using goodies from openstack-pkg-tools >= 52~.
  * Using python$$pyvers -m pytest to run tests (Closes: #835247).
  * Fixed debian/copyright ordering.
  * Standards-Version: 3.9.8 (no change).
  * Added export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow.
  * Removed do-not-use-the-rdt-sphinx-theme.patch and build-depends on the
    python-sphinx-rtd-theme package.

 -- Thomas Goirand <zigo@debian.org>  Fri, 09 Sep 2016 08:05:11 +0000

python-wrapt (1.8.0-5) unstable; urgency=medium

  * Added do-not-run-test_proxy_attribute.patch to avoid FTBFS. Thanks to David
    Suárez <david.sephirot@gmail.com> for the bug report (Closes: #755325).

 -- Thomas Goirand <zigo@debian.org>  Sat, 26 Jul 2014 07:37:40 +0000

python-wrapt (1.8.0-4) unstable; urgency=medium

  * wrapt is of arch "any" and not "all", therefore all the build-depends-indep
    should be in build-depends. This upload fixes that.

 -- Thomas Goirand <zigo@debian.org>  Sun, 08 Jun 2014 23:34:47 +0800

python-wrapt (1.8.0-3) unstable; urgency=medium

  * Added missing depends on python-six / python3-six (Closes: #750579).

 -- Thomas Goirand <zigo@debian.org>  Sun, 08 Jun 2014 14:17:01 +0000

python-wrapt (1.8.0-2) unstable; urgency=medium

  * Moves python-sphinx to build-depends instead of build-depends-indep.
    (Closes: #750579).

 -- Thomas Goirand <zigo@debian.org>  Thu, 05 Jun 2014 06:35:41 +0000

python-wrapt (1.8.0-1) unstable; urgency=low

  * Initial release. (Closes: #749594)

 -- Thomas Goirand <zigo@debian.org>  Wed, 28 May 2014 16:33:31 +0800