diff --git a/pytest-remotedata-0.4.0.tar.gz b/pytest-remotedata-0.4.0.tar.gz deleted file mode 100644 index b308f423fab3a92f3d623073f94ea9996e5de416..0000000000000000000000000000000000000000 Binary files a/pytest-remotedata-0.4.0.tar.gz and /dev/null differ diff --git a/pytest-remotedata-0.4.1.tar.gz b/pytest-remotedata-0.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..95bd6e0cfc1d240eff5c7ce768dea887656ec71b Binary files /dev/null and b/pytest-remotedata-0.4.1.tar.gz differ diff --git a/python-pytest-remotedata.spec b/python-pytest-remotedata.spec index aa7dca4cd2d4b5c5f405b60dcac9ba8b4f25d62b..6e5229533def6b87fc9c17342f5fd2496a5b2ae3 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.4.0 +Version: 0.4.1 Release: 1 Summary: Pytest plugin for controlling remote data access. License: BSD-3-Clause URL: https://astropy.org -Source0: https://files.pythonhosted.org/packages/22/46/600faccd1134bcabcfeacd63a76d2d89ea6e3c9310a61c5740ca96686586/pytest-remotedata-0.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/ff/b7/e39d14f37df7303fd6643db638db0e7722a8d168212d6deb36244f844b68/pytest-remotedata-0.4.1.tar.gz BuildArch: noarch Requires: python3-six @@ -16,9 +16,11 @@ This package provides a plugin for the pytest framework that allows developers t %package -n python3-pytest-remotedata Summary: Pytest plugin for controlling remote data access. -Provides: python-pytest-remotedata +Provides: python-pytest-remotedata = %{version}-%{release} BuildRequires: python3-devel -BuildRequires: python3-setuptools >= 30.3.0 python3-setuptools_scm python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: 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. @@ -69,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Mar 11 2024 jiangxinyu - 0.4.1-1 +- Update package to version 0.4.1 + * Wed Dec 14 2022 wenzhiwei - 0.4.0-1 - update to 0.4.0