diff --git a/fastnumbers-3.1.0.tar.gz b/fastnumbers-3.1.0.tar.gz deleted file mode 100644 index 7a0230f0252651329a4a6cbda617f65deb9aec8e..0000000000000000000000000000000000000000 Binary files a/fastnumbers-3.1.0.tar.gz and /dev/null differ diff --git a/fastnumbers-3.2.1.tar.gz b/fastnumbers-3.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..53836823bdf2e94460c39da13b4d759ef410047c Binary files /dev/null and b/fastnumbers-3.2.1.tar.gz differ diff --git a/python-fastnumbers.spec b/python-fastnumbers.spec index ee31f72cc3623dafb7459506a7ca6b646acc539d..d099393a3a73ba007f2ed5307558983b43e92780 100644 --- a/python-fastnumbers.spec +++ b/python-fastnumbers.spec @@ -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 - 3.2.1-1 +- Upgrade package to version 3.2.1 + * Tue Sep 14 2021 Python_Bot - 3.1.0-1 - Package Init