Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-quicktions for openSUSE:Factory checked in at 2023-03-21 17:40:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-quicktions (Old) and /work/SRC/openSUSE:Factory/.python-quicktions.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-quicktions" Tue Mar 21 17:40:41 2023 rev:7 rq:1073017 version:1.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-quicktions/python-quicktions.changes 2023-02-21 15:36:40.604505854 +0100 +++ /work/SRC/openSUSE:Factory/.python-quicktions.new.31432/python-quicktions.changes 2023-03-21 17:40:41.665591039 +0100 @@ -1,0 +2,30 @@ +Mon Mar 20 06:44:40 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Enable python 3.11 build again, now is supported +- Update to 1.14 + - Implement __format__ for Fraction, following python/cpython#100161 + - Implement Fraction.is_integer(), following python/cpython#100488 + - Fraction.limit_denominator() is faster, following + python/cpython#93730 + - Internal creation of result Fractions is about 10% faster if the + calculated numerator/denominator pair is already normalised, + following python/cpython#101780 + - Built using Cython 3.0.0b1. +- 1.13 + - Parsing very long numbers from a fraction string was very slow, + even slower than fractions.Fraction. The parser is now faster in + all cases (and still much faster for shorter numbers). + - Fraction did not implement __int__. + https://bugs.python.org/issue44547 +- 1.12 + - Faster and more space friendly pickling and unpickling. + https://bugs.python.org/issue44154 + - Algorithmically faster arithmetic for large denominators, although + slower for small fraction components. + https://bugs.python.org/issue43420 Original patch for CPython by + Sergey B. Kirpichev and Raymond Hettinger. + - Make sure bool(Fraction) always returns a bool. + https://bugs.python.org/issue39274 + - Built using Cython 3.0.0a10. + +------------------------------------------------------------------- Old: ---- quicktions-1.11.tar.gz New: ---- quicktions-1.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-quicktions.spec ++++++ --- /var/tmp/diff_new_pack.ZdlTFk/_old 2023-03-21 17:40:42.185593526 +0100 +++ /var/tmp/diff_new_pack.ZdlTFk/_new 2023-03-21 17:40:42.189593545 +0100 @@ -16,17 +16,15 @@ # -# Do not support python 3.11 yet, gh#scoder/quicktions#6 -%define skip_python311 1 Name: python-quicktions -Version: 1.11 +Version: 1.14 Release: 0 Summary: Fast fractions data type for rational numbers License: Python-2.0 Group: Development/Languages/Python URL: https://github.com/scoder/quicktions Source: https://files.pythonhosted.org/packages/source/q/quicktions/quicktions-%{version}.tar.gz -BuildRequires: %{python_module Cython} +BuildRequires: %{python_module Cython3} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes ++++++ quicktions-1.11.tar.gz -> quicktions-1.14.tar.gz ++++++ ++++ 66464 lines of diff (skipped)