Accepting request 686471 from devel:languages:python
- Update to 0.7.0: * Add ability to reduce overloading of add, mul, equals and truthy OBS-URL: https://build.opensuse.org/request/show/686471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pscript?expand=0&rev=3
This commit is contained in:
commit
b7daa62a14
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8217114bfe7705b3a41b8163a39deb74921a7116d31af539f3796f73edf6a1cf
|
|
||||||
size 124556
|
|
3
pscript-0.7.0.tar.gz
Normal file
3
pscript-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:064fb6b060f2a30dc6e2d5186f76dd1d962fccd76839104233b1bbee4127709f
|
||||||
|
size 120727
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 15:43:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Tue Oct 30 09:31:34 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pscript
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,20 +18,20 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pscript
|
Name: python-pscript
|
||||||
Version: 0.6.2
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python to JavaScript compiler
|
Summary: Python to JavaScript compiler
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/pscript/pscript-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module invoke}
|
BuildRequires: %{python_module invoke}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: python-faulthandler
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -51,10 +51,9 @@ of Python that this compiler supports.
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
# Missing files for tests
|
%check
|
||||||
# See: https://github.com/flexxui/pscript/pull/35
|
# the tests actually do not invoke themselves
|
||||||
# %%check
|
#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} invoke-%%{$python_bin_suffix} test --unit
|
||||||
# %%python_expand invoke-%%{$python_bin_suffix} test --unit;
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user