diff --git a/pytest-astropy-header-0.2.1.tar.gz b/pytest-astropy-header-0.2.1.tar.gz deleted file mode 100644 index 8b0208a..0000000 --- a/pytest-astropy-header-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1c758070b8a3a06dcffee1a4c91662922160bc26b5f8f044346ce8440a4dfb8 -size 10224 diff --git a/pytest-astropy-header-0.2.2.tar.gz b/pytest-astropy-header-0.2.2.tar.gz new file mode 100644 index 0000000..c13ed55 --- /dev/null +++ b/pytest-astropy-header-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77891101c94b75a8ca305453b879b318ab6001b370df02be2c0b6d1bb322db10 +size 9914 diff --git a/python-pytest-astropy-header.changes b/python-pytest-astropy-header.changes index 200e18c..adabc37 100644 --- a/python-pytest-astropy-header.changes +++ b/python-pytest-astropy-header.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 27 17:23:49 UTC 2022 - Ben Greiner + +- Update to v0.2.2 + * The plugin is now aware of the ``run_slow`` and ``run_hugemem`` + options introduced in ``pytest-astropy`` version 0.10.0. [#48] + ------------------------------------------------------------------- Sun Mar 13 08:25:07 UTC 2022 - Ben Greiner diff --git a/python-pytest-astropy-header.spec b/python-pytest-astropy-header.spec index 24689eb..b882b82 100644 --- a/python-pytest-astropy-header.spec +++ b/python-pytest-astropy-header.spec @@ -25,10 +25,9 @@ %bcond_with test %endif %define modname pytest-astropy-header -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 + Name: python-%{modname}%{psuffix} -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: Pytest plugin to add diagnostic information to the header of the test output License: BSD-3-Clause @@ -46,6 +45,8 @@ BuildRequires: %{python_module astropy >= 4.0} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest >= 4.6} %endif +Provides: python-pytest_astropy_header = %{version}-%{release} +BuildArch: noarch %python_subpackages %description