File: changelog

package info (click to toggle)
wcwidth 0.2.13%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: python: 1,647; makefile: 17
file content (197 lines) | stat: -rw-r--r-- 6,271 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
wcwidth (0.2.13+dfsg1-1) unstable; urgency=medium

  * Team upload.
  * Acknowledge NMU (closes: #1029629).
  * debian/copyright: Generalize Files-Excluded slightly.
  * New upstream release.
    - Switch to using importlib.metadata (closes: #1042241).
  * Rewrite patches to update-tables.  This required including a file from
    an old version of the unicode-data package, so update debian/copyright
    to match.

 -- Colin Watson <cjwatson@debian.org>  Wed, 06 Mar 2024 15:26:35 +0000

wcwidth (0.2.5+dfsg1-1.1) unstable; urgency=medium

  * Non-maintainer upload by the Reproducible Builds team.
  * Apply patch from Vagrant Cascadian to make the package build reproducible
    by removing a comment from bin/update-tables.py which embedded the build
    path and timestamp. Closes: #1005408

 -- Holger Levsen <holger@debian.org>  Tue, 10 Jan 2023 23:40:10 +0100

wcwidth (0.2.5+dfsg1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).
  * Update standards version to 4.5.1, no changes needed.

  [ Thomas Goirand ]
  * Team upload.
  * New upstream release.
  * Rewrite unicode-data patches.
  * Add python3-pytest-cov as build-depends.
  * Add remove-looponfailroots-option-from-tox.ini.patch.
  * Override dh_auto_{test,install}.
  * Use github repo as homepage and source URL.
  * Remove python3 from description.

 -- Thomas Goirand <zigo@debian.org>  Thu, 27 Jan 2022 10:23:10 +0100

wcwidth (0.1.9+dfsg1-2) unstable; urgency=medium

  * Drop PyPy support.
  * Bump debhelper compat level to 13.

 -- Ondřej Nový <onovy@debian.org>  Fri, 05 Jun 2020 12:29:55 +0200

wcwidth (0.1.9+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Set Rules-Requires-Root: no.
  * Bump Standards-Version to 4.5.0.

 -- Ondřej Nový <onovy@debian.org>  Mon, 27 Apr 2020 07:47:45 +0200

wcwidth (0.1.8+dfsg1-5) unstable; urgency=medium

  * Drop python2 support; Closes: #938809

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

wcwidth (0.1.8+dfsg1-4) unstable; urgency=medium

  * Dont run unittests for python2 binary, to reduce pytest rdeps

 -- Sandro Tosi <morph@debian.org>  Mon, 13 Apr 2020 20:29:09 -0400

wcwidth (0.1.8+dfsg1-3) unstable; urgency=medium

  * Build unicode reference files using Python 3.

 -- Ondřej Nový <onovy@debian.org>  Mon, 20 Jan 2020 08:32:33 +0100

wcwidth (0.1.8+dfsg1-2) unstable; urgency=medium

  * Build using python2.

 -- Ondřej Nový <onovy@debian.org>  Mon, 20 Jan 2020 08:14:42 +0100

wcwidth (0.1.8+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.4.1.
  * d/copyright: Bump my copyright year.

 -- Ondřej Nový <onovy@debian.org>  Wed, 08 Jan 2020 17:05:25 +0100

wcwidth (0.1.7+dfsg1-6) unstable; urgency=medium

  * Remove Sebastian Ramacher from uploaders as he requested.

 -- Ondřej Nový <onovy@debian.org>  Fri, 02 Aug 2019 22:52:26 +0200

wcwidth (0.1.7+dfsg1-5) unstable; urgency=medium

  * Source-only reupload to allow migration after uploading to NEW.

 -- Ondřej Nový <onovy@debian.org>  Thu, 01 Aug 2019 13:06:39 +0200

wcwidth (0.1.7+dfsg1-4) unstable; urgency=medium

  * Change Maintainer to Debian Python Modules Team in agreement with
    Sebastian Ramacher
  * d/rules: Set PYBUILD_NAME
  * Bump debhelper compat level to 12 and use debhelper-compat
  * Bump Standards-Version to 4.4.0 (no changes needed)
  * Add pypy-wcwidth
  * d/copyright: Add myself for debian/ part
  * Do wrap-and-sort -bast
  * d/clean: Remove, not needed anymore
  * Add upstream metadata
  * Enable autopkgtest-pkg-python testsuite

 -- Ondřej Nový <onovy@debian.org>  Sun, 21 Jul 2019 14:58:54 +0200

wcwidth (0.1.7+dfsg1-3) unstable; urgency=medium

  * Rebuild against unicode-data 12.1.0~pre1-2. (Closes: #928019)

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 12 May 2019 11:11:32 +0200

wcwidth (0.1.7+dfsg1-2) unstable; urgency=medium

  * debian/control:
    - Move to salsa.d.o.
    - Bump Standards-Version.
  * debian/:
    - Bump debehlper compat to 11.
    - Use HTTPS.

 -- Sebastian Ramacher <sramacher@debian.org>  Fri, 11 May 2018 09:28:24 +0200

wcwidth (0.1.7+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/-bugfix-Use-utf-8-encoding-for-upstream-.txt-files.patch:
    Removed.

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 28 Aug 2016 13:59:53 +0200

wcwidth (0.1.6+dfsg1-2) unstable; urgency=medium

  * debian/patches/-bugfix-Use-utf-8-encoding-for-upstream-.txt-files.patch:
    Apply upstream patch to fix issue with UTF-8 encoding in Unicode data
    (Closes: #829235)
  * debian/control:
    - Bump Standards-Version.
    - Update Vcs-*.

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 02 Jul 2016 09:42:05 +0200

wcwidth (0.1.6+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/copyright:
    - Update Files-Excluded.
    - Update copyright years.
  * debian/clean: Remove table_zero.py instead of table_comb.py.

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 16 Jan 2016 13:10:01 +0100

wcwidth (0.1.5+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches: Refreshed.

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 20 Sep 2015 12:15:39 +0200

wcwidth (0.1.4+dfsg1-1) unstable; urgency=medium

  * Repack to remove cruft without source from upstream tarball. (Closes:
    #798569)
    - debian/copyright: Add Files-Excluded.
    - debian/watch: Add repacksuffix and dversionmangle.

 -- Sebastian Ramacher <sramacher@debian.org>  Thu, 10 Sep 2015 17:58:41 +0200

wcwidth (0.1.4-2) unstable; urgency=medium

  * debian/watch: Use PyPI redirector.
  * debian/patches/remove-generated-date.patch: Remove generated date to make
    build reproducible.

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 06 Jun 2015 00:24:06 +0200

wcwidth (0.1.4-1) unstable; urgency=medium

  * Initial release. (Closes: #770704)

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 23 Nov 2014 14:56:27 +0100