From a62c36b96675f548200fe2a6b83509e6f415e57141026e2e9d9ef7f663cfbc8d Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 19 Oct 2021 18:31:23 +0000 Subject: [PATCH] Accepting request 925840 from home:bnavigator:branches:devel:languages:python:pytest - Update to 0.9: * Added ``pytest-mock`` as dependency. [#31] * Require ``pytest-cov`` 2.3.1 or later. [#41] * Require ``pytest-doctestplus`` 0.11.0 or later. [#43] * Dropped support for Python 3.6. [#43] OBS-URL: https://build.opensuse.org/request/show/925840 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-astropy?expand=0&rev=15 --- pytest-astropy-0.8.0.tar.gz | 3 --- pytest-astropy-0.9.0.tar.gz | 3 +++ python-pytest-astropy.changes | 9 +++++++++ python-pytest-astropy.spec | 10 ++++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 pytest-astropy-0.8.0.tar.gz create mode 100644 pytest-astropy-0.9.0.tar.gz diff --git a/pytest-astropy-0.8.0.tar.gz b/pytest-astropy-0.8.0.tar.gz deleted file mode 100644 index a23ddac..0000000 --- a/pytest-astropy-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:619800eb2cbf64548fbea25268efe7c6f6ae206cb4825f34abd36f27bcf946a2 -size 4572 diff --git a/pytest-astropy-0.9.0.tar.gz b/pytest-astropy-0.9.0.tar.gz new file mode 100644 index 0000000..d3cc1c0 --- /dev/null +++ b/pytest-astropy-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdac1b2a5460f37477a329712c3a5d4af4ddf876b064731995663621be4308b +size 5169 diff --git a/python-pytest-astropy.changes b/python-pytest-astropy.changes index 4929074..eb79063 100644 --- a/python-pytest-astropy.changes +++ b/python-pytest-astropy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Oct 17 13:13:41 UTC 2021 - Ben Greiner + +- Update to 0.9: + * Added ``pytest-mock`` as dependency. [#31] + * Require ``pytest-cov`` 2.3.1 or later. [#41] + * Require ``pytest-doctestplus`` 0.11.0 or later. [#43] + * Dropped support for Python 3.6. [#43] + ------------------------------------------------------------------- Fri May 28 02:38:48 UTC 2021 - Steve Kowalik diff --git a/python-pytest-astropy.spec b/python-pytest-astropy.spec index ef01e66..a222595 100644 --- a/python-pytest-astropy.spec +++ b/python-pytest-astropy.spec @@ -20,23 +20,25 @@ %define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-astropy -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Meta-package containing dependencies for testing License: BSD-3-Clause URL: https://github.com/astropy/pytest-astropy Source: https://files.pythonhosted.org/packages/source/p/pytest-astropy/pytest-astropy-%{version}.tar.gz -BuildRequires: %{python_module setuptools >= 30.3.0} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-attrs >= 19.2.0 Requires: python-hypothesis >= 5.1 Requires: python-pytest >= 4.6 Requires: python-pytest-arraydiff >= 0.1 Requires: python-pytest-astropy-header >= 0.1.2 -Requires: python-pytest-cov >= 2.0 -Requires: python-pytest-doctestplus >= 0.2.0 +Requires: python-pytest-cov >= 2.3.1 +Requires: python-pytest-doctestplus >= 0.11.0 Requires: python-pytest-filter-subpackage >= 0.1 +Requires: python-pytest-mock >= 2.0 Requires: python-pytest-openfiles >= 0.3.1 Requires: python-pytest-remotedata >= 0.3.1 BuildArch: noarch