forked from pool/python-pytest-astropy
- Update to 0.5.0:
* Just updates in metadata OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-astropy?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
606917418a
commit
4999cc2dde
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eacabc025b22459bd1db7313ba8e4236918b46cba241e49b2245c8ec69a267b
|
||||
size 3642
|
||||
3
pytest-astropy-0.5.0.tar.gz
Normal file
3
pytest-astropy-0.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f28fb81dcdfa745f423b8f6d0303d97357d775b4128bcc2b3668f1602fd5a0b
|
||||
size 3672
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 09:55:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.5.0:
|
||||
* Just updates in metadata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 20:03:17 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-astropy
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,35 +12,28 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-astropy
|
||||
Version: 0.4.0
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Meta-package containing dependencies for testing
|
||||
Url: https://github.com/astropy/pytest-astropy
|
||||
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 devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest >= 3.1.0}
|
||||
BuildRequires: %{python_module pytest-arraydiff >= 0.1}
|
||||
BuildRequires: %{python_module pytest-doctestplus >= 0.1.3}
|
||||
BuildRequires: %{python_module pytest-openfiles >= 0.3.0}
|
||||
BuildRequires: %{python_module pytest-remotedata >= 0.3.0}
|
||||
# /SECTION
|
||||
Requires: python-pytest >= 3.1.0
|
||||
Requires: python-pytest-arraydiff >= 0.1
|
||||
Requires: python-pytest-doctestplus >= 0.1.3
|
||||
Requires: python-pytest-openfiles >= 0.3.0
|
||||
Requires: python-pytest-remotedata >= 0.3.0
|
||||
Requires: python-pytest-doctestplus >= 0.2.0
|
||||
Requires: python-pytest-openfiles >= 0.3.1
|
||||
Requires: python-pytest-remotedata >= 0.3.1
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user