diff --git a/nose2-0.12.0.tar.gz b/nose2-0.12.0.tar.gz deleted file mode 100644 index 3f29036..0000000 Binary files a/nose2-0.12.0.tar.gz and /dev/null differ diff --git a/nose2-0.13.0.tar.gz b/nose2-0.13.0.tar.gz new file mode 100644 index 0000000..7c5f93d Binary files /dev/null and b/nose2-0.13.0.tar.gz differ diff --git a/python-nose2.spec b/python-nose2.spec index 7d494d6..8ddb41a 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -1,17 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-nose2 -Version: 0.12.0 +Version: 0.13.0 Release: 1 Summary: Next generation of nicer testing for Python License: BSD-2-Clause URL: https://github.com/nose-devs/nose2 -Source0: https://files.pythonhosted.org/packages/6e/0e/7c8c0ddf8a8adf1f2af273a25867c6edd479ca1ee59d5fa6edc70ec249b3/nose2-0.12.0.tar.gz +Source0: https://files.pythonhosted.org/packages/07/9b/c2d9fc1a7e143a3f84feeff8373cecc3a0122fe2bf2486486c9557a77ba8/nose2-0.13.0.tar.gz BuildArch: noarch -Requires: python%{python3_pkgversion}-setuptools -Requires: python%{python3_pkgversion}-six >= 1.6 -Requires: python%{python3_pkgversion}-cov-core >= 1.12 - %description nose2 is the next generation of nicer testing for Python, based on the plugins branch of unittest2. nose2 aims to improve on nose by: @@ -27,12 +23,14 @@ nose2. See the documentation for a thorough rundown. %package -n python3-nose2 Summary: Next generation of nicer testing for Python Provides: python-nose2 = %{version}-%{release} -Conflicts: python2-nose2 < 0.7.4-3 BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-mock BuildRequires: python%{python3_pkgversion}-cov-core +Requires: python%{python3_pkgversion}-setuptools +Requires: python%{python3_pkgversion}-six >= 1.6 +Requires: python%{python3_pkgversion}-cov-core >= 1.12 %description -n python3-nose2 nose2 is the next generation of nicer testing for Python, based on the plugins @@ -103,6 +101,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 05 2023 wubijie - 0.13.0-1 +- Update package to version 0.13.0 + * Tue Nov 08 2022 wangjunqi - 0.12.0-1 - Update package to version 0.12.0 @@ -114,4 +115,3 @@ mv %{buildroot}/doclist.lst . * Thu Jun 11 2020 Dillon Chen - 0.9.2-1 - build for openEuler -