2020-02-21 10:44:04 +08:00
|
|
|
Name: python-incremental
|
2022-06-13 16:47:54 +08:00
|
|
|
Version: 21.3.0
|
|
|
|
|
Release: 1
|
2020-02-21 10:44:04 +08:00
|
|
|
Summary: A small library versions your Python projects
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://github.com/twisted/incremental
|
|
|
|
|
Source0: https://files.pythonhosted.org/packages/source/i/incremental/incremental-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
2020-10-29 10:41:53 +08:00
|
|
|
BuildRequires: python3-devel python3-setuptools
|
2020-02-21 10:44:04 +08:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Incremental is a small library that versions your Python projects.
|
|
|
|
|
|
|
|
|
|
%package -n python3-incremental
|
|
|
|
|
Summary: A small library versions your Python projects
|
|
|
|
|
%python_provide python3-incremental
|
|
|
|
|
|
|
|
|
|
%description -n python3-incremental
|
|
|
|
|
Incremental is a small library that versions your Python projects.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n incremental-%{version} -p1
|
|
|
|
|
rm -rf incremental.egg-info
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%files -n python3-incremental
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%doc README.rst
|
|
|
|
|
%{python3_sitelib}/incremental
|
2022-03-31 15:27:30 +08:00
|
|
|
%{python3_sitelib}/incremental-%{version}-py%{python3_version}.egg-info
|
2020-02-21 10:44:04 +08:00
|
|
|
|
|
|
|
|
%changelog
|
2022-06-13 16:47:54 +08:00
|
|
|
* Thu Jun 09 2022 SimpleUpdate Robot <tc@openeuler.org> - 21.3.0-1
|
|
|
|
|
- Upgrade to version 21.3.0
|
|
|
|
|
|
2022-03-31 15:27:30 +08:00
|
|
|
* Thu Mar 31 2022 yangping <yangping69@huawei.com> - 17.5.0-7
|
|
|
|
|
- Fix build error caused by py3.10+ wildcard
|
|
|
|
|
|
2020-10-29 10:41:53 +08:00
|
|
|
* Wed Oct 21 2020 leiju <leiju4@huawei.com> - 17.5.0-6
|
|
|
|
|
- remove python2 subpackage
|
|
|
|
|
|
2020-02-21 10:44:04 +08:00
|
|
|
* Fri Feb 21 2020 gulining<gulining1@huawei.com> - 17.5.0-5
|
|
|
|
|
- Package init.
|