Accepting request 942974 from home:bnavigator:branches:devel:languages:python:pytest

- Update to v0.2
  * Suppressed PytestAssertRewriteWarning. [#4]
  * Do not show astropy-helpers version in packages that don't use
    it. [#16]
  * Removed compatibility code for astropy < 4.0, and for
    astropy-helpers. [#32]
  * Removed astropy dependency. [#19, #34]
  * Bumped minimum supported Python version to 3.7 and various
    infrastructure updates. [#23, #39]
- Drop patches
  * pytest-astropy-header-pr16-no-helper-version.patch
  * pytest-astropy-header-pr29-nohelpers.patch

OBS-URL: https://build.opensuse.org/request/show/942974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-astropy-header?expand=0&rev=11
This commit is contained in:
2021-12-29 00:58:38 +00:00
committed by Git OBS Bridge
parent d56098be5a
commit 1a49631060
6 changed files with 31 additions and 238 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Dec 28 17:37:12 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to v0.2
* Suppressed PytestAssertRewriteWarning. [#4]
* Do not show astropy-helpers version in packages that don't use
it. [#16]
* Removed compatibility code for astropy < 4.0, and for
astropy-helpers. [#32]
* Removed astropy dependency. [#19, #34]
* Bumped minimum supported Python version to 3.7 and various
infrastructure updates. [#23, #39]
- Drop patches
* pytest-astropy-header-pr16-no-helper-version.patch
* pytest-astropy-header-pr29-nohelpers.patch
-------------------------------------------------------------------
Wed Dec 9 09:49:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>