diff --git a/Automat-20.2.0.tar.gz b/Automat-20.2.0.tar.gz deleted file mode 100644 index 4b39472..0000000 Binary files a/Automat-20.2.0.tar.gz and /dev/null differ diff --git a/Automat-22.10.0.tar.gz b/Automat-22.10.0.tar.gz new file mode 100644 index 0000000..2050005 Binary files /dev/null and b/Automat-22.10.0.tar.gz differ diff --git a/python-Automat.spec b/python-Automat.spec index 2ca4244..f855573 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -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 - 22.10.0-1 +- Update package to version 22.10.0 + * Fri Dec 4 2020 maminjie - 20.2.0-1 - Update to 20.2.0-1