File: changelog

package info (click to toggle)
python-textile 1%3A4.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 452 kB
  • sloc: python: 2,620; sh: 7; makefile: 4
file content (226 lines) | stat: -rw-r--r-- 7,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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
python-textile (1:4.0.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Dmitry Shachnev ]
  * Add a debian/clean file to fix build twice in a row.
  * Add .coveragerc to pybuild.testfiles to fix FTBFS (closes: #966997).

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 04 Aug 2020 20:51:17 +0300

python-textile (1:4.0.1-2) unstable; urgency=medium

  * Make the autopkgtest depend on python3-all, and use py3versions -s
    instead of -i.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 20 Mar 2020 14:44:28 +0300

python-textile (1:4.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.5.0, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 27 Jan 2020 21:32:11 +0300

python-textile (1:4.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Drop 0002-Sort-element-attrbutes.patch, applied upstream.
  * Bump python3-html5lib dependency to 1.0.1.
  * Move python3-regex from Suggests to Recommends.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 18 Jan 2020 14:38:14 +0300

python-textile (1:3.0.4-1) unstable; urgency=medium

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

  [ Dmitry Shachnev ]
  * New upstream release.
  * Refresh 0001-Skip-a-test-that-requires-access-to-www.google.com.patch.
  * Sort element attrbutes, to fix build with Python 3.8.
  * Drop the Python 2 package (closes: #938216).
  * Install the /usr/bin/pytextile wrapper script.
  * Update to debhelper compat level 12.
  * Bump Standards-Version to 4.4.1, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 09 Jan 2020 18:47:28 +0300

python-textile (1:3.0.3-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Dmitry Shachnev ]
  * New upstream release.
  * Update to debhelper compat level 11.
  * Drop 0002-Fix-path-to-README.textile-when-running-the-tests.patch.
    Add README.textile to pybuild.testfiles instead.
  * Add autopkgtests that run the upstream test suite.
  * Bump Standards-Version to 4.1.4, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 19 May 2018 15:16:25 +0300

python-textile (1:3.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh 0001-Skip-a-test-that-requires-access-to-www.google.com.patch.
  * Bump X-Python-Version to 2.7 and X-Python3-Version to 3.3, following
    upstream.
  * Bump required version of html5lib and move it from Suggests to Depends.
  * Bump Standards-Version to 4.1.1, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 25 Nov 2017 14:39:25 +0300

python-textile (1:2.3.12-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches for the new release.
  * Set DPMT as Maintainer and add myself to Uploaders (closes: #849734).
    Thanks to Janos Guljas for his past work on this package!
  * Bump Standards-Version to 4.0.0, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 24 Jun 2017 13:45:37 +0300

python-textile (1:2.3.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Fix path to README.textile in the tests to make them pass on our build.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 09 Nov 2016 20:38:52 +0300

python-textile (1:2.3.3-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Dmitry Shachnev ]
  * Update debian/watch to point to GitHub, as the tarballs on PyPI no
    longer contain tests.
  * New upstream release.
  * Build-depend on pytest, pytest-cov and pytest-runner instead of nose.
  * Rebase the patch to disable tests that need network access.
  * Install upstream changelog and README file as docs.
  * Use install files to prevent installing unnecessary stuff.
  * Update debian/copyright.
  * Suggest html5lib, PIL and regex packages.
  * Bump Standards-Version to 3.9.8, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 29 Jul 2016 20:41:58 +0300

python-textile (1:2.2.2-1) unstable; urgency=low

  * Team upload, with maintainer's permission.

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

  [ Jan Dittberner ]
  * fix Homepage URL

  [ Dmitry Shachnev ]
  * New upstream release.
  * Switch to pybuild buildsystem and build a python3-textile package
    (closes: #802167).
  * Skip a test that requires network access.
  * Update debian/copyright.
  * Update debian/watch to use the pypi.debian.net redirector.
  * Add html5lib to build-dependencies, for the sanitizer test.
  * Bump Standards-Version to 3.9.6, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 14 Dec 2015 18:34:21 +0300

python-textile (1:2.1.5-1) unstable; urgency=low

  [ Janos Guljas ]
  * New upstream version.
  * Remove public Python module "test" (Closes: #627539).
  * Switch to source format 3.0 (quilt).
  * Bump standards to 3.9.2.
  * Update debian/copyright to DEP5 format.
  * Change my email address to janos@resenje.org.
  * Switch to dh_python2.

  [ Jan Dittberner ]
  * add X-Python-Version: >= 2.5
  * depend on python (>= 2.6.6-3~) instead of python-all (>= 2.5)

 -- Janos Guljas <janos@resenje.org>  Fri, 27 May 2011 17:22:14 +0200

python-textile (1:2.1.4-1) unstable; urgency=low

  * New upstream release
  * Updated debian/patches/01_tests-in-py-modules.diff
  * Added override_dh_auto_test in debian/rules
  * debian/patches/01_django-test-fix.diff: Fix test failure in python-django

 -- Janos Guljas <janos@janos.in.rs>  Wed, 09 Dec 2009 02:02:17 +0100

python-textile (1:2.1.3-1) unstable; urgency=low

  * New maintainer (Closes: #540943)
  * New upstream release.
  * Added epoch to correct a mistake in version numbering
  * debian/compat
    - update debhelper compatibility to 7.
  * debian/control
    - removed python-central from Build-Depends-Indep.
    - package now uses python-support and quilt.
    - bumped Standards-Version to 3.8.3
    - added Homepage
    - added Vcs-Svn
    - added Vcs-Browser
    - added XS-Python-Version
    - added XB-Python-Version
    - removed recommendation of python-twisted (Closes: #514626)
  * debian/copyright
    - updated copyright to new upstream author
    - added myself as a new maintainer
  * debian/docs
    - added README.textile
  * Added README.source
  * debian/rules
    - simplified script
  * Added debian/watch
  * debian/patches/01_tests-in-py-modules.diff: include tests in package

 -- Janos Guljas <janos@janos.in.rs>  Sat, 21 Nov 2009 23:05:57 +0100

python-textile (2.10-3.1.2) unstable; urgency=low

  * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490501.

 -- Matthias Klose <doko@debian.org>  Fri, 18 Jul 2008 15:40:54 +0000

python-textile (2.0.10-3.1) unstable; urgency=low

  * NMU: Updated to new Python policy. (closes: #373362)
  * Updated standards-version.

 -- Luis Rodrigo Gallardo Cruz <rodrigo@nul-unu.com>  Mon, 26 Jun 2006 13:23:33 -0500

python-textile (2.0.10-3) unstable; urgency=low

  * This package is Architecture: all, not "any"

 -- Ricardo Javier Cardenes Medina <rcardenes@debian.org>  Mon,  4 Apr 2005 03:23:50 +0100

python-textile (2.0.10-2) unstable; urgency=low

  * Fixed Build-Depends to not FTBFS (closes: Bug#288848).

 -- Ricardo Javier Cardenes Medina <rcardenes@debian.org>  Thu,  6 Jan 2005 17:15:35 +0000

python-textile (2.0.10-1) unstable; urgency=low

  * Initial Release (closes: Bug#286528).

 -- Ricardo Javier Cardenes Medina <rcardenes@debian.org>  Mon, 20 Dec 2004 17:10:29 +0000