From c5b42dc65056da259218f181a765a791cbb75da073e48b71a65169753a54db6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 19 Mar 2019 16:02:11 +0000 Subject: [PATCH] - Update to 0.7.0: * Add ability to reduce overloading of add, mul, equals and truthy OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pscript?expand=0&rev=7 --- pscript-0.6.2.tar.gz | 3 --- pscript-0.7.0.tar.gz | 3 +++ python-pscript.changes | 6 ++++++ python-pscript.spec | 15 +++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 pscript-0.6.2.tar.gz create mode 100644 pscript-0.7.0.tar.gz diff --git a/pscript-0.6.2.tar.gz b/pscript-0.6.2.tar.gz deleted file mode 100644 index 12f7bf6..0000000 --- a/pscript-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8217114bfe7705b3a41b8163a39deb74921a7116d31af539f3796f73edf6a1cf -size 124556 diff --git a/pscript-0.7.0.tar.gz b/pscript-0.7.0.tar.gz new file mode 100644 index 0000000..025db9d --- /dev/null +++ b/pscript-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064fb6b060f2a30dc6e2d5186f76dd1d962fccd76839104233b1bbee4127709f +size 120727 diff --git a/python-pscript.changes b/python-pscript.changes index 4ee615c..4b4adfe 100644 --- a/python-pscript.changes +++ b/python-pscript.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 19 15:43:05 UTC 2019 - Tomáš Chvátal + +- Update to 0.7.0: + * Add ability to reduce overloading of add, mul, equals and truthy + ------------------------------------------------------------------- Tue Oct 30 09:31:34 UTC 2018 - Jan Engelhardt diff --git a/python-pscript.spec b/python-pscript.spec index 1ce2e6b..2b48b28 100644 --- a/python-pscript.spec +++ b/python-pscript.spec @@ -1,7 +1,7 @@ # # spec file for package python-pscript # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pscript -Version: 0.6.2 +Version: 0.7.0 Release: 0 Summary: Python to JavaScript compiler License: BSD-2-Clause Group: Development/Languages/Python -Url: http://pscript.readthedocs.io +Url: https://github.com/flexxui/pscript Source: https://files.pythonhosted.org/packages/source/p/pscript/pscript-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module invoke} BuildRequires: %{python_module pytest} +BuildRequires: python-faulthandler # /SECTION BuildArch: noarch @@ -51,10 +51,9 @@ of Python that this compiler supports. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -# Missing files for tests -# See: https://github.com/flexxui/pscript/pull/35 -# %%check -# %%python_expand invoke-%%{$python_bin_suffix} test --unit; +%check +# the tests actually do not invoke themselves +#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} invoke-%%{$python_bin_suffix} test --unit %files %{python_files} %doc README.md