forked from pool/python-pscript
- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user