Upgrade package to version 3.2.1
This commit is contained in:
parent
e146162509
commit
0802a41cd5
Binary file not shown.
BIN
fastnumbers-3.2.1.tar.gz
Normal file
BIN
fastnumbers-3.2.1.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-fastnumbers
|
Name: python-fastnumbers
|
||||||
Version: 3.1.0
|
Version: 3.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Super-fast and clean conversions to numbers.
|
Summary: Super-fast and clean conversions to numbers.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/SethMMorton/fastnumbers
|
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
|
%description
|
||||||
@ -21,7 +21,6 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description -n python3-fastnumbers
|
%description -n python3-fastnumbers
|
||||||
Fastnumbers is a module with the following three objectives
|
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.
|
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
|
%package help
|
||||||
Summary: Development documents and examples for fastnumbers
|
Summary: Development documents and examples for fastnumbers
|
||||||
Provides: python3-fastnumbers-doc
|
Provides: python3-fastnumbers-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
Fastnumbers is a module with the following three objectives
|
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.
|
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.
|
Provide drop-in replacements for the Python built-in int and float that on average are up to 2x faster.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n fastnumbers-3.1.0
|
%autosetup -n fastnumbers-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -79,5 +77,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 14 2021 Python_Bot <Python_Bot@openeuler.org> - 3.1.0-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user