File: changelog

package info (click to toggle)
pydot 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,788 kB
  • sloc: python: 1,539; makefile: 25
file content (166 lines) | stat: -rw-r--r-- 5,722 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
pydot (1.4.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Convert git repository from git-dpm to gbp layout

  [ Sandro Tosi ]
  * New upstream release
  * remove patches and run tests with --no-check
  * debian/control
    - bump Standards-Version to 4.2.1 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Sat, 22 Dec 2018 17:33:20 -0500

pydot (1.2.4-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

  [ Yaroslav Halchenko ]
  * d/docs; install all README* (upstream file got .md extension now)

  [ Sandro Tosi ]
  * New upstream release
  * debian/patches
    - removed, applied upstream
  * debian/patches/0001-dont-check-if-we-are-in-the-current-dir.patch
    - allow tests to run from the current directory
  * debian/control
    - bump Standards-Version to 4.1.4 (no changes needed)
  * debian/copyright
    - extend packaging copyright years

 -- Sandro Tosi <morph@debian.org>  Sat, 09 Jun 2018 14:22:28 -0400

pydot (1.2.3-1) unstable; urgency=medium

  [ Sandro Tosi ]
  * new upstream release; Closes: #868857
  * debian/watch
    - update to match new upstream tag format
  * debian/patches/01-setup-py-nodata.patch
    - drop, merged upstream (as of 69dce47)
  * debian/patches/0002-support-python3.patch
    - drop, applied upstream (as of cb0dfe1)
  * debian/unittest/*
    - remove as tests are now shipped in upstream tarball
  * debian/copyright
    - extend packaging copyright years
    - update upstream copyright notice
  * debian/control
    - bump Standards-Version to 4.1.1 (no changes needed)
    - add chardet to b-d-i, needed by tests
  * debian/rules
    - run tests from the upstream test/ dir
    - dont fail if tests fail
  * debian/patches/crlf-to-lf.patch
    - restore upstream test files with CRLF which were converted to LF by git
  * debian/compat
    - bump to compat level 9

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

 -- Sandro Tosi <morph@debian.org>  Sat, 25 Nov 2017 16:57:34 -0500

pydot (1.0.28-2) unstable; urgency=medium

  * debian/{control, copyright}
    - update upstream website references
  * Replace all the patches with the code from gh:nlhepler/pydot for py3k
    support; Closes: #745021, #745022, #792022, #808223
  * debian/control
    - bump Standards-Version to 3.9.6 (no changes needed)
  * debian/watch
    - point to github
  * debian/copyright
    - extend packaging copyright years

 -- Sandro Tosi <morph@debian.org>  Sun, 10 Jan 2016 02:01:49 +0000

pydot (1.0.28-1) unstable; urgency=low

  [ Sandro Tosi ]
  * New upstream release; Closes: #638869
    - fixes crash during DOT string conversion; Closes: #639993
  * debian/control
    - switch Vcs-Browser field to viewsvn
    - adopt package: thanks Peter for the work you did; Closes: #739875
    - updated Homepage field; Closes: #686390
    - bump Standards-Version to 3.9.5 (no changes needed)
    - removed Conflict, no longer needed (version already superseded in stable)
    - removed old XB-P-V, no longer needed
    - added misc:Depends to binary package
    - extend long description
    - bump python-pyparsing dependecies on v2
    - added python{,3}-setuptools, graphviz  to b-d
  * debian/copyright
    - converted to DEP-5 format
    - updated as per new upstream release
  * debian/patches/01-setup-py-nodata.patch
    - refreshed
  * Converted to 3.0 (quilt) source format
  * debian/{control, rules}
    - converted to dh sequencer
  * debian/{pycompat, pyversions}
    - removed, no longer needed
  * Switch to dh_python2
  * debian/patches/support-pyparsing-v2.patch
    - support pyparsing v2 module; Closes: #729085
  * Support Python3; Closes: #739858
  * debian/patches/handle-double-quoted-strings-with-escaped-quotes.patch
    - proper handle of double quoted strings with escaped quotes
  * Added (from upstream SVN) unittest files and execute them at build time

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Remove DM-Upload-Allowed; it's no longer used by the archive
    software.

 -- Sandro Tosi <morph@debian.org>  Sat, 22 Mar 2014 23:35:02 +0100

pydot (1.0.2-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/01-setup-py-nodata.patch: patched setup.py to stop
    data files being installed to /usr
  * debian/pyversions, debian/control: package now works with only
    Python 2.4+
  * debian/control:
    - dependency on python-parsing changed to (>= 1.4.10) due to
      nestedExpr symbol requirement
    - added Conflicts on dot2tex (<< 2.8.0) due to incompatibility
    - added DM-Upload-Allowed: yes
    - moved python-support to Build-Depends as required for clean target
    - changed Section to python
  * debian/copyright: updated year
  * debian/watch: escaped the dots

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Mon, 26 May 2008 15:35:04 +0100

pydot (0.9.10-3) UNRELEASED; urgency=low

  * debian/control
    - uniforming Vcs-Browser field

 -- Sandro Tosi <matrixhasu@gmail.com>  Thu, 03 Jan 2008 11:53:11 +0100

pydot (0.9.10-2) unstable; urgency=low

  * debian/copyright: Rewrapped to 80 characters per line
  * debian/watch: Updated with new download location (closes: #450120)
  * debian/control:
    - added Debian Python Modules Team to Uploaders
    - added Homepage, Vcs-Browser, Vcs-Svn fields
    - removed Provides field
    - changed python-all-dev to python in Build-Depends
    - moved packages from Build-Depends to Build-Depends-Indep

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Mon, 12 Nov 2007 19:29:39 +0000

pydot (0.9.10-1) unstable; urgency=low

  * Initial release (Closes: #397663)

 -- Peter Collingbourne <pcc03@doc.ic.ac.uk>  Wed,  8 Nov 2006 15:52:04 +0000