diff --git a/pytest-remotedata-0.3.2.tar.gz b/pytest-remotedata-0.3.2.tar.gz deleted file mode 100644 index 077d307..0000000 --- a/pytest-remotedata-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e20c58d4b7c359c4975dc3c3d3d67be0905180d2368be0be3ae09b15a136cfc0 -size 11583 diff --git a/pytest-remotedata-0.3.3.tar.gz b/pytest-remotedata-0.3.3.tar.gz new file mode 100644 index 0000000..b89f27f --- /dev/null +++ b/pytest-remotedata-0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66920bf1c62928b079d0e611379111a0d49f10a9509ced54c8269514ccce6ee3 +size 12718 diff --git a/python-pytest-remotedata.changes b/python-pytest-remotedata.changes index d3b7b4c..3c7dc88 100644 --- a/python-pytest-remotedata.changes +++ b/python-pytest-remotedata.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 11 10:42:42 UTC 2022 - Ben Greiner + +- 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 diff --git a/python-pytest-remotedata.spec b/python-pytest-remotedata.spec index 6b4b1b3..34bcee4 100644 --- a/python-pytest-remotedata.spec +++ b/python-pytest-remotedata.spec @@ -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