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 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343
|
healpy (1.16.1-1) unstable; urgency=medium
* New upstream version 1.16.1
* Push Standards-Version to 4.6.1. No changes needed.
* Remove unneeded python3-six build dependency
* Import setuptools before distutils setuptools for Cython compatibility
(Closes: #1022486)
-- Ole Streicher <olebole@debian.org> Tue, 01 Nov 2022 15:44:46 +0100
healpy (1.15.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on python3-numpy.
[ Leo Singer ]
* Depend on libhealpix-cxx-dev >= 3.80.0-4.
-- Leo Singer <leo.singer@ligo.org> Thu, 28 Oct 2021 20:03:37 -0400
healpy (1.15.0-1) unstable; urgency=medium
* New upstream release.
* Update debian/watch format version.
* Set Rules-Requires-Root to no.
* Rediff patches.
* Depend on libhealpix-cxx-dev >= 3.80.0.
-- Leo Singer <leo.singer@ligo.org> Thu, 19 Aug 2021 11:26:39 -0400
healpy (1.14.0-1) unstable; urgency=medium
* New upstream release.
* Rediff patches and remove patches which have been incorporated
upstream.
* Update Standards-Version to 4.5.0.
-- Leo Singer <leo.singer@ligo.org> Fri, 24 Jul 2020 15:51:57 -0400
healpy (1.13.0-4) unstable; urgency=medium
* Update debhelper compat to 13.
-- Leo Singer <leo.singer@ligo.org> Sat, 18 Jul 2020 11:07:00 -0400
healpy (1.13.0-3) unstable; urgency=medium
* Fix FTBS on i386 due to floating point precision issues.
-- Leo Singer <leo.singer@ligo.org> Thu, 09 Jul 2020 18:25:32 -0400
healpy (1.13.0-2) unstable; urgency=medium
* Add patch to fix const correctness issue that caused Healpy to
FTBS (Closes: #964655).
-- Leo Singer <leo.singer@ligo.org> Thu, 09 Jul 2020 09:58:00 -0400
healpy (1.13.0-1) unstable; urgency=medium
* New upstream release (LP: #1839344).
* Update Standards-Version to 4.4.1.
* Update to debhelper 12.
* Add build dependency on libsharp-dev.
* Update build dependency libhealpix-cxx to 3.60.0.
* Remove obsolete X-Python3-Verson specification.
* Fix deprecated $ADTTMP environment variable in CI tests.
-- Leo Singer <leo.singer@ligo.org> Fri, 03 Jan 2020 11:34:34 -0500
healpy (1.12.8-8) unstable; urgency=medium
* Add patch to make unit tests at degenerate pixel intersections
reproducible on i386.
* Enable building for all architectures including i386.
* Remove dummy transitional python-healpy-data package.
-- Leo Singer <leo.singer@ligo.org> Thu, 24 Jan 2019 10:19:49 -0500
healpy (1.12.8-7) unstable; urgency=medium
* Disable link time optimization because it breaks build
reproducibility. Furthermore, gcc produces LTO debug info that
crashes gdb (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87362).
-- Leo Singer <leo.singer@ligo.org> Wed, 23 Jan 2019 15:28:44 -0500
healpy (1.12.8-6) unstable; urgency=medium
* Build for arm64.
-- Leo Singer <leo.singer@ligo.org> Sun, 20 Jan 2019 10:23:44 -0500
healpy (1.12.8-5) unstable; urgency=medium
* Update Standards-Version to 4.3.0.
* Build for any architecture except for i386.
-- Leo Singer <leo.singer@ligo.org> Sat, 19 Jan 2019 23:04:02 -0500
healpy (1.12.8-4) experimental; urgency=medium
* Patch a doctest to workaround a Numpy string formatting bug that
appears on armhf.
* Patch to fix incorrect data types in pixel ufuncs on 32-bit
platforms.
-- Leo Singer <leo.singer@ligo.org> Sat, 19 Jan 2019 00:51:41 -0500
healpy (1.12.8-3) experimental; urgency=medium
* Enable binary builds for any platform.
-- Leo Singer <leo.singer@ligo.org> Fri, 21 Dec 2018 00:02:41 -0500
healpy (1.12.8-2) unstable; urgency=medium
* Pick up libhealpix-cxx dependency automatically from shlibdeps.
-- Leo Singer <leo.singer@ligo.org> Sun, 16 Dec 2018 05:36:43 -0500
healpy (1.12.8-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.2.1.
* Remove Python 2 package.
* Rediff patches.
* Remove a file that was generated by the unit tests and not meant
to be installed (https://github.com/healpy/healpy/pull/519).
-- Leo Singer <leo.singer@ligo.org> Sun, 09 Dec 2018 01:47:35 -0500
healpy (1.12.4-4) unstable; urgency=medium
* Remove workaround for change in Numpy formatting due to upstream
fix of regression (https://github.com/numpy/numpy/pull/11986).
(Closes: 913757)
-- Leo Singer <leo.singer@ligo.org> Fri, 07 Dec 2018 15:30:00 -0500
healpy (1.12.4-3) unstable; urgency=medium
* Patch unit test to set random seed so that it is reproducible.
(Closes: #907908)
-- Leo Singer <leo.singer@ligo.org> Tue, 04 Sep 2018 10:54:46 -0400
healpy (1.12.4-2) unstable; urgency=medium
* Increase tolerance for failing test on arm64, ppc64el
-- Leo Singer <leo.singer@ligo.org> Mon, 27 Aug 2018 13:55:48 -0400
healpy (1.12.4-1) unstable; urgency=medium
* New upstream release.
-- Leo Singer <leo.singer@ligo.org> Sun, 26 Aug 2018 14:28:58 -0400
healpy (1.12.3-2) unstable; urgency=medium
* Depend on astropy, matplotlib, and scipy.
These modules all must be present in order to import healpy.
-- Leo Singer <leo.singer@ligo.org> Thu, 16 Aug 2018 18:05:46 -0400
healpy (1.12.3-1) unstable; urgency=medium
* New upstream release.
* Rediff patches.
* Skip unit tests that require downloading external data.
* Skip unit test that fails due to missing package data
(see https://github.com/healpy/healpy/pull/458)
* Depend on lastest version of healpix-cxx for ABI compatibility.
* Rebuild C++ files from Cython sources.
This is required for Python 3.7 since the API changed a bit.
(Closes: 905615)
-- Leo Singer <leo.singer@ligo.org> Thu, 16 Aug 2018 15:42:05 -0400
healpy (1.11.0-1) unstable; urgency=medium
* New upstream release.
* Rediff patches.
* Add new build dependencies for unit tests:
pytest-runner, pytest-cython.
-- Leo Singer <leo.singer@ligo.org> Sun, 03 Jun 2018 22:58:54 -0400
healpy (1.10.3-5) unstable; urgency=medium
* Fix precision of doctest for non-amd64 architectures.
-- Leo Singer <leo.singer@ligo.org> Wed, 23 May 2018 02:54:22 -0400
healpy (1.10.3-4) unstable; urgency=medium
* Fix lintian warning:
global-files-wildcard-not-first-paragraph-in-dep5-copyright
* Run doctests.
* Add workaround in numpy.ma.masked_values in Numpy 1.14.0,
which should be fixed in Numpy 1.15.0. See also
<https://github.com/numpy/numpy/issues/11112>.
-- Leo Singer <leo.singer@ligo.org> Wed, 23 May 2018 01:19:27 -0400
healpy (1.10.3-3) unstable; urgency=medium
* Update Standards-Version to 4.1.4.
* Update to debhelper 11.
* Rename python-healpy-data to healpy-data.
* Fix lintian warning: insecure-copyright-format-uri.
* Apply patch from upstream to fix doctest failures due to
changes in Numpy string representation of arrays.
* Move Debian package source to salsa.debian.org.
-- Leo Singer <leo.singer@ligo.org> Sun, 20 May 2018 17:36:57 -0400
healpy (1.10.3-2) unstable; urgency=medium
* No-change rebuild against latest g++ ABI (Closes: #793248)
-- Leo Singer <leo.singer@ligo.org> Mon, 23 Jan 2017 12:43:51 -0500
healpy (1.10.3-1) unstable; urgency=medium
* Fix CI test failures due to typo in doctest.
* New upstream release.
-- Leo Singer <leo.singer@ligo.org> Thu, 29 Dec 2016 09:37:51 -0500
healpy (1.10.2-1) unstable; urgency=medium
* Fix "FTBFS: Test failures" with new upstream version
(Closes: #848775)
* Add multi-arch properties.
-- Leo Singer <leo.singer@ligo.org> Tue, 20 Dec 2016 15:33:03 -0500
healpy (1.10.1-2) unstable; urgency=medium
* Fix wrong e-mail in changelog.
-- Leo Singer <leo.singer@ligo.org> Tue, 15 Nov 2016 12:09:02 -0500
healpy (1.10.1-1) unstable; urgency=medium
* New upstream version.
* Moved packaging to git.
-- Leo Singer <leo.singer@ligo.org> Tue, 08 Nov 2016 19:12:16 -0500
healpy (1.9.1-4) unstable; urgency=medium
* Remove matplotlibrc file in dh_clean phase.
* Enable build hardening.
* Add versioned dependency on libhealpix-cxx0.
-- Leo Singer <leo.singer@ligo.org> Sat, 03 Sep 2016 19:39:30 -0400
healpy (1.9.1-3) unstable; urgency=medium
* Change maintainer from Debian Science Team to Debian Astro Team.
* Enable link-time optimization.
* Depend on libcfitsio-dev instead of transitional libcfitsio3-dev package.
(Closes: #761711)
* Add continuous integration testing.
-- Leo Singer <leo.singer@ligo.org> Sun, 29 May 2016 14:10:26 -0400
healpy (1.9.1-2) unstable; urgency=medium
* Adjust dh_fixperms override so that it only affects architecture-
independent packages. This should fix autobuilding of non-amd64
architectures.
* Add missing build dependency on dh-python.
-- Leo Singer <leo.singer@ligo.org> Mon, 23 May 2016 10:51:25 -0400
healpy (1.9.1-1) unstable; urgency=medium
* New upstream release.
* Remove unnecessary pydist-overrides file.
* Fix permissions on data files.
* Move platform-independent data files into a new package,
python-healpy-data.
* Fix "FTBFS: ValueError: Header update sequence item #0 is invalid;
the item must either be a 2-tuple containing a keyword and value, or
a 3-tuple containing a keyword, value, and comment string." This was
fixed by the new upstream release. (Closes: #813781)
* Make sure that no Python bytecode is written when running unit
tests (fixes a Lintian package-installs-python-pycache-dir warning)
* Fix broken debian/watch file due to PyPI API changes.
-- Leo Singer <leo.singer@ligo.org> Thu, 19 May 2016 19:13:07 -0400
healpy (1.8.1-1) unstable; urgency=medium
* New upstream release.
* Add new dependency on python-six.
* Enable unit tests.
* Restrict to 64-bit architectures. The unit tests only pass on 32-bit
architectures because they are limited by Numpy's index type.
See upstream issue https://github.com/healpy/healpy/issues/194
* Use canonical VCS server svn://anonscm.debian.org/. See
http://lintian.debian.org/tags/vcs-field-not-canonical.html
-- Leo Singer <leo.singer@ligo.org> Sun, 22 Jun 2014 11:28:11 -0700
healpy (1.7.4-2) unstable; urgency=medium
* Added cfitsio/zlib to debian/copyright.
-- Leo Singer <leo.singer@ligo.org> Wed, 23 Apr 2014 12:37:47 -0700
healpy (1.7.4-1) unstable; urgency=low
* New upstream version.
* Correct watch file to skip upstream pre-releases.
* Fine-tune debian/copyright.
-- Leo Singer <leo.singer@ligo.org> Wed, 26 Feb 2014 16:53:45 -0800
healpy (1.7.3-2) unstable; urgency=low
* Update standards version to 3.9.5.
* Add build-depends on autotools-dev to update outdated files.
* Add watch file.
-- Leo Singer <leo.singer@ligo.org> Sun, 09 Feb 2014 11:13:06 -0800
healpy (1.7.3-1) UNRELEASED; urgency=low
* Initial release (Closes: #737272).
* source package automatically created by stdeb 0.6.0+git
* silenced some warnings by adding a pydist-overrides file
* add Numpy ABI dependency by running dh_numpy
* depend on healpix-cxx >= 3.11
* update to debhelper 9
* depend on python-setuptools >= 0.6.14 for compatibility with Squeeze
-- Leo Singer <leo.singer@ligo.org> Mon, 27 Jan 2014 15:25:17 -0800
|