14
0

- Update to 1.10:

* New method fraction.as_integer_ratio()
  * python 3.8 fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-09-10 10:59:37 +00:00
committed by Git OBS Bridge
parent 0ff2f21b8b
commit 9ee621e1f3
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 10 10:58:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.10:
* New method fraction.as_integer_ratio()
* python 3.8 fixes
-------------------------------------------------------------------
Tue May 14 18:27:23 UTC 2019 - John Jolly <jjolly@suse.com>

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-quicktions
Version: 1.9
Version: 1.10
Release: 0
Summary: Fast fractions data type for rational numbers
License: Python-2.0
Group: Development/Languages/Python
Url: https://github.com/scoder/quicktions
URL: https://github.com/scoder/quicktions
Source: https://files.pythonhosted.org/packages/source/q/quicktions/quicktions-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
@@ -33,7 +33,6 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
%description

3
quicktions-1.10.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b2d3bdb1db6741bc51ce1db9a659d91c5297420b91a62009c82c974a365c0ee
size 222831

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef0c10dc4a89b9885d7f805a700fbfc129b9583658a9444f8c2c560290b29bd0
size 218674