Accepting request 978873 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/978873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Js2Py?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-05-25 18:33:53 +00:00 committed by Git OBS Bridge
commit abc09280e3
4 changed files with 12 additions and 6 deletions

View File

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

3
Js2Py-0.71.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 24 08:04:00 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to version 0.71
* Some small fixes
-------------------------------------------------------------------
Fri Apr 17 09:27:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -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