From f629e8cbbdb5baaa7ffc27487c6a94b1c431be847d60645e1b727615f8a1b74d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Jan 2020 16:10:10 +0000 Subject: [PATCH] - Update to 0.7.3: - add examples in the wild - Reflect AST changes in Python 3.8. - use markdown for pypi long_description - Remove python-faulthandler BR (it is optional and the package is Python 2-only, in Python 3 the module is in the standard library). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pscript?expand=0&rev=11 --- pscript-0.7.1.tar.gz | 3 --- pscript-0.7.3.tar.gz | 3 +++ python-pscript.changes | 11 +++++++++++ python-pscript.spec | 7 +++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 pscript-0.7.1.tar.gz create mode 100644 pscript-0.7.3.tar.gz diff --git a/pscript-0.7.1.tar.gz b/pscript-0.7.1.tar.gz deleted file mode 100644 index 4773b6d..0000000 --- a/pscript-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27641ff27fd60b002a07ba41262085f29d36e4a8d9e8857ae38158137ba062e7 -size 120350 diff --git a/pscript-0.7.3.tar.gz b/pscript-0.7.3.tar.gz new file mode 100644 index 0000000..510ed62 --- /dev/null +++ b/pscript-0.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fa4394c05c49137594d07f8f9d318afd56abcf82901e1973004fd6f1770ef8 +size 122553 diff --git a/python-pscript.changes b/python-pscript.changes index f0a46ce..01851ec 100644 --- a/python-pscript.changes +++ b/python-pscript.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 17 17:08:17 CET 2020 - Matej Cepl + +- Update to 0.7.3: + - add examples in the wild + - Reflect AST changes in Python 3.8. + - use markdown for pypi long_description +- Remove python-faulthandler BR (it is optional and the package + is Python 2-only, in Python 3 the module is in the standard + library). + ------------------------------------------------------------------- Fri May 24 12:20:38 UTC 2019 - pgajdos@suse.com diff --git a/python-pscript.spec b/python-pscript.spec index c98d7ef..92953f9 100644 --- a/python-pscript.spec +++ b/python-pscript.spec @@ -1,7 +1,7 @@ # # spec file for package python-pscript # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pscript -Version: 0.7.1 +Version: 0.7.3 Release: 0 Summary: Python to JavaScript compiler License: BSD-2-Clause Group: Development/Languages/Python -Url: https://github.com/flexxui/pscript +URL: https://github.com/flexxui/pscript Source: https://files.pythonhosted.org/packages/source/p/pscript/pscript-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -31,7 +31,6 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module invoke} BuildRequires: %{python_module pytest} -BuildRequires: python-faulthandler # /SECTION BuildArch: noarch