File: changelog

package info (click to toggle)
circuits 3.1.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 9,764 kB
  • sloc: python: 15,945; makefile: 131
file content (288 lines) | stat: -rw-r--r-- 11,490 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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
circuits (3.1.0+ds1-1) unstable; urgency=medium

  [ Daniele Tricoli ]
  * New upstream release.
  * Switch to pybuild.
    - Build-Depends on dh-python.
    - Simplify debian/rules.
  * Ship manpages inside debian/manpages since they are no more included in
    sdist.
  * Disable running tests at build time since they are also failing upstream.
    (Closes: #792062)
    - Use export PYBUILD_DISABLE=test in debian/rules.
    - Remove python-coverage and python{,3}-pytest from Build-Depends.
  * debian/control
    - Remove python{,3}-pyinotify from Build-Depends and Depends.
    - Remove python-imaging, python-multiprocessing and python-routes from
      Recommends.
    - Remove python{,3}-six from Depends since the embedded copy is modified
      by upstream.
    - Move python{,3}-serial from Recommends to Suggests.
    - Bump Standards-Version to 3.9.6 (no changes needed).
    - Update Homepage field.
  * debian/copyright
    - Update copyright year.
    - Add new stanzas.
  * debian/watch
    - Use pypi.debian.net redirector.
  * debian/patches/01_disable_sphinxcontrib_extensions.patch
    - Refresh.
  * debian/patches/02_remove_templatebuiltins_js.patch
    - Refresh.
  * debian/patches/04_fix-python3-sintax-error.patch
    - Remove since it is not needed anymore.
  * debian/patches/05_fix-pil-import.patch
    - Remove since it is not needed anymore.
  * debian/patches/04_remove-google-adsense.patch
    - Remove Google AdSense tracking code.
  * debian/patches/05_remove-privacy-breach-badges.patch
    - Remove badges fetched from external websites.
  * debian/rules
    - Remove fabric scripts to not pollute namespace.
    - Remove Python implementation of htpasswd.

  [ Piotr Ożarowski ]
  * Remove HTML docs from upstream tarball (via Files-Excluded in
    debian/copyright)

 -- Daniele Tricoli <eriol@mornie.org>  Sun, 19 Jul 2015 20:21:25 +0200

circuits (2.1.0-2) unstable; urgency=low

  * Upload to unstable
  * debian/compat
    - Bumped debhelper compatibility level to 9
  * debian/control
    - Bumped debhelper B-D to (>= 9)
    - Removed python-greenlet from B-D and Recommends since
      upstream doesn't use it anymore
    - Added python3-pyinotify to B-D and to python3-circuits' Depends
  * debian/rules
    - Simplified override_dh_auto_clean
  * debian/patches/03_force-localhost-as-host-name.patch
    - Renamed to 03_disable-address-check.patch
  * debian/patches/03_disable-03_disable-address-check.patch
    - Disable address check since these tests are conceived
      to run on the same machine (Closes: #713757)
  * debian/patches/05_fix-pil-import.patch
    - Fix PIL import

 -- Daniele Tricoli <eriol@mornie.org>  Wed, 10 Jul 2013 19:22:13 +0200

circuits (2.1.0-1) experimental; urgency=low

  * New upstream release
  * debian/control
    - Bumped python(3)-pytest version to >= 2.3
  * debian/copyright
    - Updated years and added stanza for the modified embedded copy
      of python-six
  * debian/manpages
    - Removed since accepted upstream
  * debian/patches/01_disable_sphinxcontrib-bitbucket.patch
    - Renamed into 01_disable_sphinxcontrib_extensions.patch
  * debian/patches/01_disable_sphinxcontrib_extensions.patch
    - Disable sphinxcontrib-googleanalytics as well as sphinxcontrib-bitbucket
      because it's not packaged for Debian and it is used to track generated
      html files with Google Analytics web service
  * debian/patches/03_force-localhost-as-host-name.patch
    - Refreshed
  * debian/rules
    - Updated upstream changelog filename

 -- Daniele Tricoli <eriol@mornie.org>  Wed, 03 Apr 2013 00:29:54 +0200

circuits (2.0.1-1) unstable; urgency=low

  * New upstream release
    - Provided patch to fix entry point path for circuits.web CLI tool was
      merged upstream. Thanks to Jakub Wilk for the report. (Closes: #684740)
  * debian/control
    - Bumped Standards-Version to 3.9.4 (no changes needed)
    - Fixed lintian vcs-field-not-canonical
    - Removed python-sphinxcontrib.issuetracker from Build-Depends since it's
      not used anymore
  * debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
    - Superseded by 01_disable_sphinxcontrib-bitbucket.patch
      because sphinxcontrib.issuetraker requires a network
      connection which is not available on Debian buildds.
      Thanks to James Page for the report. (Closes: #684886)
  * debian/patches/01_disable_sphinxcontrib-bitbucket.patch
    - Disable sphinxcontrib-bitbucket because it is not
      packaged for Debian
  * debian/patches/03_force-localhost-as-host-name.patch
    - Updated to disable check for address if DEB_BUILD_OPTIONS contains
      "parallel" option. (Closes: #680799)
  * debian/rules
    - Used override_dh_installchangelogs to install upstream changelog
    - Clean circuits.egg-info/entry_points.txt to make the package
      build twice in a row

 -- Daniele Tricoli <eriol@mornie.org>  Sun, 17 Feb 2013 05:58:38 +0100

circuits (1.6-1) unstable; urgency=low

  * New upstream release
    - Added Python 3 support
  * Builded Python3 package
    - CLI tools for Python3 are named circuits.bench3, circuits.sniff3 and
      circuits.web3
  * Added python-circuits-doc package and moved documentation and examples
    inside it
  * debian/control
    - Removed Sandro Tosi and added myself as uploader (Closes: #634186)
      Thanks to Sandro Tosi for his past work!
    - Updated Homepage field
    - Switched to dh_python2
    - Bumped Standards-Version to 3.9.3 (no changes needed)
    - Moved Build-Depends-Indep packages into Build-Depends
    - Removed python-epydoc from Build-Depends since upstream is using
      python-sphinx
    - Added python-sphinx to Build-Depends to build documentation
    - Removed python-pygame from Build-Depends
    - Added libjs-jquery to python-circuits-doc Depends
    - Added python-pytest and python3-pytest to Build-Depends to run tests
      at build time
    - Switched from XS-Python-Version to X-Python-Version and added
      X-Python3-Version
    - Bumped X-Python-Version to 2.6
    - Added python-pkg-resources to python-circuits' Depends and
      python3-pkg-resources to python3-circuits' Depends
    - Moved python-pyinotify from Suggests to Depends
    - Added python-serial, python-routes, python-imaging, python-greenlet
      to python-circuits' Recommends and python3-serial to python3-circuits'
      Recommends
    - Removed python-pygame, python-gtk2 from Suggests since they are not
      used anymore in python-circuits
  * debian/copyright
    - Made DEP5 compliant
  * debian/patches/01_use_issuetraker_instead_of_bitbucket.patch
    - Use python-sphinxcontrib.issuetracker instead of sphinxcontrib-bitbucket
      because the latter is not packaged for Debian and it does't add more
      features
  * debian/patches/02_remove_templatebuiltins_js.patch
    - Remove templatebuiltins.js because it contains names of Django builtin
      tags and filters not used in circuits documentation
  * debian/patches/03_force-localhost-as-host-name.patch
    - Force localhost as hostname
  * debian/patches/04_fix-python3-sintax-error.patch
    - Fix sintax errors since print and exec are not keywords in Python3
  * debian/python-circuits-doc.doc-base
    - Renamed from python-circuits.doc-base
  * debian/python-circuits-doc.links
    - Added a link to system wide libjs-jquery to not ship an embedded copy
      of the library
  * debian/{python-circuits.manpages,python3-circuits.manpages}
    - Added man pages for circuits.bench{3,}, circuits.sniff{3,} and
      circuits.web{3,}
  * debian/README.source
    - Removed because it contains only generic information about quilt
  * debian/rules
    - Switched to dh sequencer
    - Run tests at build time for the default Python version (Closes: #634153).
      Thanks Jakub Wilk for the report.
    - Clean properly to build twice in a row (Closes: #671077).
      Thanks Jakub Wilk for the report.
  * debian/source/format
    - Switched to dpkg-source 3.0 (quilt) format
  * debian/watch
    - Updated to new upstream download location (PyPI)

 -- Daniele Tricoli <eriol@mornie.org>  Wed, 13 Jun 2012 10:24:02 +0200

circuits (1.2.1-1) unstable; urgency=low

  * New upstream release
  * debian/patches/01_import_with_statement
    - dropped, no more needed
  * debian/{control, rules}
    - drop quilt, no more needed
  * debian/copyright
    - extended upstream copyright years
  * debian/rules
    - create 'docs' dir: it's not present in the upstream tarball and epydoc
      fails if it's not there
    - removed installation of upstream changelog, no more available
  * debian/{control, rules}
    - removed graph generation call, they're not available anymore
    - removed snakefood and graphvix b-d, no more needed
  * debian/control
    - bump Standards-Version to 3.8.4 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Thu, 04 Feb 2010 00:49:24 +0100

circuits (1.2-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - updated Homepage field
    - added python-gtk2 to Suggests, needed for new GTK driver
  * debian/watch
    - updated to new upstream homepage location
  * debian/copyright
    - updated upstram project location
    - extended packaging copyright years
  * debian/rules
    - new docs location
  * debian/patches/01_import_with_statement
    - added patch to import the with statement explicitly (it's needed because
      Python 2.5 has if only from __future__)
  * debian/{control, rules, README.source}
    - added quilt patch management

 -- Sandro Tosi <morph@debian.org>  Tue, 19 Jan 2010 01:20:35 +0100

circuits (1.1.1-3) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/python-circuits.doc-base
    - added doc-base
  * debian/control
    - bump Standards-Version to 3.8.3 (no changes needed)

  [ Luca Falavigna ]
  * debian/control:
    - Optionally recommend python (>= 2.6) with python-multiprocessing,
      multiprocessing module is part of Python 2.6.

 -- Sandro Tosi <morph@debian.org>  Tue, 10 Nov 2009 23:17:24 +0100

circuits (1.1.1-2) unstable; urgency=low

  [ Luca Falavigna ]
  * debian/{control, rules}
    - prepare for the upcoming Python 2.6 transition; thanks to Andrea Gasparini
      for the report; Closes: #531085
      + added versioned depend on python (>= 2.5.3-1~exp1)
      + used --install-layout=deb to setup.py install call to let files be
        installed under /usr instead of /usr/local

  [ Sandro Tosi ]
  * debian/control
    - bump Standards-Version to 3.8.2 (no changes needed)
  * debian/rules
    - fixed a leftover from the package we take the original file from
  * debian/copyright
    - extended debian packaging copyright years

 -- Sandro Tosi <morph@debian.org>  Sat, 04 Jul 2009 21:14:46 +0200

circuits (1.1.1-1) unstable; urgency=low

  * debian/control
    - added 'python-multiprocessing' to Recommends
    - added 'python-pyinotify', 'python-pygame' to Suggests
    - added 'snakefood', 'ghostscript', 'graphviz' (generate dependencies
      graphs), 'python-nose', 'python-pyinotify', 'python-pygame' (to run
      tests), 'python-epydoc' (to make doc) to b-d-i
    - bump Standards-Version to 3.8.1 (no changes needed)
  * debian/rules
    - add doc building and test execution (this is still not-fully supported)

 -- Sandro Tosi <morph@debian.org>  Sun, 19 Apr 2009 00:46:52 +0200

circuits (1.0b1-1) unstable; urgency=low

  * Initial release (Closes: #460672)

 -- Sandro Tosi <morph@debian.org>  Wed, 31 Dec 2008 15:45:41 +0100