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>