!23 Update package to version 1.0.0

From: @wubijie123 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2023-03-29 01:59:12 +00:00 committed by Gitee
commit 43e772350e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
pluggy-1.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%bcond_with test %bcond_with test
Name: python-pluggy Name: python-pluggy
Version: 0.13.1 Version: 1.0.0
Release: 2 Release: 1
Summary: plugin and hook calling mechanisms for python Summary: plugin and hook calling mechanisms for python
License: MIT License: MIT
URL: https://github.com/pytest-dev/pluggy URL: https://github.com/pytest-dev/pluggy
Source0: https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz Source0: https://files.pythonhosted.org/packages/a1/16/db2d7de3474b6e37cbb9c008965ee63835bba517e22cdb8c35b5116b5ce1/pluggy-1.0.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-importlib-metadata Requires: python3-importlib-metadata
@ -40,7 +40,7 @@ Provides: python3-pluggy-doc
%{_description} %{_description}
%prep %prep
%autosetup -n pluggy-0.13.1 %autosetup -n pluggy-%{version}
%build %build
%py3_build %py3_build
@ -85,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Wed Feb 15 2023 wubijie <wubijie@kylinos.cn> - 1.0.0-1
- Update package to version 1.0.0
* Sat Nov 27 2021 shixuantong <shixuantong@huawei> - 0.13.1-2 * Sat Nov 27 2021 shixuantong <shixuantong@huawei> - 0.13.1-2
- disable %check - disable %check