diff --git a/python-semver.spec b/python-semver.spec index 313fc303f82da9fa0f0126a3b6ee70aede1df4c4..aec64126e4f8f7c7772ed6ab07f499fba053f377 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-semver -Version: 3.0.2 +Version: 3.0.4 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/41/6c/a536cc008f38fd83b3c1b98ce19ead13b746b5588c9a0cb9dd9f6ea434bc/semver-3.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz BuildArch: noarch @@ -49,6 +49,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Jun 26 2025 jinshuaiyu - 3.0.4-1 +- Update package to version 3.0.4 +- Fix re-enable Trove license identifier +- Fix source dist file + * Wed Nov 29 2023 jiangxinyu - 3.0.2-1 - Update package to version 3.0.2 diff --git a/semver-3.0.2.tar.gz b/semver-3.0.4.tar.gz similarity index 36% rename from semver-3.0.2.tar.gz rename to semver-3.0.4.tar.gz index 626c9e3dd9d1e3b15c8e7576abb868ca06d0a6dc..515c384fa6e6856fa927161f2a417b5d708edf81 100644 Binary files a/semver-3.0.2.tar.gz and b/semver-3.0.4.tar.gz differ