~ubuntu-branches/ubuntu/saucy/python-docutils/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2013-05-17 16:47:30 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130517164730-5ux7p59z0jdku6pf
Tags: 0.10-3ubuntu1
* Merge with Debian unstable, remaining changes:
  - Use dh_python2 instead of dh_pysupport.
  - Backport patch to support embedded aliases in references
    (support-aliases-in-references.diff).
* disable_py33_failing_tests.diff: dropped, the issue is now
  properly fixed in Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-docutils (0.10-3ubuntu1) saucy; urgency=low
 
2
 
 
3
  * Merge with Debian unstable, remaining changes:
 
4
    - Use dh_python2 instead of dh_pysupport.
 
5
    - Backport patch to support embedded aliases in references
 
6
      (support-aliases-in-references.diff).
 
7
  * disable_py33_failing_tests.diff: dropped, the issue is now
 
8
    properly fixed in Debian.
 
9
 
 
10
 -- Dmitry Shachnev <mitya57@ubuntu.com>  Fri, 17 May 2013 16:47:30 +0400
 
11
 
 
12
python-docutils (0.10-3) unstable; urgency=low
 
13
 
 
14
  [ Dmitry Shachnev ]
 
15
  * Rename debian/x-rst.xml to debian/docutils.xml.
 
16
 
 
17
  [ Jakub Wilk ]
 
18
  * Add patch (strict-csv-parser.diff) to make the CSV parser stricter
 
19
    (closes: #692286).
 
20
  * Add patch (python3-pil-no-bytestrings.diff) not to pass byte strings to
 
21
    PIL.Image.open() when running under Python 3.X (closes: #708159).
 
22
  * Add patch (python3.3-odt-writer.diff) to port the ODT writer to Python 3.3
 
23
    ElementTree API (closes: #692285).
 
24
  * Add patch (unknown-url-exc-use-repr.diff) to make the test suite expect
 
25
    that urllib.requests in Python ≥ 3.3.2 use repr() when reporting unknown
 
26
    URLs (closes: #708565).
 
27
  * Add Forwarded and Last-Update fields to all patch headers that were
 
28
    missing them.
 
29
  * Refresh patches.
 
30
 
 
31
 -- Jakub Wilk <jwilk@debian.org>  Thu, 16 May 2013 23:43:41 +0200
 
32
 
 
33
python-docutils (0.10-2) unstable; urgency=low
 
34
 
 
35
  * Upload to unstable.
 
36
 
 
37
  [ Dmitry Shachnev ]
 
38
  * debian/x-rst.xml: add mime file (for text/x-rst).
 
39
 
 
40
  [ Jakub Wilk ]
 
41
  * Update bug URLs in patch headers.
 
42
  * Use canonical URIs for Vcs-* fields.
 
43
  * Add patch (math-output-html.diff) to change default math output format to
 
44
    HTML (closes: #677929). This is divergence from upstream behavior, but
 
45
    it is planned that upstream Docutils 0.11 will switch to HTML, too.
 
46
 
 
47
 -- Jakub Wilk <jwilk@debian.org>  Mon, 13 May 2013 19:29:25 +0200
 
48
 
1
49
python-docutils (0.10-1ubuntu3) raring; urgency=low
2
50
 
3
51
  * support-aliases-in-references.diff: update to the latest upstream