diff --git a/python-semantic_version.spec b/python-semantic_version.spec index 3cc3fb0..e92e1c6 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-semantic_version -Version: 2.8.5 -Release: 2 +Version: 2.10.0 +Release: 1 Summary: Plugin for implementing the semantic version License: BSD-2-Clause 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 %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 Provides: python-semantic_version # Base build requires -BuildRequires: python3-devel +BuildRequires: python3-devel python3-pytest BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip @@ -68,7 +68,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +/usr/bin/pytest %files -n python3-semantic_version -f filelist.lst %dir %{python3_sitelib}/* @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 10 2023 liyanan - 2.10.0-1 +- Upgrade package to version 2.10.0 + * Fri Jun 17 2022 liukuo - 2.8.5-2 - License compliance rectification diff --git a/semantic_version-2.10.0.tar.gz b/semantic_version-2.10.0.tar.gz new file mode 100644 index 0000000..f4a5536 Binary files /dev/null and b/semantic_version-2.10.0.tar.gz differ diff --git a/semantic_version-2.8.5.tar.gz b/semantic_version-2.8.5.tar.gz deleted file mode 100644 index 9f58cf1..0000000 Binary files a/semantic_version-2.8.5.tar.gz and /dev/null differ