From 1e5485dc9ca3b54155f5c0faed77b3141cc3216db965718ee8eb41668534d6f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 10:59:37 +0000 Subject: [PATCH] - 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 --- python-quicktions.changes | 7 +++++++ python-quicktions.spec | 5 ++--- quicktions-1.10.tar.gz | 3 +++ quicktions-1.9.tar.gz | 3 --- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 quicktions-1.10.tar.gz delete mode 100644 quicktions-1.9.tar.gz diff --git a/python-quicktions.changes b/python-quicktions.changes index 1b5bfe0..7fea1d6 100644 --- a/python-quicktions.changes +++ b/python-quicktions.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 10 10:58:23 UTC 2019 - Tomáš Chvátal + +- Update to 1.10: + * New method fraction.as_integer_ratio() + * python 3.8 fixes + ------------------------------------------------------------------- Tue May 14 18:27:23 UTC 2019 - John Jolly diff --git a/python-quicktions.spec b/python-quicktions.spec index 8c7ad81..9fd5543 100644 --- a/python-quicktions.spec +++ b/python-quicktions.spec @@ -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 diff --git a/quicktions-1.10.tar.gz b/quicktions-1.10.tar.gz new file mode 100644 index 0000000..2ae7346 --- /dev/null +++ b/quicktions-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2d3bdb1db6741bc51ce1db9a659d91c5297420b91a62009c82c974a365c0ee +size 222831 diff --git a/quicktions-1.9.tar.gz b/quicktions-1.9.tar.gz deleted file mode 100644 index c546cd9..0000000 --- a/quicktions-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef0c10dc4a89b9885d7f805a700fbfc129b9583658a9444f8c2c560290b29bd0 -size 218674