!4 Update package to version 22.10.0
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
1281b567c1
Binary file not shown.
BIN
Automat-22.10.0.tar.gz
Normal file
BIN
Automat-22.10.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-Automat
|
||||
Version: 20.2.0
|
||||
Version: 22.10.0
|
||||
Release: 1
|
||||
Summary: Self-service finite-state machines for the programmer on the go.
|
||||
License: MIT
|
||||
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
|
||||
|
||||
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
|
||||
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-setuptools python3-setuptools_scm
|
||||
|
||||
%description -n python3-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.
|
||||
@ -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.
|
||||
|
||||
%prep
|
||||
%autosetup -n Automat-20.2.0
|
||||
%autosetup -n Automat-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -76,6 +75,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update to 20.2.0-1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user