File: changelog

package info (click to toggle)
python-blosc 1.11.2%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: python: 929; ansic: 464; makefile: 28; sh: 3
file content (285 lines) | stat: -rw-r--r-- 10,191 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
python-blosc (1.11.2+ds1-3) unstable; urgency=medium

  * Team upload.

  [ Alexandre Detiste ]
  * remove old ref. to distutils

  [ Timo Röhling ]
  * Fix autopkgtest regression with NumPy 2.3 (Closes: #1116438)

 -- Timo Röhling <roehling@debian.org>  Thu, 02 Oct 2025 18:27:07 +0200

python-blosc (1.11.2+ds1-2) unstable; urgency=medium

  * Team upload.
  * Rebuild with fixed pydata_sphinx_theme (Closes: #1086006)

 -- Alexandre Detiste <tchet@debian.org>  Sun, 10 Nov 2024 14:48:42 +0100

python-blosc (1.11.2+ds1-1) unstable; urgency=medium

  * New upstream version.
  * d/patches: Remove patches they are not longer needed.
  * d/control: Change my contact information. Also update it in d/copyright.
  * d/patches/remove-privacy-breach.patch: Add patch to remove privacy breach.

 -- Emmanuel Arias <eamanu@debian.org>  Sat, 10 Aug 2024 10:44:28 -0300

python-blosc (1.11.1+ds1-2) unstable; urgency=medium

  * Team Upload
  * remove extraneous dependency on python3-mock

 -- Alexandre Detiste <tchet@debian.org>  Wed, 13 Mar 2024 01:36:25 +0100

python-blosc (1.11.1+ds1-1) unstable; urgency=medium

  * d/watch: Fix url to download the upstream releases.
  * New upstream version.
  * d/copyright: Update copyright for upstream files.
    - Remove entry blosc/toplevel.py this have the same copyright of all files
    of upstream.
    - Update the Upstream-Contact information.
  * d/control: Add python3-pydata-sphinx-theme as Build Depends.
    - run wrap-and-sort.
  * d/python3-blosc.examples: Remove file, there are no more examples in
    upstream package.
  * d/control: Bumpt Standards-Version to 4.6.2 (from 4.6.0.1; no further
    changes neede).
  * d/patches: Update 0001-Deactivate-SSE2-AVX2-if-no-flags.patch patch.

 -- Emmanuel Arias <eamanu@yaerobi.com>  Thu, 29 Dec 2022 13:04:47 -0300

python-blosc (1.10.6+ds1-1) unstable; urgency=medium

  * New upstream version.
  * d/patches: Remove 0001-Add-patch-to-use-libblosc.patch and
    0002-Skip-test-until-new-upstream-release-on-Debian.patch they are not
    longer needed.
    - Rename patch 0003-Deactivate-SSE2-AVX2-if-no-flags.patch =>
      0001-Deactivate-SSE2-AVX2-if-no-flags.patch. Also, updated it.
  * d/control: Bump Standards-Version to 4.6.0.1. No changes needed.
  * d/rules: Update the build process from upstream. Now build using the
    libblosc-dev package installed.
    * d/rules: Remove BLOSC_DIR variable, it's no longer needed.
  * d/watch: Bump version to 4.
  * d/upstream/metadata: Add Repository and Repository-Browse information.
  * d/copyright: Exclude dotzlib folder that contains non free files.
    - Remove from Files-Excluded: appveyor and c-blosc, they aren't in
    upstream tarball.
    - Repack without dotzlib folder.
  * d/python3-blosc.examples: Install examples under /blosc/c-blosc/examples.
  * d/copyright: Fix copyright debian files. Remove my name from
    blosc/toplevel.py and put in in the correct place in debian/* files
    section.
    - Update copyright year for debian/* files.

 -- Emmanuel Arias <eamanu@yaerobi.com>  Tue, 17 May 2022 17:27:56 +0000

python-blosc (1.9.2+ds1-3) unstable; urgency=medium

  * Team upload
  * Deactivate SSE2 and AVX2 if CPU has no flags (Closes: #976910)
  * Explicitly set PYBUILD_SYSTEM=distutils to avoid misdetection
  * Mark python-blosc-doc Multi-Arch: foreign
  * Bump Standards-Version to 4.5.1, no changes

 -- Graham Inggs <ginggs@debian.org>  Fri, 01 Jan 2021 00:03:56 +0000

python-blosc (1.9.2+ds1-2) unstable; urgency=medium

  * d/rules: Find cmake files shipped in python3-skbuild.
    - Patch by Matthias Klose.
  * d/rules: override build/install-arch target.

 -- Emmanuel Arias <eamanu@yaerobi.com>  Fri, 11 Dec 2020 18:08:25 -0300

python-blosc (1.9.2+ds1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Emmanuel Arias ]
  * New upstream version 1.9.2+ds1
  * d/patches: Update patches:
    - Remove not longer applied patches.
    - Add patch to build python-blosc using the libblosc library.
    - Skip test until new upstream realse of c-blosc.
  * d/control: add python3-skbuild build-dependency.
  * wrap-and-sort.
  * d/control: Update my contact information.

 -- Emmanuel Arias <eamanu@yaerobi.com>  Thu, 12 Nov 2020 17:11:49 -0300

python-blosc (1.8.1+ds1-2.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix tests with Python 3.9. Closes: #973022.

 -- Matthias Klose <doko@debian.org>  Sun, 08 Nov 2020 09:35:22 +0100

python-blosc (1.8.1+ds1-2) unstable; urgency=medium

  [ Emmanuel Arias ]
  * Team Upload.
  * d/salsa-ci-yml: enable salsa-ci.
  * d/control: Add DPMT as Maintainer and add
    me as Uploaders (Closes: #945189).
    - d/copyright: add me on copyright file.
  * d/tests/python3-blosc: use pyversion -s instead of parameter -i
    to test all installed versions.

  [ Tristan Seligmann ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper-compat to 13.
  * Switch to dh-sequence-*.
  * Declare rootless build.

 -- Tristan Seligmann <mithrandi@debian.org>  Sun, 02 Aug 2020 18:10:04 +0200

python-blosc (1.8.1+ds1-1) unstable; urgency=medium

  * QA upload
  * New upstream version 1.8.1+ds1
  * Create 0002-platform-linux_distribution-is-gone-in-python-3.8.patch
    closes: #944320
  * Added minimum version on libblosc-dev in b-d
  * Bump dh to 12
  * Remove python2 package under recommends, for doc package.
  * Change copyright from Expat to BSD-3 for upstream files.

 -- Håvard Flaget Aasen <haavard_aasen@yahoo.no>  Fri, 13 Dec 2019 23:40:55 +0100

python-blosc (1.7.0+ds1-3) unstable; urgency=medium

  * Orphaning package.

 -- Daniel Stender <stender@debian.org>  Thu, 21 Nov 2019 00:44:06 +0100

python-blosc (1.7.0+ds1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937616

 -- Sandro Tosi <morph@debian.org>  Wed, 06 Nov 2019 22:28:08 -0500

python-blosc (1.7.0+ds1-1) unstable; urgency=medium

  * New upstream release:
    + drop py2-coding-headers.patch (applied upstream).
  * deb/control:
    + bump standards to 4.3.0 (no changes needed).

 -- Daniel Stender <stender@debian.org>  Sat, 29 Dec 2018 13:09:16 +0100

python-blosc (1.6.2+ds1-2) unstable; urgency=medium

  * restore (and unfuzz) catch-cpuinfo-import-error.patch.

 -- Daniel Stender <stender@debian.org>  Sun, 18 Nov 2018 23:23:50 +0100

python-blosc (1.6.2+ds1-1) unstable; urgency=medium

  * New upstream release.
  * deb/control:
    + bump standards to 4.2.1 (no further changes needed).
  * deb/copyright:
    + expand copyright span.
  * deb/rules:
    + build with DH_VERBOSE=1 (according to policy 4.2.0).
    + drop unnecessary export line for DEB_BUILD_OPTIONS.
    + build with hardening=+all.
    + add checks for "nodoc" build option in related overrides.
  * drop debian/patches/catch-cpuinfo-import-error.patch (obsolete).
  * drop temporarily-disable-numpydoc.patch (not needed anymore).
  * add py2-coding-headers.patch
  * use build profile switches:
    + add !nodoc and !nocheck switches to b-deps in d/control.
    + add Build-Profiles field to docs package in d/control.
    + add check for nodoc in DEB_BUILD_PROFILES to dh sequencer call in d/rules,
      skip sphinxdoc extension accordingly.
  * build with dh level 11 (changes in d/compat and d/control).

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

 -- Daniel Stender <stender@debian.org>  Sun, 18 Nov 2018 22:07:29 +0100

python-blosc (1.5.1+ds2-1) unstable; urgency=medium

  * use python-cpuinfo in the archive instead of vendored file:
    + add cpuinfo.py to Files-Excluded in deb/copyright.
    + drop license paragraph in deb/copyright.
    + add python{,3}-cpuinfo to build deps in deb/control.
  * deb/control:
    + add psutil to build deps (needed by tests).
    + bump standards to 4.1.4 (no changes needed).
    + add numpy to Recommends (needed for running the tests).
  * add DEP-8 testsuite.

 -- Daniel Stender <stender@debian.org>  Tue, 01 May 2018 17:20:46 +0200

python-blosc (1.5.1+ds1-1) unstable; urgency=medium

  * New upstream release.
  * deb/control: pull numpydoc to build-deps.
  * deb/copyright: expand copyright span.
  * deb/rules: build extension inplace for docs.
  * deb/clean: add inplace extension to cleans.

 -- Daniel Stender <stender@debian.org>  Tue, 20 Mar 2018 18:06:02 +0100

python-blosc (1.4.4+ds1-5) unstable; urgency=medium

  * deb/control: bump standards version to 4.1.3 (no further changes needed).
  * deb/copyright: expand copyright span.
  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

 -- Daniel Stender <stender@debian.org>  Mon, 19 Feb 2018 12:59:09 +0100

python-blosc (1.4.4+ds1-4) unstable; urgency=medium

  * add temporarily-disable-numpydoc.patch (Closes: #869195).
  * deb/control:
    + add DPMT as Uploaders.
    + update Vcs fields (package source moved to python-modules).
  * deb/gbp.conf:
    + set debian-branch to meet DEP-14.
    + add sign-tags set to True.

 -- Daniel Stender <stender@debian.org>  Fri, 25 Aug 2017 10:05:48 +0200

python-blosc (1.4.4+ds1-3) unstable; urgency=medium

  * Uploaded to unstable.
  * deb/control:
    + drop build-deps on python-setuptools-scm (not needed).
  * catch-cpuinfo-import-error.patch:
    + improved description text.

 -- Daniel Stender <stender@debian.org>  Sun, 18 Dec 2016 00:14:01 +0100

python-blosc (1.4.4+ds1-2) experimental; urgency=medium

  * Add catch-cpuinfo-import-error.patch.

 -- Daniel Stender <stender@debian.org>  Sat, 17 Dec 2016 22:09:26 +0100

python-blosc (1.4.4+ds1-1) experimental; urgency=medium

  * Initial release (Closes: #834777).

 -- Daniel Stender <stender@debian.org>  Mon, 05 Sep 2016 20:55:23 +0200