update version to 0.13.0
This commit is contained in:
parent
37ef368657
commit
7576e25b85
Binary file not shown.
BIN
nose2-0.13.0.tar.gz
Normal file
BIN
nose2-0.13.0.tar.gz
Normal file
Binary file not shown.
@ -1,17 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-nose2
|
Name: python-nose2
|
||||||
Version: 0.12.0
|
Version: 0.13.0
|
||||||
Release: 1
|
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://github.com/nose-devs/nose2
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python%{python3_pkgversion}-setuptools
|
|
||||||
Requires: python%{python3_pkgversion}-six >= 1.6
|
|
||||||
Requires: python%{python3_pkgversion}-cov-core >= 1.12
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nose2 is the next generation of nicer testing for Python, based on the plugins
|
nose2 is the next generation of nicer testing for Python, based on the plugins
|
||||||
branch of unittest2. nose2 aims to improve on nose by:
|
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
|
%package -n python3-nose2
|
||||||
Summary: Next generation of nicer testing for Python
|
Summary: Next generation of nicer testing for Python
|
||||||
Provides: python-nose2 = %{version}-%{release}
|
Provides: python-nose2 = %{version}-%{release}
|
||||||
Conflicts: python2-nose2 < 0.7.4-3
|
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
BuildRequires: python%{python3_pkgversion}-six
|
BuildRequires: python%{python3_pkgversion}-six
|
||||||
BuildRequires: python%{python3_pkgversion}-mock
|
BuildRequires: python%{python3_pkgversion}-mock
|
||||||
BuildRequires: python%{python3_pkgversion}-cov-core
|
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
|
%description -n python3-nose2
|
||||||
nose2 is the next generation of nicer testing for Python, based on the plugins
|
nose2 is the next generation of nicer testing for Python, based on the plugins
|
||||||
@ -103,6 +101,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 05 2023 wubijie <wubijie@kylinos.cn> - 0.13.0-1
|
||||||
|
- Update package to version 0.13.0
|
||||||
|
|
||||||
* Tue Nov 08 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.12.0-1
|
* Tue Nov 08 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.12.0-1
|
||||||
- Update package to version 0.12.0
|
- Update package to version 0.12.0
|
||||||
|
|
||||||
@ -114,4 +115,3 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
* Thu Jun 11 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.9.2-1
|
* Thu Jun 11 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.9.2-1
|
||||||
- build for openEuler
|
- build for openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user