diff --git a/pscript-0.7.3.tar.gz b/pscript-0.7.3.tar.gz deleted file mode 100644 index 510ed62..0000000 --- a/pscript-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90fa4394c05c49137594d07f8f9d318afd56abcf82901e1973004fd6f1770ef8 -size 122553 diff --git a/pscript-0.7.5.tar.gz b/pscript-0.7.5.tar.gz new file mode 100644 index 0000000..c667c27 --- /dev/null +++ b/pscript-0.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9217a291477af34833bef1880191467c8dda1bb09052e5f142b46904088e980d +size 120061 diff --git a/python-pscript.changes b/python-pscript.changes index 01851ec..dfaa893 100644 --- a/python-pscript.changes +++ b/python-pscript.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 22 04:37:11 UTC 2021 - Steve Kowalik + +- 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 diff --git a/python-pscript.spec b/python-pscript.spec index 92953f9..271ac31 100644 --- a/python-pscript.spec +++ b/python-pscript.spec @@ -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}