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
|
python-drizzle (2.0.1-1) unstable; urgency=medium
* New upstream version 2.0.1
* Rediff patches
* New build dependency python3-gwcs
-- Ole Streicher <olebole@debian.org> Sat, 08 Feb 2025 14:10:33 +0100
python-drizzle (2.0.0-1) unstable; urgency=medium
* New upstream version 2.0.0
* Rediff patches
* Increase tolerance in test_estimate_pixel_scale_ratio
-- Ole Streicher <olebole@debian.org> Thu, 24 Oct 2024 17:33:55 +0200
python-drizzle (1.15.3-1) unstable; urgency=medium
* New upstream version 1.15.3
* Drop Fix-return-type-of-PyInit_cdrizzle.patch: applied upstream
-- Ole Streicher <olebole@debian.org> Mon, 19 Aug 2024 22:04:31 +0200
python-drizzle (1.15.2-2) unstable; urgency=medium
* Fix return type of PyInit_cdrizzle (Closes: #1075414)
-- Ole Streicher <olebole@debian.org> Thu, 25 Jul 2024 13:24:42 +0200
python-drizzle (1.15.2-1) unstable; urgency=medium
* New upstream version 1.15.2
* Rediff patches
* Push Standards-Version to 4.7.0. No changes needed
-- Ole Streicher <olebole@debian.org> Thu, 20 Jun 2024 18:32:56 +0200
python-drizzle (1.15.1-1) unstable; urgency=medium
* New upstream version 1.15.1
* Rediff patches
-- Ole Streicher <olebole@debian.org> Thu, 07 Mar 2024 12:25:03 +0100
python-drizzle (1.15.0-1) unstable; urgency=medium
* New upstream version 1.15.0
* Rediff patches
-- Ole Streicher <olebole@debian.org> Sat, 17 Feb 2024 14:00:15 +0100
python-drizzle (1.14.4-2) unstable; urgency=medium
* Remove obsolete python3-astropy-helpers build dependency
-- Ole Streicher <olebole@debian.org> Mon, 25 Dec 2023 20:09:28 +0100
python-drizzle (1.14.4-1) unstable; urgency=medium
* New upstream version 1.14.4
* Rediff patches
-- Ole Streicher <olebole@debian.org> Thu, 16 Nov 2023 09:40:13 +0100
python-drizzle (1.14.3-1) unstable; urgency=medium
* New upstream version 1.14.3
* Call "python3 -m sphinx" directly (Closes: #1042632)
-- Ole Streicher <olebole@debian.org> Tue, 03 Oct 2023 08:44:00 +0200
python-drizzle (1.14.2-1) unstable; urgency=medium
* New upstream version 1.14.2
* Rediff patches. Drop patch that was applied upstream.
-- Ole Streicher <olebole@debian.org> Sat, 16 Sep 2023 22:01:44 +0200
python-drizzle (1.14.0-2) unstable; urgency=medium
* Fix test failures on big endian architectures
-- Ole Streicher <olebole@debian.org> Sat, 16 Sep 2023 19:41:47 +0200
python-drizzle (1.14.0-1) unstable; urgency=medium
* New upstream version 1.14.0
* Rediff patches
* Increase rtol in test_intersection_case01
-- Ole Streicher <olebole@debian.org> Fri, 15 Sep 2023 09:42:15 +0200
python-drizzle (1.13.7-1) unstable; urgency=medium
* New upstream version 1.13.7
* Push Standards-Version to 4.6.2. No changes needed
-- Ole Streicher <olebole@debian.org> Thu, 22 Jun 2023 17:52:42 +0200
python-drizzle (1.13.6-1) unstable; urgency=medium
* New upstream version 1.13.6
* Rediff patches
* Push Standards-Version to 4.6.1. No changes needed
-- Ole Streicher <olebole@debian.org> Sat, 13 Aug 2022 12:15:46 +0200
python-drizzle (1.13.4-1) unstable; urgency=medium
* New upstream version 1.13.4
* Rediff patches
* Add missing newlines in d/clean and d/..install
-- Ole Streicher <olebole@debian.org> Mon, 03 Jan 2022 09:52:57 +0100
python-drizzle (1.13.3-1) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Submit, Repository, Repository-Browse.
* Remove obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
* Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
[ Ole Streicher ]
* Push Standards-Version to 4.6.0. No changes needed
* Add "Rules-Requires-Root: no"
* Remove unnecessary versioned build dep
* Push dh-compat to 13
* Handle setuptools_scm
* d/watch: switch back to Github
* New upstream version 1.13.3
* Rediff patches
-- Ole Streicher <olebole@debian.org> Fri, 20 Aug 2021 15:48:38 +0200
python-drizzle (1.13.1-2) unstable; urgency=low
* Fix CI test. Directly use pytest
* Add tests on salsa
-- Ole Streicher <olebole@debian.org> Tue, 23 Jul 2019 15:30:19 +0200
python-drizzle (1.13.1-1) unstable; urgency=medium
* Move to Pypi package
* New upstream version 1.13.1. Rediff patches
* Push Standards-Version to 4.4.0. No changes needed
* Push compat to 12
* Disable setuptools-scm usage
* Fix build of -doc package
-- Ole Streicher <olebole@debian.org> Wed, 17 Jul 2019 09:54:17 +0200
python-drizzle (1.12-2) unstable; urgency=low
* Remove Python 2 package
* Push Standards-Version to 4.2.1. No changes needed.
-- Ole Streicher <olebole@debian.org> Mon, 10 Dec 2018 10:06:24 +0100
python-drizzle (1.12-1) unstable; urgency=low
* New upstream version 1.12. Rediff patches
* Push Standards-Version to 4.1.5. No changes needed
* Update VCS fields to use salsa.d.o
* Push compat to 11
* Switch sphinx usage to Python 3
-- Ole Streicher <olebole@debian.org> Fri, 13 Jul 2018 10:27:57 +0200
python-drizzle (1.11-1) unstable; urgency=medium
* New upstream version 1.11
* Set python-drizzle-doc, python-drizzle-testdata Multi-Arch:foreign
* Push standards-version to 4.0.1. No changes needed.
* Use https for homepage and format urls
-- Ole Streicher <olebole@debian.org> Thu, 17 Aug 2017 20:06:09 +0200
python-drizzle (1.10-1) unstable; urgency=low
* New upstream version 1.10
* Remove patch that is included upstream
-- Ole Streicher <olebole@debian.org> Fri, 28 Jul 2017 18:25:26 +0200
python-drizzle (1.5-2) unstable; urgency=low
[ Bhavani Shankar ]
* Cherrypick upstream commits to fix test cases failing on 32-bit
archs and thereby fixing FTBFS.
-- Ole Streicher <olebole@debian.org> Fri, 10 Mar 2017 16:37:19 +0100
python-drizzle (1.5-1) unstable; urgency=medium
* New upstream version 1.5. Fixes FTBFS on several platforms.
-- Ole Streicher <olebole@debian.org> Thu, 08 Dec 2016 09:26:58 +0100
python-drizzle (1.4-1) unstable; urgency=low
* New upstream version 1.4
* Rediff patches
-- Ole Streicher <olebole@debian.org> Wed, 07 Dec 2016 16:48:51 +0100
python-drizzle (1.3-2) unstable; urgency=low
* Fix indep and arch builds
-- Ole Streicher <olebole@debian.org> Wed, 23 Nov 2016 12:05:55 +0100
python-drizzle (1.3-1) unstable; urgency=low
* Initial release. (Closes: #843668)
-- Ole Streicher <olebole@debian.org> Fri, 18 Nov 2016 12:22:33 +0100
|