!3 Upgrade package to version 3.2.1

From: @Gzx1999 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-20 10:07:13 +00:00 committed by Gitee
commit 796296ee39
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 5 deletions

Binary file not shown.

BIN
fastnumbers-3.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-fastnumbers
Version: 3.1.0
Version: 3.2.1
Release: 1
Summary: Super-fast and clean conversions to numbers.
License: MIT
URL: https://github.com/SethMMorton/fastnumbers
Source0: https://files.pythonhosted.org/packages/c9/8c/eb150c91beabdf4ac44d1aec8237709ca1593c615f6cd677914d4c3a2bdb/fastnumbers-3.1.0.tar.gz
Source0: https://files.pythonhosted.org/packages/06/a2/aa83d263e73d58ed6f7117870c70a335c5e32932fb15fb9a525fbf7f547a/fastnumbers-3.2.1.tar.gz
%description
@ -21,7 +21,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
%description -n python3-fastnumbers
Fastnumbers is a module with the following three objectives
Provide a set of convenience functions that wrap the above int and float replacements and provides easy, concise, powerful, fast and flexible error handling.
@ -31,7 +30,6 @@ Provide drop-in replacements for the Python built-in int and float that on avera
%package help
Summary: Development documents and examples for fastnumbers
Provides: python3-fastnumbers-doc
%description help
Fastnumbers is a module with the following three objectives
Provide a set of convenience functions that wrap the above int and float replacements and provides easy, concise, powerful, fast and flexible error handling.
@ -39,7 +37,7 @@ Provide a set of functions that can be used to rapidly identify if an input coul
Provide drop-in replacements for the Python built-in int and float that on average are up to 2x faster.
%prep
%autosetup -n fastnumbers-3.1.0
%autosetup -n fastnumbers-%{version}
%build
%py3_build
@ -79,5 +77,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Oct 19 2022 guozhengxin <guozhengxin@kylinos.cn> - 3.2.1-1
- Upgrade package to version 3.2.1
* Tue Sep 14 2021 Python_Bot <Python_Bot@openeuler.org> - 3.1.0-1
- Package Init