Hello community,
here is the log from the commit of package python-fastnumbers for
openSUSE:Factory checked in at 2018-10-02 19:47:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastnumbers (Old)
and /work/SRC/openSUSE:Factory/.python-fastnumbers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastnumbers"
Tue Oct 2 19:47:20 2018 rev:3 rq:639320 version:2.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastnumbers/python-fastnumbers.changes
2018-07-31 16:01:36.495771516 +0200
+++
/work/SRC/openSUSE:Factory/.python-fastnumbers.new/python-fastnumbers.changes
2018-10-02 19:48:29.173764732 +0200
@@ -1,0 +2,21 @@
+Sun Sep 30 16:20:37 UTC 2018 - Arun Persaud <[email protected]>
+
+- update to version 2.1.1:
+ * Fix compile error on FreeBSD where fastnumbers’ “string.h”
+ shadowed the system “string.h”.
+ * Add a high-level description of the fastnumbers algorithm in the
+ documentation.
+
+- changes from version 2.1.0:
+ * Fix bug in converting unicode numbers on Python 3.7.
+ * Restructure code base, hopefully improving simplicity.
+ * Speedup of conversions of ASCII-like unicode in Python 3.
+ * Speedup of conversions for large integers and large floats -
+ fastnumbers should now be at least as fast as built-in functions.
+
+- changes from version 2.0.5:
+ * Fix bug in fast_real that resulted in an OverflowError when given
+ very large int-like floats.
+ * Source files are sorted before compilation.
+
+-------------------------------------------------------------------
Old:
----
fastnumbers-2.0.4.tar.gz
New:
----
fastnumbers-2.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fastnumbers.spec ++++++
--- /var/tmp/diff_new_pack.XozyZ3/_old 2018-10-02 19:48:30.821763021 +0200
+++ /var/tmp/diff_new_pack.XozyZ3/_new 2018-10-02 19:48:30.825763016 +0200
@@ -12,30 +12,29 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fastnumbers
-Version: 2.0.4
+Version: 2.1.1
Release: 0
Summary: Drop-in replacement for Python's int and float
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/SethMMorton/fastnumbers
-ExclusiveArch: %{ix86} x86_64
+URL: https://github.com/SethMMorton/fastnumbers
Source:
https://files.pythonhosted.org/packages/source/f/fastnumbers/fastnumbers-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+ExclusiveArch: %{ix86} x86_64
# SECTION test requirements
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pytest-faulthandler}
BuildRequires: %{python_module pytest}
# /SECTION
-
%python_subpackages
%description
++++++ fastnumbers-2.0.4.tar.gz -> fastnumbers-2.1.1.tar.gz ++++++
++++ 13429 lines of diff (skipped)