14
0
Commit Graph

3 Commits

Author SHA256 Message Date
Tomáš Chvátal
0ff2f21b8b Accepting request 702945 from home:jjolly:branches:devel:languages:python
- Update to 1.9
  + Substantially faster normalisation (and therefore instantiation)
    in Py3.5+.
  + // (floordiv) now follows the expected rounding behaviour when used
    with floats (by converting to float first), and is much faster for
    integer operations.
  + Fix return type of divmod(), where the first item should be an integer.
  + Further speed up mod and divmod operations.
- Update to 1.8
  + Faster mod and divmod calculation.
- Update to 1.7
  + Faster normalisation and fraction string parsing.
  + Add support for Python 3.7.
  + Built using Cython 0.29.
- Changed %check to use %pytest_arch

OBS-URL: https://build.opensuse.org/request/show/702945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=5
2019-05-14 18:56:45 +00:00
Todd R
3597de1543 Accepting request 617147 from home:TheBlackCat:branches:devel:languages:python
- Use more compatible py.test syntax.

OBS-URL: https://build.opensuse.org/request/show/617147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=3
2018-06-15 20:45:00 +00:00
Todd R
9f77e09141 Accepting request 609873 from devel:languages:python:misc
Fast fractions data type for rational numbers

OBS-URL: https://build.opensuse.org/request/show/609873
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=1
2018-05-16 17:36:41 +00:00