File: changelog

package info (click to toggle)
pywavelets 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,488 kB
  • ctags: 2,909
  • sloc: ansic: 3,616; python: 2,782; makefile: 87
file content (222 lines) | stat: -rw-r--r-- 7,986 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
pywavelets (0.3.0-1) unstable; urgency=medium

  * New upstream release (Closes: #796767).
  * Switch packaging to pybuild.
  * Build Python3 package.
  * Build python-pywt-doc to ship documentation.
  * debian/compat
    - Bump debhelper compatibility level to 9.
  * debian/control
    - Bump debhelper B-D to (>= 9).
    - Add dh-python, python{,3}-nose, python3-all-dev and python3-numpy to B-D.
    - Add python3-pywt stanza.
    - Add python-pywt-doc stanza.
    - Bump Standards-Version to 3.9.6 (no changes needed).
    - Bump X-Python-Version to >= 2.6.
    - Add X-Python3-Version >= 3.3.
    - Update Homepage field.
    - Update Vcs fields for git migration.
  * debian/copyright
    - Update Upstream-Contact.
    - Update copyright years.
    - Add stanza for files inside util/appveyor.
  * debian/docs
    - Rename README.rts into README.
  * debian/python-pywt-doc.docs
    - Ship documentation created with Python Sphinx.
  * debian/python-pywt-doc.doc-base
    - Rename from debian/python-pywt.doc-base.
  * debian/patches/01-get_version_from_source.patch
    - Grab version from the source code instead of importing pywt to build
      documentation at package build time.
  * debian/patches/02-remove_privacy_offenders.patch
    Remove Google Analitics and Travis build badge.
  * debian/patches/do_not_rewrite_git_revision_on_build.patch
    - Don't rewrite git revision during build.
  * debian/rules
    - Rewrite from scratch using pybuild.
    - Make the build reproducible. Thanks to Juan Picca for report and patch
      (Closes: #788594).
  * debian/watch
    - Use pypi.debian.net redirector.

 -- Daniele Tricoli <eriol@mornie.org>  Wed, 04 Nov 2015 21:31:39 +0100

pywavelets (0.2.2-2) unstable; urgency=low

  * Upload to unstable
  * debian/rules
    - Removed get-orig-source since not used anymore
  * debian/watch
    - Switched download URL to https

 -- Daniele Tricoli <eriol@mornie.org>  Sat, 13 Jul 2013 23:42:44 +0200

pywavelets (0.2.2-1) experimental; urgency=low

  * New upstream release
  * Removed upstream patches since they are included:
    - 01_fix-cython-0-14-compiling.patch
    - 02_format-float-array-in-doctests.patch
    - 03_fix-help.patch
  * debian/control
    - Bumped Standards-Version to 3.9.4 (no changes needed)
    - Bumped cython version to >= 0.16
    - Fixed lintian vcs-field-not-canonical
    - Removed Provides field for binary package python-pywt since
      there aren't packages with version specific dependencies on
      it
  * debian/copyright
    - Updated copyright years
    - Updated upstream email address
  * debian/docs
    - Renamed README.txt to README.rst to reflect upstream change
  * debian/watch
    - Updated to reflect extension change made by upstream
    - Removed debian uupdate action

 -- Daniele Tricoli <eriol@mornie.org>  Sat, 13 Apr 2013 05:07:00 +0200

pywavelets (0.2.0-5) unstable; urgency=low

  * debian/patches/02_skip-wavelet-filters-coefficients-doctest.patches
    - Removed because exceed by 02_format-float-array-in-doctests.patch
  * debian/patches/02_format-float-array-in-doctests.patch
    - Added upstream patch to fix representation float issues in
      doctests accross Python versions
  * debian/patches/03_fix-help.patch
    - Added upstream patch to fix python interactive built-in help
      system (Closes: #595980)
  * debian/rules
    - Enabled hardening flags

 -- Daniele Tricoli <eriol@mornie.org>  Tue, 22 May 2012 05:35:15 +0200

pywavelets (0.2.0-4) unstable; urgency=low

  * debian/control
    - Bumped Standards-Version to 3.9.3
  * debian/copyright
    - Fixed DEP5 lintian warnings
    - Updated Format URI
    - Updated copyright years
  * debian/preinst
    - Removed because no more needed after Squeeze release
  * debian/patches/01_fix-cython-0-14-compiling.patch
    - Made DEP3 compliant
  * debian/patches/02_skip-wavelet-filters-coefficients-doctest.patch
    - Skip wavelet filters coefficients doctest because it fails only
      in Python 2.7 due Float repr improvements backported from 3.x
  * debian/rules
    - Enabled tests at build time

 -- Daniele Tricoli <eriol@mornie.org>  Tue, 13 Mar 2012 03:50:55 +0100

pywavelets (0.2.0-3) unstable; urgency=low

  * debian/control
    - Bumped python-sphinx Build-Depends to be able to use dh_sphinxdoc and
      added ${sphinxdoc:Depends} dependency
    - Removed libjs-jquery from Suggests field because dh_sphinxdoc will handle
      generation of jquery dependency
  * debian/copyright
     - Updated to DEP5 Format r174
  * debian/python-pywt.doc-base
    - Registered documentation provided by python-pywt using doc-base
  * debian/rules
    - Added build-arch and build-indep targets
    - Used dh_sphinxdoc
    - Removed dh_link symlink of jquery.js to libjs-jquery
    - Don't compress Sphinx _sources

 -- Daniele Tricoli <eriol@mornie.org>  Thu, 25 Aug 2011 02:24:29 +0200

pywavelets (0.2.0-2) unstable; urgency=low

  * debian/control
    - Removed Piotr and added myself to Uploaders (Closes: #579114)
    - Bumped Standards-Version to 3.9.2 (no changes needed)
  * debian/patches/01_fix-cython-0-14-compiling.patch
    - Added upstream patch (Mercurial rev 784802d4118c) to compile
      using Cython 0.14
  * debian/rules
    - Don't compress objects.inv. Thanks to Michael Fladischer for the report.
      (Closes: #608766)
  * debian/source/format
    - Switched to dpkg-source 3.0 (quilt) format
  * debian/{control, rules}
    - Switched to dh_python2.

 -- Daniele Tricoli <eriol@mornie.org>  Tue, 12 Apr 2011 02:55:04 +0200

pywavelets (0.2.0-1) unstable; urgency=low

  * New upstream release
  * Rebuild documentation at build time
    - python-sphinx added to build dependencies
  * Standards-version bumped to 3.8.4 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 20 Mar 2010 21:05:17 +0100

pywavelets (0.1.7~svn139-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - Switch Vcs-Browser field to viewsvn
    - removed Ondrej from Uploaders: thanks for your work!

  [ Piotr Ożarowski ]
  * New upstream snapshot (closes: #510922, #510920)
  * Add get-orig-source rule
  * Use setup.py to build the package - python2.5 will create .egg-info during
    the build
  * Cython added to Build-Depends
  * Convert from python-central to python-support
  * Add libjs-jquery to Suggests (for new docs)

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 17 Nov 2009 21:44:19 +0100

pywavelets (0.1.7~svn97-1) unstable; urgency=medium

  [ Piotr Ożarowski ]
  * New upstream snapshot (LP: #186421)
    + 01_not_a_script patch removed (no longer needed)
  * Standards-version bumped to 3.8.0
    + Homepage field added
  * Python version stripped from Egg name by pycentral (required version
    bumped to 0.6.1)
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
  * python-wavelets dummy package removed (python-pywt is already in testing
    and Etch doesn't have it)
  * Change license of my packaging efforts to BSD to match upstream
  * XS-DM-Upload-Allowed: yes field added

  [ Ondrej Certik ]
  * Added myself to uploaders
  * lintian warning fix: python -> Python

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 09 Jul 2008 22:13:00 +0200

pywavelets (0.1.6-3) unstable; urgency=low

  * Fix debian/rules to use new package name
  * Add python-wavelets transitional dummy package to make the upgrade process
    smooth

 -- Piotr Ożarowski <piotr@debian.org>  Wed, 19 Sep 2007 20:53:24 +0200

pywavelets (0.1.6-2) unstable; urgency=low

  * Rename binary package to python-pywt
    (to conform to the Debian Python Policy)
  * find (see clean rule) works correctly in every build now (closes: #442715)
  * Rebuild to add Python 2.5 extension
  * Changed my address to piotr@debian.org

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 17 Sep 2007 22:27:33 +0200

pywavelets (0.1.6-1) unstable; urgency=low

  * Initial release (closes: #406557)

 -- Piotr Ozarowski <ozarow@gmail.com>  Thu, 11 Jan 2007 22:43:38 +0100