diff --git a/python-semver.spec b/python-semver.spec index 1623ffa..b6a800f 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-semver -Version: 2.10.2 -Release: 2 +Version: 2.13.0 +Release: 1 Summary: Python helper for Semantic Versioning (http://semver.org/) License: BSD-3-Clause URL: https://github.com/python-semver/python-semver -Source0: https://files.pythonhosted.org/packages/aa/e8/cb894f70a52887f001aff5f264f68272c21fa58268495aca17df396c161f/semver-2.10.2.tar.gz +Source0: https://files.pythonhosted.org/packages/31/a9/b61190916030ee9af83de342e101f192bbb436c59be20a4cb0cdb7256ece/semver-2.13.0.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-semver-doc %{summary} %prep -%autosetup -n semver-2.10.2 +%autosetup -n semver-%{version} %build %py3_build @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 25 2022 liqiuyu - 2.13.0-1 +- Upgrade package to version 2.13.0 + * Tue May 10 2022 houyingchao - 2.10.2-2 - License compliance rectification diff --git a/semver-2.10.2.tar.gz b/semver-2.10.2.tar.gz deleted file mode 100644 index 6299a9f..0000000 Binary files a/semver-2.10.2.tar.gz and /dev/null differ diff --git a/semver-2.13.0.tar.gz b/semver-2.13.0.tar.gz new file mode 100644 index 0000000..6659c96 Binary files /dev/null and b/semver-2.13.0.tar.gz differ