From c881080a9cda9607441d2e4ef8be16b5d4f4a0dbc6bd00c4868542751c512479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Mar 2020 08:37:11 +0000 Subject: [PATCH] - UPdate to 0.8.0: * Added pytest-filter-subpackage and pytest-cov as dependencies. [#29] * Dropped support for Python 2.7 and 3.5. [#29] * Require Hypothesis 5.1 or later. [#29] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-astropy?expand=0&rev=11 --- _service | 3 --- pytest-astropy-0.7.0.tar.gz | 3 --- pytest-astropy-0.8.0.tar.gz | 3 +++ python-pytest-astropy-rpmlintrc | 1 - python-pytest-astropy.changes | 8 ++++++++ python-pytest-astropy.spec | 18 +++++++++--------- 6 files changed, 20 insertions(+), 16 deletions(-) delete mode 100644 _service delete mode 100644 pytest-astropy-0.7.0.tar.gz create mode 100644 pytest-astropy-0.8.0.tar.gz delete mode 100644 python-pytest-astropy-rpmlintrc diff --git a/_service b/_service deleted file mode 100644 index 413b85c..0000000 --- a/_service +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/pytest-astropy-0.7.0.tar.gz b/pytest-astropy-0.7.0.tar.gz deleted file mode 100644 index b9d1905..0000000 --- a/pytest-astropy-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e383262b2f9c2ef456cdd612cb0c485430a6a2530e3d5662e8930702e0bdd44 -size 3751 diff --git a/pytest-astropy-0.8.0.tar.gz b/pytest-astropy-0.8.0.tar.gz new file mode 100644 index 0000000..a23ddac --- /dev/null +++ b/pytest-astropy-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619800eb2cbf64548fbea25268efe7c6f6ae206cb4825f34abd36f27bcf946a2 +size 4572 diff --git a/python-pytest-astropy-rpmlintrc b/python-pytest-astropy-rpmlintrc deleted file mode 100644 index 76d64f9..0000000 --- a/python-pytest-astropy-rpmlintrc +++ /dev/null @@ -1 +0,0 @@ -addFilter("no-dependency-on python-base .*") diff --git a/python-pytest-astropy.changes b/python-pytest-astropy.changes index c78c5fc..6e44ad9 100644 --- a/python-pytest-astropy.changes +++ b/python-pytest-astropy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 16 08:33:29 UTC 2020 - Tomáš Chvátal + +- UPdate to 0.8.0: + * Added pytest-filter-subpackage and pytest-cov as dependencies. [#29] + * Dropped support for Python 2.7 and 3.5. [#29] + * Require Hypothesis 5.1 or later. [#29] + ------------------------------------------------------------------- Wed Dec 18 21:29:00 UTC 2019 - Benjamin Greiner diff --git a/python-pytest-astropy.spec b/python-pytest-astropy.spec index ec631dc..0141e3b 100644 --- a/python-pytest-astropy.spec +++ b/python-pytest-astropy.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-astropy # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,26 +19,26 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-astropy -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Meta-package containing dependencies for testing License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/astropy/pytest-astropy Source: https://files.pythonhosted.org/packages/source/p/pytest-astropy/pytest-astropy-%{version}.tar.gz -Source99: python-pytest-astropy-rpmlintrc -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 30.3.0} +BuildRequires: %{python_module setuptools_scm} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-hypothesis -Requires: python-pytest >= 3.1.0 +Requires: python-hypothesis >= 5.1 +Requires: python-pytest >= 4.6 Requires: python-pytest-arraydiff >= 0.1 -Requires: python-pytest-astropy-header >= 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-filter-subpackage >= 0.1 Requires: python-pytest-openfiles >= 0.3.1 Requires: python-pytest-remotedata >= 0.3.1 BuildArch: noarch - %python_subpackages %description