File: changelog

package info (click to toggle)
genshi 0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,132 kB
  • ctags: 4,961
  • sloc: python: 16,522; ansic: 618; xml: 45; cs: 31; sh: 21; makefile: 6
file content (256 lines) | stat: -rw-r--r-- 8,318 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
genshi (0.7-5) unstable; urgency=medium

  * debian/python3-genshi.pyremove: Re-added, but this time only to remove
    the bogus genshi/_speedups.c file.

 -- Barry Warsaw <barry@debian.org>  Wed, 16 Sep 2015 18:02:43 -0400

genshi (0.7-4) unstable; urgency=medium

  * debian/patches:
    - issue602.patch: Upstream patch for Python 3.5 compatibility.
      (Closes: #798030)
    - issue566.patch: Fix IndexError when uploading attachments in Trac
      for users with non-English language settings (Closes: #775746)
  * debian/control: Bump Standards-Version with no other changes needed.
  * debian/tests: Add simple DEP-8 tests for both Python 2 and 3.
  * debian/python3-genshi.pyremove: Removed.

 -- Barry Warsaw <barry@debian.org>  Tue, 08 Sep 2015 16:33:40 -0400

genshi (0.7-3) unstable; urgency=medium

  [ Barry Warsaw ]
  * Team upload.
  * d/patches/issue582.patch: Cherry picked patch from upstream to support
    Python 3.4.
  * d/copyright: Adjust copyright claim for Barry to just the debian/* files.
  * d/control: As per request, remove Arnaud from Uploaders.
  * d/python3-genshi.pyremove: Remove Python 3.4 specific paths.

  [ Thomas Goirand ]
  * d/control:
    - Use X-Python-Version: >= 2.7 and X-Python3-Version: >= 3.2, << 3.4, to
      allow easy backports and reflect reality.
    - Added "- Python {2,3}.x" in short descriptions.
  * d/copyright: Rewrote using parseable format 1.0.
  * d/rules: Cleans genshi/_speedups.so to allow package to be rebuilt twice.

 -- Barry Warsaw <barry@debian.org>  Tue, 11 Mar 2014 11:35:04 -0400

genshi (0.7-2) unstable; urgency=medium

  * Team upload.
  * d/control: Disable building/testing against Python 3.4 until
    upstream fixes their ticket #582.
  * d/patches/diable-python34.patch: Raise an ImportError when trying
    to import genshi in a Python > 3.3.

 -- Barry Warsaw <barry@debian.org>  Mon, 17 Feb 2014 17:10:41 -0500

genshi (0.7-1) unstable; urgency=low

  [ Barry Warsaw ]
  * Team upload.
    - Closes: #673935
  * New upstream release.  Closes: #731280
    - Closes: #713747 (FTBFS)
    - Closes: #673935 (py:match templates patch applied upstream).
  * d/control:
    - With maintainer permission, put DPMT in Maintainers, moved Arnaud to 
      Uploaders, and added Barry to the latter.
    - Add python3-genshi binary package.
    - Update Build-Depends for pybuild and remove cdbs.
    - Standards-Version: 3.9.5 with no further changes needed.
    - Add X-Python3-Version header.
    - wrap-and-sort
  * d/rules:
    - Switch to pybuild and add Python 3 support as a byproduct.
    - Removed cdbs and simplified.
  * d/watch: Updated
  * d/compat: Update to v8.
  * d/patches/fix_tests_failure_with_python27.patch: Updated.

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

 -- Barry Warsaw <barry@debian.org>  Wed, 04 Dec 2013 12:13:02 -0500

genshi (0.6-3) unstable; urgency=low

  * debian/rules: build should fail if tests fail.
  * debian/patches/fix_tests_failure_with_python27.patch:
    + Fix tests which used to fail with python < 2.7.3. Thanks to Barry Warsaw.
      Closes: #661441.

 -- Arnaud Fontaine <arnau@debian.org>  Sat, 24 Nov 2012 11:38:21 +0900

genshi (0.6-2) unstable; urgency=low

  * Switch to dh_python2. Thanks to Julian Taylor. Closes: #637383.
  * debian/control:
    + Bump Standards-Version to 3.9.2. No changes needed.
  * debian/copyright:
    + Update copyright years.
  * debian/rules:
    + Run tests suite at build time. Closes: #581774.

 -- Arnaud Fontaine <arnau@debian.org>  Tue, 23 Aug 2011 11:58:39 +0900

genshi (0.6-1) unstable; urgency=low

  * New upstream release. Closes: #578759.
    + debian/rules:
      - Enable building C extension which has now been disabled by
        default.
  * Switch to dpkg-source 3.0 (quilt) format.
  * debian/control:
    + Bump Standards-Version to 3.8.4. No changes needed.
  * debian/watch:
    + Use FTP passive mode.
  * debian/copyright:
    + Update copyright years.

 -- Arnaud Fontaine <arnau@debian.org>  Fri, 23 Apr 2010 08:03:08 +0100

genshi (0.5.1-2) unstable; urgency=low

  * debian/control:
    + Add ${misc:Depends} to Depends in case the result of a call to
      debhelper tools adds extra dependencies.
    + Replace python-setuptools by python-pkg-resources in Suggests.
      Closes: #546433.
    + Update Standards-Version to 3.8.3. No changes needed.
  * debian/python-genshi-doc.doc-base:
    + Make the title more helpful. Closes: #509704.

 -- Arnaud Fontaine <arnau@debian.org>  Fri, 25 Sep 2009 13:14:48 +0100

genshi (0.5.1-1) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New upstream release.
    +  Make  a separate  package  for  documentation  and examples,  which
       depends on libjs-jquery instead of  using  jquery.js from  upstream
       tarball.

  [ Sandro Tosi ]
  * debian/control
    + Switch Vcs-Browser field to viewsvn.

 -- Arnaud Fontaine <arnau@debian.org>  Wed, 03 Dec 2008 18:53:52 +0000

genshi (0.5.0-1) unstable; urgency=low

  * New upstream release. Closes: #487240.
  * debian/control:
    + Update Standards-Version to 3.8.0. No changes needed.
    + Switch Architecture to any as a shared library is now built.
    + Build-Depends on python-all-dev.
  * debian/copyright:
    + Update copyright years.

 -- Arnaud Fontaine <arnau@debian.org>  Wed, 18 Jun 2008 23:11:14 +0900

genshi (0.4.4-4) unstable; urgency=low

  [ Monty Taylor ]
  * Reverted removing of python-setuptools. Setuptools is required for the
    entrypoints to be able to provide templates for TurboGears.
    Closes: #479256.

 -- Arnaud Fontaine <arnau@debian.org>  Fri, 30 May 2008 12:57:44 +0200

genshi (0.4.4-3) unstable; urgency=low

  [ Arnaud Fontaine ]
  * debian/control:
    + Drop the build dependency on python-xml as it is now included in
      the standard python 2.4 library and Build-Depends on python 2.4.
      Closes: #468592.
  * debian/doc-base:
    + Set the section to Programming/Python instead of invalid section
      Apps/Programming.

  [ Sandro Tosi ]
  * debian/control
    - Fixed Vcs-Browser field.

 -- Arnaud Fontaine <arnau@debian.org>  Wed, 12 Mar 2008 11:41:02 +0000

genshi (0.4.4-2) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New email address.
  * Drop useless dependency on python-setuptools, use distutils instead.
    + Add debian/patches/01_no_setuptools.patch.
  * Remove useless debian/control.in.
  * debian/control:
    + Update Standards-Version to 3.7.3. No changes needed.
    + Remove useless field against old dummy package (python-genshi is
      already in etch).
  * debian/copyright:
    + Update copyright years.

  [ Piotr Ożarowski ]
  * Homepage field added (dpkg supports it now).
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now).

 -- Arnaud Fontaine <arnau@debian.org>  Sun, 23 Dec 2007 14:25:43 +0000

genshi (0.4.4-1) unstable; urgency=low

  * New upstream release.

 -- Arnaud Fontaine <arnaud@andesi.org>  Wed, 18 Jul 2007 18:21:53 +0200

genshi (0.4.3-1) unstable; urgency=low

  * New upstream release.
  * Build-Depends on python-support >= 0.6.4 and remove egg stuff from
    debian/rules.
  * debian/control*:
    + Add XS-Vcs-Browser field.

 -- Arnaud Fontaine <arnaud@andesi.org>  Tue, 17 Apr 2007 00:10:55 +0200

genshi (0.4-1) unstable; urgency=low

  * New upstream release.
  * Remove useless python-markup transition package.
  * Add Provides against python-markup.
  * Add doc-base.
  * Add depends against python-xml.
  * Add suggests to python-setuptools.

 -- Arnaud Fontaine <arnaud@andesi.org>  Mon, 16 Apr 2007 17:49:03 +0200

genshi (0.3.6-1) experimental; urgency=low

  [ Arnaud Fontaine ]
  * New upstream release.

  [ Piotr Ozarowski ]
  * Added XS-Vcs-Svn field to debian/control*.
	
 -- Arnaud Fontaine <arnaud@andesi.org>  Sat, 20 Jan 2007 15:30:30 +0100

genshi (0.3.5-1) unstable; urgency=low

  * New upstream release.

 -- Arnaud Fontaine <arnaud@andesi.org>  Mon, 11 Dec 2006 01:03:27 +0100

genshi (0.3.4-1) unstable; urgency=low

  * New upstream release.
  * Upstream renames markup to genshi.
  * License the package under the GNU/GPL.

 -- Arnaud Fontaine <arnaud@andesi.org>  Thu,  2 Nov 2006 23:42:32 +0100

markup (0.2.0-1) unstable; urgency=low

  * Initial release. Closes: #383947.

 -- Arnaud Fontaine <arnaud@andesi.org>  Fri, 25 Aug 2006 14:00:37 +0200