diff --git a/pytest-remotedata-0.3.2.tar.gz b/pytest-remotedata-0.3.2.tar.gz deleted file mode 100644 index a402ca0ad1f3237d18da0547ad3432d1943101a6..0000000000000000000000000000000000000000 Binary files a/pytest-remotedata-0.3.2.tar.gz and /dev/null differ diff --git a/pytest-remotedata-0.3.3.tar.gz b/pytest-remotedata-0.3.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9f41ab781e79e8d97d886f7f70070b3e3164b98d Binary files /dev/null and b/pytest-remotedata-0.3.3.tar.gz differ diff --git a/python-pytest-remotedata.spec b/python-pytest-remotedata.spec index b5542e760bea2a7ca56977a03ab5417460d4233e..f66b6f1a9eb6d53d24ebd16b0836fe7cf7582176 100644 --- a/python-pytest-remotedata.spec +++ b/python-pytest-remotedata.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-remotedata -Version: 0.3.2 -Release: 2 +Version: 0.3.3 +Release: 1 Summary: Pytest plugin for controlling remote data access. License: BSD-3-Clause URL: https://astropy.org -Source0: https://files.pythonhosted.org/packages/54/6c/cd637f54a05139b4e64825230352e6fa4149b4c3116246a7c6f5368d72cb/pytest-remotedata-0.3.2.tar.gz +Source0: https://files.pythonhosted.org/packages/a2/76/a09bc381bb3d31de97a684c9e680a74d03c2a30997c59fc2966409259003/pytest-remotedata-0.3.3.tar.gz BuildArch: noarch Requires: python3-six @@ -18,7 +18,7 @@ This package provides a plugin for the pytest framework that allows developers t Summary: Pytest plugin for controlling remote data access. Provides: python-pytest-remotedata BuildRequires: python3-devel -BuildRequires: python3-setuptools +BuildRequires: python3-setuptools >= 30.3.0 python3-setuptools_scm python3-wheel %description -n python3-pytest-remotedata This package provides a plugin for the pytest framework that allows developers to control unit tests that require access to data from the internet.It was originally part of the astropy core package,but has been moved to a separate package in order to be of more general use. @@ -29,7 +29,7 @@ Provides: python3-pytest-remotedata-doc Development documents and examples for pytest-remotedata %prep -%autosetup -n pytest-remotedata-0.3.2 +%autosetup -n pytest-remotedata-%{version} %build %py3_build @@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 11 2022 wangjunqi - 0.3.3-1 +- Update version to 0.3.3 + * Wed May 11 2022 xigaoxinyan -0.3.2-2 - License compliance rectification