From 15745f9a0274efec1da627851ae2e73d04a0be86ed5af9d23148f514026b9275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Jul 2019 07:58:16 +0000 Subject: [PATCH] Accepting request 718752 from home:mcalabkova:branches:devel:languages:python - update to version 0.66 * Convert exponential numbers to string * Fix inconsistency between py2 and py3 jsdtoa * fix object initialized too early case * Try to add Python 3.7 and 3.8 (dev). * Drop support for unsupported Python versions. OBS-URL: https://build.opensuse.org/request/show/718752 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Js2Py?expand=0&rev=7 --- Js2Py-0.60.tar.gz | 3 --- Js2Py-0.66.tar.gz | 3 +++ python-Js2Py.changes | 10 ++++++++++ python-Js2Py.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Js2Py-0.60.tar.gz create mode 100644 Js2Py-0.66.tar.gz diff --git a/Js2Py-0.60.tar.gz b/Js2Py-0.60.tar.gz deleted file mode 100644 index 8ba1185..0000000 --- a/Js2Py-0.60.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6deaf6c2e49f91b6800581fbddd24b0ee51164e916e63681a368199f1de593ab -size 833612 diff --git a/Js2Py-0.66.tar.gz b/Js2Py-0.66.tar.gz new file mode 100644 index 0000000..0dd9d0d --- /dev/null +++ b/Js2Py-0.66.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf87cb4432944470f11fed9c1cb8d0312dd505e7b867362f55102f24379ab94f +size 973273 diff --git a/python-Js2Py.changes b/python-Js2Py.changes index 3335474..33e6630 100644 --- a/python-Js2Py.changes +++ b/python-Js2Py.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 26 07:44:48 UTC 2019 - Marketa Calabkova + +- update to version 0.66 + * Convert exponential numbers to string + * Fix inconsistency between py2 and py3 jsdtoa + * fix object initialized too early case + * Try to add Python 3.7 and 3.8 (dev). + * Drop support for unsupported Python versions. + ------------------------------------------------------------------- Thu Mar 14 16:37:17 UTC 2019 - Jan Engelhardt diff --git a/python-Js2Py.spec b/python-Js2Py.spec index 27be917..73abe19 100644 --- a/python-Js2Py.spec +++ b/python-Js2Py.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Js2Py -Version: 0.60 +Version: 0.66 Release: 0 Summary: JavaScript to Python Translator & JavaScript interpreter License: MIT