Accepting request 995144 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/995144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-remotedata?expand=0&rev=4
This commit is contained in:
2022-08-15 17:58:37 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e20c58d4b7c359c4975dc3c3d3d67be0905180d2368be0be3ae09b15a136cfc0
size 11583

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66920bf1c62928b079d0e611379111a0d49f10a9509ced54c8269514ccce6ee3
size 12718

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 11 10:42:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.3.3
* Various infrastructure and packaging updates.
- Includes a fix for warnings with distutils hijacked by
setuptools 60+
-------------------------------------------------------------------
Mon Jul 22 08:52:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-remotedata
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,24 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-pytest-remotedata
Version: 0.3.2
Version: 0.3.3
Release: 0
Summary: Pytest plugin for controlling remote data access
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/astropy/pytest-remotedata
Source: https://files.pythonhosted.org/packages/source/p/pytest-remotedata/pytest-remotedata-%{version}.tar.gz
BuildRequires: %{python_module pytest >= 3.1}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pytest >= 4.6}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 3.1
Requires: python-six
Requires: python-packaging
Requires: python-pytest >= 4.6
BuildArch: noarch
%python_subpackages