!3 Package upgrade

From: @starlet-dx 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-06-29 07:43:21 +00:00 committed by Gitee
commit 456e3986e5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

BIN
nose2-0.11.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global srcname nose2 %global srcname nose2
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.9.2 Version: 0.11.0
Release: 2 Release: 1
Summary: Next generation of nicer testing for Python Summary: Next generation of nicer testing for Python
License: BSD-2-Clause License: BSD-2-Clause
URL: https://nose2.readthedocs.org URL: https://nose2.readthedocs.org
Source0: %pypi_source Source0: https://files.pythonhosted.org/packages/1f/24/d4d16329a7c58d342a0345bbcd1dc81321fb7a1de41dc3361a48f2381e0e/nose2-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -74,6 +74,9 @@ PYTHONPATH=`pwd` %{__python3} -m nose2.__main__ -v
%{_bindir}/nose2 %{_bindir}/nose2
%changelog %changelog
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partner.com> - 0.11.0-1
- Update to 0.11.0
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.9.2-2 * Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.9.2-2
- License compliance rectification - License compliance rectification