- 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
This commit is contained in:
parent
6487f13b57
commit
f629e8cbbd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27641ff27fd60b002a07ba41262085f29d36e4a8d9e8857ae38158137ba062e7
|
|
||||||
size 120350
|
|
3
pscript-0.7.3.tar.gz
Normal file
3
pscript-0.7.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90fa4394c05c49137594d07f8f9d318afd56abcf82901e1973004fd6f1770ef8
|
||||||
|
size 122553
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 17:08:17 CET 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Fri May 24 12:20:38 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pscript
|
# 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
|
# 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,12 +18,12 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pscript
|
Name: python-pscript
|
||||||
Version: 0.7.1
|
Version: 0.7.3
|
||||||
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: https://github.com/flexxui/pscript
|
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 setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -31,7 +31,6 @@ 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user