Accepting request 887395 from devel:languages:python

- Update to 0.7.5:
  * Support for Python 3.9.
  * Small docs improvements.
  * Allow to rename functions starting with an uppercase letter.

OBS-URL: https://build.opensuse.org/request/show/887395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pscript?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-04-22 16:04:01 +00:00 committed by Git OBS Bridge
commit 545008b5e9
4 changed files with 13 additions and 6 deletions

View File

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

3
pscript-0.7.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 22 04:37:11 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.7.5:
* Support for Python 3.9.
* Small docs improvements.
* Allow to rename functions starting with an uppercase letter.
-------------------------------------------------------------------
Fri Jan 17 17:08:17 CET 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pscript
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pscript
Version: 0.7.3
Version: 0.7.5
Release: 0
Summary: Python to JavaScript compiler
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/flexxui/pscript
Source: https://files.pythonhosted.org/packages/source/p/pscript/pscript-%{version}.tar.gz
BuildRequires: %{python_module setuptools}