forked from pool/python-pytest-astropy
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
b12b877dfc
commit
c881080a9c
3
_service
3
_service
@@ -1,3 +0,0 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
</services>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e383262b2f9c2ef456cdd612cb0c485430a6a2530e3d5662e8930702e0bdd44
|
||||
size 3751
|
||||
3
pytest-astropy-0.8.0.tar.gz
Normal file
3
pytest-astropy-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:619800eb2cbf64548fbea25268efe7c6f6ae206cb4825f34abd36f27bcf946a2
|
||||
size 4572
|
||||
@@ -1 +0,0 @@
|
||||
addFilter("no-dependency-on python-base .*")
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 08:33:29 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user