!5 update package to version 3.0.1

From: @S--Sh 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-07-10 08:18:30 +00:00 committed by Gitee
commit a17ea2721b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-semver Name: python-semver
Version: 3.0.0 Version: 3.0.1
Release: 1 Release: 1
Summary: Python helper for Semantic Versioning (http://semver.org/) Summary: Python helper for Semantic Versioning (http://semver.org/)
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/python-semver/python-semver URL: https://github.com/python-semver/python-semver
Source0: https://files.pythonhosted.org/packages/9f/93/b7389cdd7e573e70cfbeb4b0bbe101af1050a6681342f5d2bc6f1bf2d150/semver-3.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/9f/93/b7389cdd7e573e70cfbeb4b0bbe101af1050a6681342f5d2bc6f1bf2d150/semver-3.0.1.tar.gz
Source1: setup.py Source1: setup.py
BuildArch: noarch BuildArch: noarch
@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jul 10 2023 sunhui <sunhui@kylinos.cn> - 3.0.1-1
- Update package to version 3.0.1
* Tue Apr 4 2023 wubijie <wubijie@kylinos.cn> - 3.0.0-1 * Tue Apr 4 2023 wubijie <wubijie@kylinos.cn> - 3.0.0-1
- Update package to version 3.0.0 - Update package to version 3.0.0