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
|
python-h5netcdf (1.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Tue, 29 Nov 2022 20:49:45 +0100
python-h5netcdf (1.0.2-1) unstable; urgency=medium
* Team upload.
* New upstream release
- fixes use with h5py 3.7.0. Closes: #1016525.
- deprecates debian patch setuptools-scm.patch
* mark python-h5netcdf-doc as Multi-Arch: foreign
-- Drew Parsons <dparsons@debian.org> Wed, 03 Aug 2022 14:29:18 +0200
python-h5netcdf (1.0.1-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Trim trailing whitespace.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on dpkg-dev.
[ Bas Couwenberg ]
* New upstream release.
(closes: #1013754)
* Add patch to not use setuptools_scm to regenerate _version.py.
* Use doc section for python-h5netcdf-doc.
* Bump Standards-Version to 4.6.1, no changes.
* Update lintian overrides.
-- Bas Couwenberg <sebastic@debian.org> Mon, 27 Jun 2022 10:44:56 +0200
python-h5netcdf (1.0.0-3) unstable; urgency=medium
* Team upload.
* source upload to allow python-h5netcdf-doc to migrate to testing
-- Drew Parsons <dparsons@debian.org> Tue, 12 Apr 2022 02:20:27 +0200
python-h5netcdf (1.0.0-2) unstable; urgency=medium
* Team upload.
* provide documentation in python-h5netcdf-doc
- Build-Depends: python3-sphinx, python3-sphinx-book-theme
-- Drew Parsons <dparsons@debian.org> Mon, 11 Apr 2022 03:47:48 +0200
python-h5netcdf (1.0.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Mon, 11 Apr 2022 02:51:20 +0200
python-h5netcdf (0.15.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Fri, 18 Mar 2022 10:35:11 +0100
python-h5netcdf (0.14.1-2) unstable; urgency=medium
* Team upload.
* drop debian patch prevent_upstream_version_corruption.patch and
add Build-Depends: python3-setuptools-scm. setuptools-scm
configuration is then handled by pybuild setting the
SETUPTOOLS_SCM_PRETEND_VERSION variable to not rewrite the
version file. Closes: #1006851.
-- Drew Parsons <dparsons@debian.org> Wed, 16 Mar 2022 15:55:58 +0100
python-h5netcdf (0.14.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* debian patch prevent_upstream_version_corruption.patch prevents
setup.py from corrupting its own version file with reference to
the local git repo. See Bug#1006851,
https://github.com/h5netcdf/h5netcdf/issues/156
* Build-Depends: pybuild-plugin-pyproject
* clean detritus left after build-time tests
-- Drew Parsons <dparsons@debian.org> Sun, 06 Mar 2022 23:02:08 +0100
python-h5netcdf (0.12.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- drops h5netcdf/_chainmap.py
* Standards-Version: 4.6.0
-- Drew Parsons <dparsons@debian.org> Wed, 05 Jan 2022 19:43:22 +0100
python-h5netcdf (0.11.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Install README.rst with docs.
-- Drew Parsons <dparsons@debian.org> Mon, 16 Aug 2021 02:07:20 +0200
python-h5netcdf (0.10.0-1) experimental; urgency=medium
* Team upload.
* New upstream release.
- supports h5py 3 with variable string lengths
(drop debian patch h5py3_string_decode_PR82.patch)
-- Drew Parsons <dparsons@debian.org> Tue, 16 Feb 2021 13:28:16 +0100
python-h5netcdf (0.8.1-2) unstable; urgency=medium
* Team upload.
* debian patch h5py3_string_decode_PR82.patch applies upstream PR82
to fix string handling with h5py 3. Closes: #974179.
* Standards-Version: 4.5.1
-- Drew Parsons <dparsons@debian.org> Thu, 14 Jan 2021 04:08:26 +1100
python-h5netcdf (0.8.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- drop debian patch h5py_File_mode.patch, applied upstream
* debhelper compatibility level 13
-- Drew Parsons <dparsons@debian.org> Mon, 20 Jul 2020 14:29:07 +0800
python-h5netcdf (0.8.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Standards-Version: 4.5.0
* mark debhelper compatibility with
Build-Depends: debhelper-compat (= 12)
* debian patch h5py_File_mode.patch fixes a couple more h5py File
modes missed in the new release. Closes: #955596.
-- Drew Parsons <dparsons@debian.org> Sat, 04 Apr 2020 19:14:40 +0800
python-h5netcdf (0.7.1-1) unstable; urgency=medium
* New upstream version 0.7.1 (Closes: #915260)
* Drop obsolete get-orig-source target
* Drop obsolete X-Python3-Version
* Update package description
* Update VCS URIs
* Bump debhelper version to 12
* Bump standards version to 4.3.0
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Wed, 03 Apr 2019 10:43:04 +0200
python-h5netcdf (0.5.0-1) unstable; urgency=medium
* New upstream version 0.5.0
* Add recommended get-orig-source target
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Tue, 31 Oct 2017 10:07:23 +0000
python-h5netcdf (0.4.3-1) unstable; urgency=medium
* New upstream version 0.4.3 (Closes: #877150)
* Drop the patch queue, no longer required
* Clean egg-info directory using extend-diff-ignore
* Drop superfluous nocheck guards in rules file
* Ensure tests are run in isolation during build
* Fixup the whitespacing in rules file
* Normalize the package descriptions
* Fixup the Vcs-Browser URI
* Bump the standards version to 4.1.1
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Wed, 11 Oct 2017 17:13:50 +0100
python-h5netcdf (0.3.1-1) unstable; urgency=low
* Initial release. (Closes: #851378)
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Thu, 23 Feb 2017 13:42:31 +0000
|