Update package to version 22.10.0

This commit is contained in:
jxy_git 2022-12-06 14:27:20 +08:00
parent 96c5bd990a
commit 95eaa8c967
3 changed files with 7 additions and 5 deletions

Binary file not shown.

BIN
Automat-22.10.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-Automat Name: python-Automat
Version: 20.2.0 Version: 22.10.0
Release: 1 Release: 1
Summary: Self-service finite-state machines for the programmer on the go. Summary: Self-service finite-state machines for the programmer on the go.
License: MIT License: MIT
URL: https://github.com/glyph/Automat URL: https://github.com/glyph/Automat
Source0: https://files.pythonhosted.org/packages/80/c5/82c63bad570f4ef745cc5c2f0713c8eddcd07153b4bee7f72a8dc9f9384b/Automat-20.2.0.tar.gz Source0: https://files.pythonhosted.org/packages/7a/7b/9c3d26d8a0416eefbc0428f168241b32657ca260fb7ef507596ff5c2f6c4/Automat-22.10.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-attrs Requires: python3-attrs
@ -20,10 +20,9 @@ It provides a self-service finite-state machines for the programmer on the go.
%package -n python3-Automat %package -n python3-Automat
Summary: Self-service finite-state machines for the programmer on the go. Summary: Self-service finite-state machines for the programmer on the go.
Provides: python-Automat Provides: python-Automat = %{version}-%{release}
BuildRequires: python3-devel python3-pip python3-m2r BuildRequires: python3-devel python3-pip python3-m2r
BuildRequires: python3-setuptools python3-setuptools_scm BuildRequires: python3-setuptools python3-setuptools_scm
%description -n python3-Automat %description -n python3-Automat
python-Automat is a library for concise, idiomatic Python expression of finite-state automat python-Automat is a library for concise, idiomatic Python expression of finite-state automat
It provides a self-service finite-state machines for the programmer on the go. It provides a self-service finite-state machines for the programmer on the go.
@ -36,7 +35,7 @@ python-Automat is a library for concise, idiomatic Python expression of finite-s
It provides a self-service finite-state machines for the programmer on the go. It provides a self-service finite-state machines for the programmer on the go.
%prep %prep
%autosetup -n Automat-20.2.0 %autosetup -n Automat-%{version}
%build %build
%py3_build %py3_build
@ -76,6 +75,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 22.10.0-1
- Update package to version 22.10.0
* Fri Dec 4 2020 maminjie <maminje1@huawei.com> - 20.2.0-1 * Fri Dec 4 2020 maminjie <maminje1@huawei.com> - 20.2.0-1
- Update to 20.2.0-1 - Update to 20.2.0-1