17
0

Accepting request 1303635 from home:glaubitz:branches:devel:languages:python

- Update to 1.22
  * A choice of different GCD implementations is available via ``quicktions.use_gcd_impl()``.
    The fastest one on the current machine is chosen at import time.
  * Built using Cython 3.1.3.
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1303635
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=31
This commit is contained in:
2025-09-10 11:51:10 +00:00
committed by Git OBS Bridge
parent 0f0fe71d79
commit a332edd70f
4 changed files with 14 additions and 5 deletions

View File

@@ -15,9 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-quicktions
Version: 1.21
Version: 1.22
Release: 0
Summary: Fast fractions data type for rational numbers
License: Python-2.0