Upgrade package to version 2.10.0

This commit is contained in:
lyn1001 2023-04-10 11:10:38 +08:00
parent bbceef6d27
commit ee82f00513
3 changed files with 8 additions and 5 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-semantic_version Name: python-semantic_version
Version: 2.8.5 Version: 2.10.0
Release: 2 Release: 1
Summary: Plugin for implementing the semantic version Summary: Plugin for implementing the semantic version
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/rbarrois/python-semanticversion URL: https://github.com/rbarrois/python-semanticversion
Source0: https://files.pythonhosted.org/packages/d4/52/3be868c7ed1f408cb822bc92ce17ffe4e97d11c42caafce0589f05844dd0/semantic_version-2.8.5.tar.gz Source0: https://files.pythonhosted.org/packages/7d/31/f2289ce78b9b473d582568c234e104d2a342fd658cc288a7553d83bb8595/semantic_version-2.10.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -15,7 +15,7 @@ This small python library provides a few tools to handle semantic versioning in
Summary: Plugin for implementing the semantic version Summary: Plugin for implementing the semantic version
Provides: python-semantic_version Provides: python-semantic_version
# Base build requires # Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel python3-pytest
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
@ -68,7 +68,7 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check %check
%{__python3} setup.py test /usr/bin/pytest
%files -n python3-semantic_version -f filelist.lst %files -n python3-semantic_version -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Apr 10 2023 liyanan <thistleslyn@163.com> - 2.10.0-1
- Upgrade package to version 2.10.0
* Fri Jun 17 2022 liukuo <liukuo@kylinos.cn> - 2.8.5-2 * Fri Jun 17 2022 liukuo <liukuo@kylinos.cn> - 2.8.5-2
- License compliance rectification - License compliance rectification

Binary file not shown.

Binary file not shown.