From a332edd70fb53620d385e21f737d0cb211528608cd8dab0eb7ea3ac7b106103b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 10 Sep 2025 11:51:10 +0000 Subject: [PATCH] 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 --- python-quicktions.changes | 9 +++++++++ python-quicktions.spec | 4 ++-- quicktions-1.21.tar.gz | 3 --- quicktions-1.22.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 quicktions-1.21.tar.gz create mode 100644 quicktions-1.22.tar.gz diff --git a/python-quicktions.changes b/python-quicktions.changes index ad22f1f..3b738b2 100644 --- a/python-quicktions.changes +++ b/python-quicktions.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 10 11:16:10 UTC 2025 - John Paul Adrian Glaubitz + +- 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 + ------------------------------------------------------------------- Mon Jul 21 03:57:17 UTC 2025 - Steve Kowalik diff --git a/python-quicktions.spec b/python-quicktions.spec index c84f14f..a4ef409 100644 --- a/python-quicktions.spec +++ b/python-quicktions.spec @@ -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 diff --git a/quicktions-1.21.tar.gz b/quicktions-1.21.tar.gz deleted file mode 100644 index 9e5e8ec..0000000 --- a/quicktions-1.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31a80d161eaf0b0829677ce6010073f8364ad17f926874de4a3cbb18c1975239 -size 384614 diff --git a/quicktions-1.22.tar.gz b/quicktions-1.22.tar.gz new file mode 100644 index 0000000..4986d74 --- /dev/null +++ b/quicktions-1.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207d74b05d5ae166d184a51807dbe667303e408118ffb28f7fcd016792664e58 +size 398517