- 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/package/show/devel:languages:python/python-pscript?expand=0&rev=13
This commit is contained in:
parent
f629e8cbbd
commit
d2f7a869c9
@ -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
3
pscript-0.7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9217a291477af34833bef1880191467c8dda1bb09052e5f142b46904088e980d
|
||||
size 120061
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user