diff --git a/nose2-0.11.0.tar.gz b/nose2-0.11.0.tar.gz new file mode 100644 index 0000000..0bb67bc Binary files /dev/null and b/nose2-0.11.0.tar.gz differ diff --git a/nose2-0.9.2.tar.gz b/nose2-0.9.2.tar.gz deleted file mode 100644 index 0b7e2d0..0000000 Binary files a/nose2-0.9.2.tar.gz and /dev/null differ diff --git a/python-nose2.spec b/python-nose2.spec index bc82d95..2ff2c49 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -1,13 +1,13 @@ %global srcname nose2 Name: python-%{srcname} -Version: 0.9.2 -Release: 2 +Version: 0.11.0 +Release: 1 Summary: Next generation of nicer testing for Python License: BSD-2-Clause URL: https://nose2.readthedocs.org -Source0: %pypi_source +Source0: https://files.pythonhosted.org/packages/1f/24/d4d16329a7c58d342a0345bbcd1dc81321fb7a1de41dc3361a48f2381e0e/nose2-%{version}.tar.gz BuildArch: noarch @@ -74,6 +74,9 @@ PYTHONPATH=`pwd` %{__python3} -m nose2.__main__ -v %{_bindir}/nose2 %changelog +* Wed Jun 29 2022 yaoxin - 0.11.0-1 +- Update to 0.11.0 + * Tue May 10 2022 xigaoxinyan - 0.9.2-2 - License compliance rectification