14
0

- update to 1.16:

* Formatting support was improved, following CPython 3.13a3 as
    of https://github.com/python/cpython/pull/111320
  * Add support for Python 3.13 by using Cython 3.0.8 and calling
    math.gcd().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=20
This commit is contained in:
2024-01-21 11:21:54 +00:00
committed by Git OBS Bridge
parent 3ff56a95b4
commit 3b8fb9e64a
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-quicktions
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-quicktions
Version: 1.15
Version: 1.16
Release: 0
Summary: Fast fractions data type for rational numbers
License: Python-2.0