diff --git a/fastnumbers-5.1.0.tar.gz b/fastnumbers-5.1.0.tar.gz deleted file mode 100644 index b6683eb67949409c09a30d02371359324896eca8..0000000000000000000000000000000000000000 Binary files a/fastnumbers-5.1.0.tar.gz and /dev/null differ diff --git a/fastnumbers-5.1.1.tar.gz b/fastnumbers-5.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..80755fef96a798296fedf448f4902fe656445c9b Binary files /dev/null and b/fastnumbers-5.1.1.tar.gz differ diff --git a/python-fastnumbers.spec b/python-fastnumbers.spec index 83ecf18751c8764bb5249bfd17f03653b16bf2f6..23fc221be42dc4bbddf598cd0957636060438253 100644 --- a/python-fastnumbers.spec +++ b/python-fastnumbers.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fastnumbers -Version: 5.1.0 +Version: 5.1.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/18/31/01a96ea9951192ff86b22a1ed8074980d0156420db1dd0086884a6ca6777/fastnumbers-5.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/75/bf/c69642300a98e8b61047fa17ee7c925a8e65a12e194e98dda7ec1eefaf4b/fastnumbers-5.1.1.tar.gz %description @@ -22,6 +22,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: g++ BuildRequires: gcc +BuildRequires: python3-setuptools_scm %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. @@ -78,6 +79,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 11 2025 zhang_wenyu - 5.1.1-1 +- Update package to version 5.1.1 + * Add support for Python 3.13 + * Remove support for Python 3.7 + * Mon Mar 11 2024 yueyuankun - 5.1.0-1 - Update package to version 5.1.0