Upgrade version to 2.0.4

This commit is contained in:
dingdingaaaaa 2022-12-07 09:58:09 +08:00
parent da0e74ebf6
commit 2610acbdf5
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pytest-metadata
Version: 1.11.0
Version: 2.0.4
Release: 1
Summary: pytest plugin for test session metadata
License: Mozilla Public License 2.0 (MPL 2.0)
URL: https://github.com/pytest-dev/pytest-metadata
Source0: https://files.pythonhosted.org/packages/5f/09/b7ab6eaf49f133eb06e9a5319c40e07227e4781ee0875eb015a8283c69f3/pytest-metadata-1.11.0.tar.gz
Source0: https://files.pythonhosted.org/packages/4e/57/e26bd9b5caba5bfdb6b2916fcc875018c1c6ee80b159aee7acb19f8a81f1/pytest_metadata-2.0.4.tar.gz
BuildArch: noarch
%description
pytest plugin for test session metadata
@ -32,7 +32,7 @@ pytest plugin for test session metadata
%prep
%autosetup -n pytest-metadata-1.11.0
%autosetup -n pytest_metadata-2.0.4
%build
%py3_build
@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Dec 07 2022 dingdingaaaaa <dingziwei@kylinos.cn> - 2.0.4-1
- Upgrade version to 2.0.4
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Package Spec generated