From a859d9054d6a746d4724a68ef85a3dc6b3d648b5848e1831daa3b1954c321a60 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Tue, 24 May 2022 08:16:18 +0000 Subject: [PATCH] Accepting request 978872 from home:aplanas:branches:devel:languages:python - Update to version 0.71 * Some small fixes OBS-URL: https://build.opensuse.org/request/show/978872 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Js2Py?expand=0&rev=15 --- Js2Py-0.70.tar.gz | 3 --- Js2Py-0.71.tar.gz | 3 +++ python-Js2Py.changes | 6 ++++++ python-Js2Py.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 Js2Py-0.70.tar.gz create mode 100644 Js2Py-0.71.tar.gz diff --git a/Js2Py-0.70.tar.gz b/Js2Py-0.70.tar.gz deleted file mode 100644 index 849e91a..0000000 --- a/Js2Py-0.70.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7568b33f6bd15ee8ab1f3655928ed05481a6236ad2acca4598703ae501571661 -size 562038 diff --git a/Js2Py-0.71.tar.gz b/Js2Py-0.71.tar.gz new file mode 100644 index 0000000..0ad778a --- /dev/null +++ b/Js2Py-0.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41b1009dd1498ae7d436bfa5ac952a08ca92a4bb9e31dca6e8bb966b49f7fce +size 978445 diff --git a/python-Js2Py.changes b/python-Js2Py.changes index 088554e..3ed7f27 100644 --- a/python-Js2Py.changes +++ b/python-Js2Py.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 24 08:04:00 UTC 2022 - Alberto Planas Dominguez + +- Update to version 0.71 + * Some small fixes + ------------------------------------------------------------------- Fri Apr 17 09:27:55 UTC 2020 - Marketa Calabkova diff --git a/python-Js2Py.spec b/python-Js2Py.spec index 34556ce..411b933 100644 --- a/python-Js2Py.spec +++ b/python-Js2Py.spec @@ -1,7 +1,7 @@ # # spec file for package python-Js2Py # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Js2Py -Version: 0.70 +Version: 0.71 Release: 0 Summary: JavaScript to Python Translator & JavaScript interpreter License: MIT Group: Development/Languages/Python URL: https://github.com/PiotrDabkowski/Js2Py Source: https://files.pythonhosted.org/packages/source/J/Js2Py/Js2Py-%{version}.tar.gz -Source1: https://raw.githubusercontent.com/PiotrDabkowski/Js2Py/master/LICENSE.md +Source1: https://raw.githubusercontent.com/PiotrDabkowski/Js2Py/master/LICENSE.md BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros