1
0

11 Commits

Author SHA256 Message Date
b6a842a690 Accepting request 1181278 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1181278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=12
2024-06-17 17:33:43 +00:00
6f3a151811 Accepting request 1161385 from devel:languages:python
- update to 1.17:
  * Math operations were sped up by inlined binary GCD
    calculation.

OBS-URL: https://build.opensuse.org/request/show/1161385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=11
2024-03-25 20:12:37 +00:00
881fbc3bd6 Accepting request 1140281 from devel:languages:python
- 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/request/show/1140281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=10
2024-01-21 22:10:15 +00:00
825dabad2e Accepting request 1132078 from devel:languages:python
- update to 1.15:
  * Add support for Python 3.12 by using Cython 3.0.2.

- use generic Cython dependency >= 3.0

OBS-URL: https://build.opensuse.org/request/show/1132078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=9
2023-12-08 21:33:24 +00:00
475de96f97 Accepting request 1103748 from devel:languages:python
- use generic Cython dependency >= 3.0

OBS-URL: https://build.opensuse.org/request/show/1103748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=8
2023-08-14 20:35:38 +00:00
91e63df77b Accepting request 1073017 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1073017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=7
2023-03-21 16:40:41 +00:00
06694bcb82 Accepting request 1066942 from devel:languages:python
- Skip python 3.11, it's not supported yet
  gh#scoder/quicktions#6

OBS-URL: https://build.opensuse.org/request/show/1066942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=6
2023-02-21 14:36:26 +00:00
264273c1d7 Accepting request 786785 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=5
2020-03-20 22:57:15 +00:00
1892780254 Accepting request 729803 from devel:languages:python
- Update to 1.10:
  * New method fraction.as_integer_ratio()
  * python 3.8 fixes

OBS-URL: https://build.opensuse.org/request/show/729803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=4
2019-09-11 08:35:56 +00:00
408da4fe9c Accepting request 702947 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/702947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=3
2019-05-22 10:19:39 +00:00
3b6000fc5a Accepting request 617148 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/617148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-quicktions?expand=0&rev=2
2018-06-19 10:03:25 +00:00

Diff Content Not Available