Compare commits

..

No commits in common. "eb8e76a3cb57d7863806649db2e6454aed29f50e" and "bb3b05e374b7386721c630d4fd8d6a90dc20f299" have entirely different histories.

4 changed files with 4 additions and 24 deletions

View File

@ -1,12 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-semver
Version: 3.0.1
Release: 1
Version: 2.10.2
Release: 2
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/9f/93/b7389cdd7e573e70cfbeb4b0bbe101af1050a6681342f5d2bc6f1bf2d150/semver-3.0.1.tar.gz
Source1: setup.py
Source0: https://files.pythonhosted.org/packages/aa/e8/cb894f70a52887f001aff5f264f68272c21fa58268495aca17df396c161f/semver-2.10.2.tar.gz
BuildArch: noarch
@ -28,8 +27,7 @@ Provides: python3-semver-doc
%{summary}
%prep
%autosetup -n semver-%{version}
cp %{SOURCE1} ./
%autosetup -n semver-2.10.2
%build
%py3_build
@ -69,15 +67,6 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Update package to version 3.0.0
* Tue Oct 25 2022 liqiuyu <liqiuyu@kylinos.cn> - 2.13.0-1
- Upgrade package to version 2.13.0
* Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 2.10.2-2
- License compliance rectification

BIN
semver-2.10.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +0,0 @@
#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup(
name = "semver", # name
version = "3.0.0", # version
)