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 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474
|
python-asdf (4.1.0-2) unstable; urgency=medium
* Team Upload
* Drop python3-importlib-metadata build dependency
-- Alexandre Detiste <tchet@debian.org> Sat, 10 May 2025 14:07:55 +0200
python-asdf (4.1.0-1) unstable; urgency=medium
* New upstream version 4.1.0
* Rediff patches
* New build dependency furo
-- Ole Streicher <olebole@debian.org> Sat, 08 Feb 2025 13:52:30 +0100
python-asdf (4.0.0-1) unstable; urgency=medium
* New upstream version 4.0.0
-- Ole Streicher <olebole@debian.org> Tue, 19 Nov 2024 18:01:04 +0100
python-asdf (3.5.0-1) unstable; urgency=medium
* New upstream version 3.5.0
* Rediff patches. Remove patch applied upstream.
-- Ole Streicher <olebole@debian.org> Thu, 03 Oct 2024 08:41:06 +0200
python-asdf (3.4.0-2) unstable; urgency=medium
* Add gc.collect after del in tests (Closes: #1082195)
-- Ole Streicher <olebole@debian.org> Fri, 20 Sep 2024 14:51:10 +0200
python-asdf (3.4.0-1) unstable; urgency=medium
* New upstream version 3.4.0
* Rediff patches
-- Ole Streicher <olebole@debian.org> Sun, 04 Aug 2024 20:38:12 +0200
python-asdf (3.3.0-1) unstable; urgency=medium
* New upstream version 3.3.0. Closes: #1061822
* Rediff patches
* Push Standards-Version to 4.7.0. No changes needed
-- Ole Streicher <olebole@debian.org> Sat, 13 Jul 2024 09:57:32 +0200
python-asdf (3.2.0-1) unstable; urgency=medium
* New upstream version 3.2.0
* Drop Remove-asdf-unit-schemas-as-a-dependency.patch: not needed anymore
-- Ole Streicher <olebole@debian.org> Tue, 09 Apr 2024 19:24:33 +0200
python-asdf (3.1.0-1) unstable; urgency=medium
* New upstream version 3.1.0
* Rediff patches
-- Ole Streicher <olebole@debian.org> Wed, 28 Feb 2024 10:32:59 +0100
python-asdf (3.0.1-1) unstable; urgency=medium
* New upstream version 3.0.1
-- Ole Streicher <olebole@debian.org> Mon, 30 Oct 2023 16:26:16 +0100
python-asdf (3.0.0-2) unstable; urgency=medium
* Remove asdf-unit-schemas as a dependency (Closes: #1054581)
-- Ole Streicher <olebole@debian.org> Fri, 27 Oct 2023 09:14:27 +0200
python-asdf (3.0.0-1) unstable; urgency=medium
* New upstream version 3.0.0
* Rediff patches
-- Ole Streicher <olebole@debian.org> Tue, 17 Oct 2023 15:27:15 +0200
python-asdf (2.15.2-1) unstable; urgency=medium
* New upstream version 2.15.2
* Rediff patches
* New build dep python3-importlib-metadata
* Add new test dep pytest-openfiles
* Add py3-sphinx-inline-tabs to doc build deps
* Disable coloring of test output
* Add json schema files (Closes: #1052813)
* Remove created asdf files after test
-- Ole Streicher <olebole@debian.org> Sun, 08 Oct 2023 23:03:43 +0200
python-asdf (2.15.1-1) unstable; urgency=medium
* New upstream version 2.15.1
* Rediff patches
* Unconditionally don't run jsonschema test
-- Ole Streicher <olebole@debian.org> Tue, 08 Aug 2023 14:54:45 +0200
python-asdf (2.15.0-1) unstable; urgency=medium
* New upstream version 2.15.0
* Rediff patches
* Drop unneeded minversions in build-depends
* Remove special fixperms action: not needed anymore
-- Ole Streicher <olebole@debian.org> Thu, 22 Jun 2023 20:39:49 +0200
python-asdf (2.14.3-1) unstable; urgency=medium
* New upstream version 2.14.3
* Rediff patches
* Push Standards-Version to 4.6.2. No changes
* New test dependency py3-fsspec
* Ignore Astropy deprecation warnings in tests
-- Ole Streicher <olebole@debian.org> Tue, 20 Dec 2022 11:26:17 +0100
python-asdf (2.13.0-3) unstable; urgency=medium
* Install pytest-asdf package again
-- Ole Streicher <olebole@debian.org> Mon, 31 Oct 2022 11:53:51 +0100
python-asdf (2.13.0-2) unstable; urgency=medium
* Remove files that accidently were installed (Closes: #1023147)
-- Ole Streicher <olebole@debian.org> Mon, 31 Oct 2022 08:57:24 +0100
python-asdf (2.13.0-1) unstable; urgency=medium
* New upstream version 2.13.0
* Disable fetching of latest patch in test
* Add new build dependencies
* Update test and docs build
* Remove dependency on sphinx-asdf
-- Ole Streicher <olebole@debian.org> Sat, 29 Oct 2022 10:16:47 +0200
python-asdf (2.12.1-1) unstable; urgency=medium
* New upstream version 2.12.1
* Rediff patches
* Require newer setuptools to process pyproject.toml metadata
-- Ole Streicher <olebole@debian.org> Fri, 19 Aug 2022 08:24:24 +0200
python-asdf (2.12.0-2) unstable; urgency=medium
* Add version.py to d/clean (Closes: #1015077)
* Update jsonschema to 4.x (Closes: #1015012)
* Push Standards-Version to 4.6.1. No changes needed
-- Ole Streicher <olebole@debian.org> Sun, 17 Jul 2022 11:40:49 +0200
python-asdf (2.12.0-1) unstable; urgency=medium
* New upstream version 2.12.0
* Rediff patches
-- Ole Streicher <olebole@debian.org> Fri, 10 Jun 2022 10:33:35 +0200
python-asdf (2.11.1-1) unstable; urgency=medium
* New upstream version 2.11.1
* Rediff patches
-- Ole Streicher <olebole@debian.org> Sat, 23 Apr 2022 14:40:50 +0200
python-asdf (2.11.0-1) unstable; urgency=medium
* New upstream version 2.11.0
* Undo updating jsonschema to 4.x
-- Ole Streicher <olebole@debian.org> Mon, 21 Mar 2022 11:50:39 +0100
python-asdf (2.10.1-1) unstable; urgency=medium
* New upstream version 2.10.1
* Rediff patches
* Update build dependencies, classify !nodoc and !nocheck build deps
* Rename github repository
-- Ole Streicher <olebole@debian.org> Wed, 09 Mar 2022 08:33:11 +0100
python-asdf (2.9.2-1) unstable; urgency=medium
* New upstream version 2.9.2
-- Ole Streicher <olebole@debian.org> Sat, 12 Feb 2022 22:32:41 +0100
python-asdf (2.9.1-1) unstable; urgency=medium
* New upstream version 2.9.1
* Rediff patches
-- Ole Streicher <olebole@debian.org> Fri, 04 Feb 2022 11:22:52 +0100
python-asdf (2.8.3-1) unstable; urgency=medium
* New upstream version 2.8.3
* Rediff patches
* Remove unneeded versionized build deps
-- Ole Streicher <olebole@debian.org> Mon, 13 Dec 2021 20:45:47 +0100
python-asdf (2.8.1-1) unstable; urgency=medium
* New upstream version 2.8.1
* Rediff patches
* Push Standards-Version to 4.6.0. No changes needed
* Add py3-jmespath to build dependencies
* Use python3 as executable instead of python
-- Ole Streicher <olebole@debian.org> Wed, 25 Aug 2021 08:20:28 +0200
python-asdf (2.7.2-1) unstable; urgency=medium
* New upstream version 2.7.2
* Rediff patches
* Push Standards-Verion to 4.5.1. No changes needed
-- Ole Streicher <olebole@debian.org> Fri, 22 Jan 2021 21:29:19 +0100
python-asdf (2.7.1-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Submit, Repository, Repository-Browse.
* Remove obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
[ Ole Streicher ]
* Do not request a directory from importlib.resources.path.
Closes: #975529
-- Ole Streicher <olebole@debian.org> Wed, 25 Nov 2020 08:13:31 +0100
python-asdf (2.7.1-1) unstable; urgency=medium
* New upstream version 2.7.1. Rediff patches
* Push dh-compat to 13
* Add 'Rules-Requires-Root: no' to d/control
* Disable build time tests as they require the installed package
-- Ole Streicher <olebole@debian.org> Thu, 20 Aug 2020 14:55:35 +0200
python-asdf (2.6.0-1) unstable; urgency=low
* New upstream version 2.6.0. Rediff patches
-- Ole Streicher <olebole@debian.org> Fri, 24 Apr 2020 20:37:31 +0200
python-asdf (2.5.2-1) unstable; urgency=low
* New upstream version 2.5.2. Rediff patches
* Remove outdated version constraints on build-deps
* Remove unnecessary dependency on six
-- Ole Streicher <olebole@debian.org> Tue, 03 Mar 2020 08:41:57 +0100
python-asdf (2.5.1-1) unstable; urgency=low
* New upstream version 2.5.1
* Drop Fix-resolver-test.patch: applied upstream
* Push Standards-Version to 4.5.0. No changes needed
-- Ole Streicher <olebole@debian.org> Tue, 04 Feb 2020 08:51:40 +0100
python-asdf (2.5.0-1) unstable; urgency=low
* New upstream version 2.5.0. Rebase patches
* Use setuptools_scm
* Drop Python 3.6 compatibility
* Fix resolver test
* Update CI test
* Fix permissions of JSON file
-- Ole Streicher <olebole@debian.org> Sun, 05 Jan 2020 23:13:20 +0100
python-asdf (2.4.2-2) unstable; urgency=medium
[ Mathieu Trudel-Lapierre ]
* Force yaml.dump() calls to specify default_flow_style=None (Closes: #934272)
[ Ole Streicher ]
* replace SpecItem with SimpleSpec
* Explicitly add subpackages (Closes: #940720)
* Push Standards-Version to 4.4.1. No changes needed
* Remove unused copyright of astropy_helpers
* Copy from conftest.py to get small_tree fixture
* Add astropy-pytest to build deps
* Mark failing test
-- Ole Streicher <olebole@debian.org> Thu, 05 Dec 2019 14:16:14 +0100
python-asdf (2.4.2-1) unstable; urgency=low
* Remove signing key (upstream does not provide it anymore)
* New upstream version 2.4.2. Rediff patches
* Remove d/compat
* Remove astropy-helpers from build dependencies
* Disable setuptools-scm
-- Ole Streicher <olebole@debian.org> Sat, 31 Aug 2019 15:38:24 +0200
python-asdf (2.3.3-1) unstable; urgency=low
* New upstream version 2.3.3. Rediff patches
* Push Standards-Version to 4.4.0. No changes needed
-- Ole Streicher <olebole@debian.org> Thu, 18 Jul 2019 14:17:11 +0200
python-asdf (2.3.2-2) unstable; urgency=medium
* Remove test that requires the (non-)existence of an external resource
-- Ole Streicher <olebole@debian.org> Wed, 27 Feb 2019 22:13:55 +0100
python-asdf (2.3.2-1) unstable; urgency=medium
* New upstream bugfix version 2.3.2
* Push Standards-Version to 4.3.0. No changes needed
* Push compat to 12
* Add gitlab-ci.yml
-- Ole Streicher <olebole@debian.org> Wed, 20 Feb 2019 08:36:07 +0100
python-asdf (2.3.1-1) unstable; urgency=low
* New upstream version 2.3.1. Rediff patches
-- Ole Streicher <olebole@debian.org> Sat, 22 Dec 2018 23:02:40 +0100
python-asdf (2.3.0-1) unstable; urgency=low
* New upstream version 2.3.0. Rediff patches
-- Ole Streicher <olebole@debian.org> Thu, 06 Dec 2018 17:13:07 +0100
python-asdf (2.2.1-1) unstable; urgency=medium
* Update key for Daniel D'Avella
* New upstream version 2.2.1. Rediff patches
-- Ole Streicher <olebole@debian.org> Tue, 20 Nov 2018 10:22:29 +0100
python-asdf (2.1.0-2) unstable; urgency=medium
* Remove loopback internet access test (Closes: #912255)
-- Ole Streicher <olebole@debian.org> Mon, 29 Oct 2018 17:47:13 +0100
python-asdf (2.1.0-1) unstable; urgency=medium
* Add new signing key of ddavella@stsci.edu
* New upstream version 2.1.0. Rediff patches
-- Ole Streicher <olebole@debian.org> Sat, 29 Sep 2018 13:41:58 +0200
python-asdf (2.0.3-1) unstable; urgency=low
* New upstream version 2.0.3. Rediff patches
* Push Standards-Version to 4.2.1. No changes needed.
-- Ole Streicher <olebole@debian.org> Mon, 10 Sep 2018 09:29:32 +0200
python-asdf (2.0.2-1) unstable; urgency=low
* New upstream version 2.0.2
* Push Standards-Version to 4.2.0. No changes needed.
* Emulate importlib.resources for Python <= 3.6
-- Ole Streicher <olebole@debian.org> Fri, 10 Aug 2018 17:38:14 +0200
python-asdf (2.0.1-1) unstable; urgency=low
* New upstream version 2.0.1
* Re-enable build time tests
-- Ole Streicher <olebole@debian.org> Tue, 29 May 2018 16:56:51 -0700
python-asdf (2.0.0-1) unstable; urgency=low
* New upstream version 2.0.0. Rediff patches (Closes: #895737)
* Drop Python 2 package
* Push Standards-Version to 4.1.4. No changes needed.
* Temporarily disable build time tests
-- Ole Streicher <olebole@debian.org> Sun, 22 Apr 2018 14:46:45 +0200
python-asdf (1.3.3-1) unstable; urgency=low
* New upstream version 1.3.3
* Verify orig signature
* Rediff patches
-- Ole Streicher <olebole@debian.org> Sat, 03 Mar 2018 21:23:24 +0100
python-asdf (1.3.1-2) unstable; urgency=medium
* Update VCS fields to use salsa.d.o
* Skip failing tests that require remote server (Closes: #887531)
* Push Standards-Version to 4.1.3. Change remaining URLs to https
-- Ole Streicher <olebole@debian.org> Mon, 12 Feb 2018 08:46:14 +0100
python-asdf (1.3.1-1) unstable; urgency=low
* New upstream version 1.3.1
* Rediff patches
-- Ole Streicher <olebole@debian.org> Wed, 08 Nov 2017 09:55:58 +0100
python-asdf (1.3.0-1) unstable; urgency=low
* New upstream version 1.3.0
* Rediff patches
* Push Standards-Version to 4.1.1. Change d/watch URL to https
* Reduce semantic-version version requirement
* Add semantic_version dependency
* Use Python3 to build sphinxdoc
* Fix permissions on example_schema.json
* Add github URL to patch
* Add libjs-mathjax dependency for -doc package
-- Ole Streicher <olebole@debian.org> Tue, 24 Oct 2017 15:36:49 -0300
python-asdf (1.2.1-3) unstable; urgency=medium
* Fix extension issue for sphinx 1.6.1 API change. Closes: #872708
* Push Standards-Version to 4.1.0. No changes required.
* Add Multi-Arch: foreign for -doc package
-- Ole Streicher <olebole@debian.org> Thu, 21 Sep 2017 18:38:21 +0200
python-asdf (1.2.1-2) unstable; urgency=medium
* Set exit value for CI tests
* Allow stderr in tests to ignore deprecation warnings
-- Ole Streicher <olebole@debian.org> Mon, 16 Jan 2017 09:00:24 +0100
python-asdf (1.2.1-1) unstable; urgency=low
* New upstream version 1.2.1
* Rediff patches
-- Ole Streicher <olebole@debian.org> Tue, 08 Nov 2016 08:42:32 +0100
python-asdf (1.1.0-3) unstable; urgency=medium
* Fix compatibility problem with astropy 1.2. Closes: #828172
-- Ole Streicher <olebole@debian.org> Mon, 04 Jul 2016 11:36:41 +0200
python-asdf (1.1.0-2) unstable; urgency=low
* Vcs-Git URL corrected
* Use ConfigParser module instead of the one embedded in
distutils.config.
* Update Standards-Version to 3.9.8. No changes needed
-- Ole Streicher <olebole@debian.org> Mon, 30 May 2016 15:44:47 +0200
python-asdf (1.1.0-1) unstable; urgency=low
* Initial release. (Closes: #813896)
-- Ole Streicher <olebole@debian.org> Thu, 03 Mar 2016 22:10:11 +0100
|