File: changelog

package info (click to toggle)
python-hdf5storage 0.1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 644 kB
  • sloc: python: 3,492; makefile: 133
file content (146 lines) | stat: -rw-r--r-- 4,790 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
python-hdf5storage (0.1.19-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Team upload.
  * Drop obsolete python-numpy-doc build dependency.
    (closes: #1028695)
  * Add py3dist override for h5py.
  * Add pybuild-plugin-pyproject to build dependencies.

  [ Andreas Tille ]
  * Standards-Version: 4.6.2 (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)

 -- Andreas Tille <tille@debian.org>  Fri, 03 Feb 2023 22:07:17 +0100

python-hdf5storage (0.1.18-2) unstable; urgency=medium

  * Team Upload.
  * Add patch to fix FTBFS with numpy (Closes: #1026348 )

 -- Nilesh Patra <nilesh@debian.org>  Fri, 23 Dec 2022 08:17:53 +0000

python-hdf5storage (0.1.18-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Wed, 07 Jul 2021 19:03:38 +0200

python-hdf5storage (0.1.17-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - fixes usage with h5py 3. Closes: #981636.
  * debian/tests: show test output (verbose -v)

 -- Drew Parsons <dparsons@debian.org>  Wed, 24 Mar 2021 23:14:14 +0100

python-hdf5storage (0.1.16-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - returns back to the stable 0.1.x releases
      (not the upstream git master branch)
  * Drop debian patch fix_dtype_random_title_1444936.patch
    (the patched test does not appear in the stable 0.1.x releases)
  * Depends: python3-h5py (>= 2.1~)

 -- Drew Parsons <dparsons@debian.org>  Mon, 22 Feb 2021 00:10:43 +0100

python-hdf5storage (0.1.15+git20200608.09dfc5f-2) unstable; urgency=medium

  * Team upload.
  * debian patch fix_dtype_random_title_1444936.patch applies
    upstream commit #1444936 to fix random dtype titles used in tests.
    Closes: #971806.
  * Standards-Version: 4.5.1

 -- Drew Parsons <dparsons@debian.org>  Wed, 17 Feb 2021 21:33:33 +0100

python-hdf5storage (0.1.15+git20200608.09dfc5f-1) unstable; urgency=medium

  * Team upload.
  * New upstream snapshot.
    - fixes some documentation issues causing build to fail.
      Closes: #966999
    - applies debian patch h5py_file_write.patch
  * Build-Depends: python3-sphinx-rtd-theme
  * debhelper compatibility level 13

 -- Drew Parsons <dparsons@debian.org>  Fri, 07 Aug 2020 22:39:18 +0800

python-hdf5storage (0.1.15-2) unstable; urgency=medium

  * Team upload.
  * debian patch h5py_file_write.patch invokes h5py.File(name, 'w')
    where needed to open file for writing (default is 'r')
  * Standards-Version: 4.5.0

 -- Drew Parsons <dparsons@debian.org>  Fri, 03 Apr 2020 15:48:10 +0800

python-hdf5storage (0.1.15-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use Python 3 for building docs.
  * Drop Python 2 support (Closes: #937807).
  * d/source/options: Ignore egg-info.

  [ Drew Parsons ]
  * update debian/watch to get source from
    https://github.com/frejanordsiek/hdf5storage/
  * New upstream release.
    - applies Drop-usage-of-pngmath-sphinx-extension.patch
    - tests now pass. Closes: #900431.
  * Standards-Version: 4.4.0
  * debhelper compatibility level 12: debhelper-compat (= 12)
  * mark python-hdf5storage-doc as Multi-Arch: foreign
  * remove ancient-python-version-fields from debian/control
  * update Vcs tags to salsa.debian.org

 -- Drew Parsons <dparsons@debian.org>  Mon, 16 Sep 2019 18:32:48 +0800

python-hdf5storage (0.1.14-1) unstable; urgency=medium

  * New upstream release.
  * Remove extra arguments for nose.
  * Simplify the packaging testsuite.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 13 Sep 2016 18:29:58 +0100

python-hdf5storage (0.1.13-3) unstable; urgency=medium

  * Prevent intersphinx from accessing the internet. (Closes: #831538)
  * d/control: wrap and sort Build-Depends.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sun, 17 Jul 2016 10:05:06 +0100

python-hdf5storage (0.1.13-2) unstable; urgency=medium

  * Add patch dropping usage of deprecated pngmath sphinx extension.
    Thanks to Chris Lamb (Closes: #828716)
  * d/{clean,rules}: cleanup and formatting.
  * Bump Standards-Version to 3.9.8, no changes required.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 30 Jun 2016 17:19:04 +0100

python-hdf5storage (0.1.13-1) unstable; urgency=medium

  * New upstream release.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 29 Feb 2016 08:09:32 +0000

python-hdf5storage (0.1.12-2) unstable; urgency=medium

  * Add missing dependency on nose for the packaging testsuite.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 23 Feb 2016 11:02:01 +0000

python-hdf5storage (0.1.12-1) unstable; urgency=low

  * Initial release. (Closes: #814908)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 16 Feb 2016 17:55:50 +0000