File: changelog

package info (click to toggle)
ply 3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,344 kB
  • ctags: 2,042
  • sloc: python: 10,171; perl: 62; makefile: 29; sh: 2
file content (223 lines) | stat: -rw-r--r-- 7,017 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
ply (3.9-1) unstable; urgency=medium

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

  [ Arnaud Fontaine ]
  * New upstream release. Closes: #833428.
  * d/control:
    + Bump debhelper compat level to 10 (5 is deprecated).
    + Bump Standards-Version to 3.9.8. No change needed.

 -- Arnaud Fontaine <arnau@debian.org>  Fri, 18 Nov 2016 15:32:37 +0900

ply (3.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * debian/patches
    - Refreshed: relax-lex-tabversion-check.patch
    - Removed; applied upstream: fix-lex-tabversion.patch,
      fixed-yacc-tests-to-account-for-dict-hash-key-random.patch,
      more-test-fixes.patch, fixed-lexer-line-tracking.patch
    - Added: py35-compat.patch (Closes: #797840)

 -- Barry Warsaw <barry@debian.org>  Wed, 02 Sep 2015 17:50:09 -0400

ply (3.4-5) unstable; urgency=medium

  * d/rules: add manpage for dh_python3-ply.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 16 Oct 2014 15:23:25 +0900

ply (3.4-4) unstable; urgency=medium

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

  [ Arnaud Fontaine ]
  * Remove Gustavo Franco from Uploaders as he is retiring. Closes: #729398.
  * Enable tests during package build. Thanks to James Page. Closes: #734366.
    + d/rules: Execute lex and yacc tests for all python versions.
    + d/p/*.patch: Cherry picked fixes from upstream VCS to resolve
      compatibility issues with Python >= 3.3.
  * d/control: bump Standards-Version to 3.9.6. No changes needed.
  * Add dh_python3-ply to generate proper package Depends for Python3.
    Closes: #714099.
  * d/patches/*: remove meaningless (at least with quilt) numbering prefix.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 16 Oct 2014 14:33:15 +0900

ply (3.4-3) unstable; urgency=low

  * debian/control: bump Standards-Version to 3.9.3. No changes needed.
  * Add debian/source/options to ignore changes in egg-info/* to prevent
    FTBFS if built twice. Closes: #671248.
  * debian/copyright: switch to version 1.0 of machine-readable format.

 -- Arnaud Fontaine <arnau@debian.org>  Mon, 14 May 2012 11:58:48 +0900

ply (3.4-2) unstable; urgency=low

  * Team upload.
  * Set PYTHONPATH correctly when generating names of virtual packages.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 04 Jul 2011 17:37:14 +0200

ply (3.4-1) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New upstream release.
  * Switch to dh_python2.
    + debian/control:
      - Bump cdbs dependency to 0.4.90-1~.
      - Bump python-all dependency to 2.6.6-9~.
      - Remove Build-Depends on python-support.
      - Add X-Python-Version field.
      - Add ${python:Breaks}.
  * Add python3-ply binary package. Closes: #605659.
    + debian/control:
      - Add python3-ply binary package.
      - Build-Depends on python3-all and add X-Python3-Version field.
  * debian/copyright:
    + Update copyright years.
  * Provide virtual packages for lex and yacc tabversions. Thanks to Jakub
    Wilk. Closes: #627862.

  [ Daniele Tricoli ]
  * debian/control:
    - Bumped Standard-Version to 3.9.2. No changes needed.
  * debian/patches/01_fix-lex-tabversion.patch:
    - Set proper _tabversion in ply.lex.
  * debian/patches/02_relax-lex-tabversion-check.patch:
    - Don't break already built packages with wrong _tabversion.
  * debian/source/format:
    - Switched to dpkg-source 3.0 (quilt) format.

 -- Arnaud Fontaine <arnau@debian.org>  Sun, 12 Jun 2011 20:27:05 +0900

ply (3.3-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Depend on python-pkg-resources instead of python-setuptools as the
      latter is not necessary on runtime. Closes: #546430.
    + Update Standards-Version to 3.8.3. No changes needed.
    + Bump python-support version to 0.90.
  * Remove useless debian/pycompat.

 -- Arnaud Fontaine <arnau@debian.org>  Mon, 28 Sep 2009 11:18:22 +0100

ply (3.2-1) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New upstream release.
    + debian/copyright:
      - Update license as it is now distributed as a BSD license.
    + debian/python-ply-doc.docs:
      - Add all html files.
  * debian/control:
    + Add ${misc:Depends} to Depends in case the result of calls debhelper
      tools adds extra dependencies.
    + Update Standards-Version to 3.8.1.
      - Wrap Uploaders field.

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

 -- Arnaud Fontaine <arnau@debian.org>  Fri, 22 May 2009 00:34:36 +0100

ply (2.5-2) unstable; urgency=low

  * debian/control:
    + Move python-setuptools to Build-Depends-Indep.
    + Add python-setuptools to Suggests.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 29 May 2008 22:12:19 +0200

ply (2.5-1) unstable; urgency=low

  * New upstream release. Closes: #483368.
  * debian/control:
    + Add Build-Depends against python-setuptools (ply now supports eggs).

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 29 May 2008 18:37:16 +0200

ply (2.3-2) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New email address.

  [ Piotr Ożarowski ]
  * debian/control:
    + Vcs-Browser and Homepage fields added (dpkg support them now).
    + XS-Vcs-Svn field renamed to Vcs-Svn (dpkg supports it now).

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

 -- Arnaud Fontaine <arnau@debian.org>  Sat, 23 Feb 2008 13:02:56 +0000

ply (2.3-1) unstable; urgency=low

  [ Arnaud Fontaine ]
  * New upstream release.

  [ Piotr Ożarowski ]
  * Added XS-Vcs-Svn field

 -- Arnaud Fontaine <arnaud@andesi.org>  Mon, 16 Apr 2007 18:53:24 +0200

ply (2.2-1) unstable; urgency=low

  * New upstream release.

 -- Arnaud Fontaine <arnaud@andesi.org>  Sat,  4 Nov 2006 00:45:51 +0100

ply (1.8-1) unstable; urgency=low

  * New upstream release.

 -- Arnaud Fontaine <arnaud@andesi.org>  Mon, 21 Aug 2006 15:28:48 +0200

ply (1.7-1) unstable; urgency=low

  * New upstream version.
  * debian/watch:
    - Add this file. Thanks to Piotr Ożarowski.
  * debian/control.in:
    - Update Standards to 3.7.2. No changes needed.
  * New Python policy changes. Closes: #373480.
    + debian/compat:
      - Update debhelper compatibility to 5.
    + debian/rules:
      - Add DEB_PYTHON_SYSTEM=pysupport.
    + debian/control.in
      - Clean Build-Depends and Depends, cdbs handles that
        automatically now.
      - XB-Python-Version and Provides for binary package.
    + debian/postinst && debian/prerm:
      - Remove "hand made" python-support stuff, cdbs does this.

 -- Arnaud Fontaine <arnaud@andesi.org>  Thu, 16 Jun 2006 16:08:24 +0200

ply (1.6-2) unstable; urgency=low

  [ Arnaud Fontaine ]
  * Fix typo into debian/control*.
  * Move Build-Depends-Indep to Build-Depends according
    to the debian policy.

  [ Gustavo Franco ]
  * debian/control:
    - Standards-Version bumped up to 3.7.0

 -- Arnaud Fontaine <arnaud@andesi.org>  Sat, 22 Apr 2006 19:26:57 +0200

ply (1.6-1) unstable; urgency=low

  * Initial release. Closes: #215804.

 -- Arnaud Fontaine <arnaud@andesi.org>  Tue, 11 Apr 2006 22:21:34 +0200