!2 Update version to 3.0.0

From: @yue-yuankun 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2024-03-04 12:34:24 +00:00 committed by Gitee
commit ebfcf30183
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
pytest-enabler-3.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -2,13 +2,13 @@
%global pypi_name pytest-enabler %global pypi_name pytest-enabler
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 2.2.0 Version: 3.0.0
Release: 1 Release: 1
Summary: Enable installed pytest plugins. Summary: Enable installed pytest plugins.
License: MIT License: MIT
URL: https://github.com/jaraco/pytest-enabler URL: https://github.com/jaraco/pytest-enabler
Source0: https://files.pythonhosted.org/packages/86/bb/e3c6b15208829a90172a39659bcc52077dbba1c1f23af9d777f66a0490fa/pytest-enabler-2.2.0.tar.gz Source0: https://github.com/jaraco/pytest-enabler/archive/refs/tags/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -53,5 +53,11 @@ rm -rf *.egg*
%{python3_sitelib}/pytest_enabler-*.dist-info/ %{python3_sitelib}/pytest_enabler-*.dist-info/
%changelog %changelog
* Mon Mar 04 2024 yueyuankun<yueyuankun@kylinos.cn> - 3.0.0-1
- Type:update
- ID:NA
- SUG:NA
- DESC:Update to version 3.0.0
* Thu Jul 6 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.2.0-1 * Thu Jul 6 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.2.0-1
- Initial packaging - Initial packaging