Hello community,
here is the log from the commit of package python-fastnumbers for
openSUSE:Factory checked in at 2018-07-31 16:01:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastnumbers (Old)
and /work/SRC/openSUSE:Factory/.python-fastnumbers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastnumbers"
Tue Jul 31 16:01:36 2018 rev:2 rq:626403 version:2.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastnumbers/python-fastnumbers.changes
2018-06-02 12:04:27.160924659 +0200
+++
/work/SRC/openSUSE:Factory/.python-fastnumbers.new/python-fastnumbers.changes
2018-07-31 16:01:36.495771516 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 12:49:55 UTC 2018 - [email protected]
+
+- Update description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fastnumbers.spec ++++++
--- /var/tmp/diff_new_pack.QbK9SF/_old 2018-07-31 16:01:36.995772367 +0200
+++ /var/tmp/diff_new_pack.QbK9SF/_new 2018-07-31 16:01:36.999772373 +0200
@@ -13,16 +13,17 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fastnumbers
Version: 2.0.4
Release: 0
+Summary: Drop-in replacement for Python's int and float
License: MIT
-Summary: Fast conversions to numbers
-Url: https://github.com/SethMMorton/fastnumbers
Group: Development/Languages/Python
+Url: https://github.com/SethMMorton/fastnumbers
ExclusiveArch: %{ix86} x86_64
Source:
https://files.pythonhosted.org/packages/source/f/fastnumbers/fastnumbers-%{version}.tar.gz
BuildRequires: %{python_module devel}
@@ -31,14 +32,23 @@
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module hypothesis}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-faulthandler}
+BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
%description
-Super-fast and clean conversions to numbers.
+fastnumbers is a Python module with three objectives:
+
+1. To provide drop-in replacements for the Python built-in `int` and
+ `float` that, on average, are around 2x faster. These functions
+ should behave identically to the Python built-ins except for a few
+ specific corner-cases as mentioned in the API documentation.
+2. To provide a set of convenience functions that wrap the above int
+ and float replacements and provide error handling.
+3. To provide a set of functions that can be used to identify whether
+ an input could be converted to int or float.
%prep
%setup -q -n fastnumbers-%{version}