forked from pool/python-compileall2
- update to 0.8.0:
* bpo-36786: Run compileall in parallel during "make install"
* bpo-40692: Run more test_concurrent_futures tests (GH-20239)
* gh-105931: Fix surprising compileall stripdir behaviour
(GH-108671)
* GH-84559: Deprecate fork being the multiprocessing default.
* bpo-40447: accept all path-like objects in
* Fix missing space with help for -m compileall -o
* Improved tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-compileall2?expand=0&rev=6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-compileall2
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,16 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-compileall2
|
||||
Version: 0.7.2
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Enhanced Python `compileall` module
|
||||
License: Python-2.0
|
||||
URL: https://github.com/fedora-python/compileall2
|
||||
Source: https://files.pythonhosted.org/packages/source/c/compileall2/compileall2-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/fedora-python/compileall2/master/LICENSE
|
||||
Source2: https://raw.githubusercontent.com/fedora-python/compileall2/master/test_compileall2.py
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -41,7 +39,7 @@ Enhanced Python `compileall` module.
|
||||
|
||||
%prep
|
||||
%setup -q -n compileall2-%{version}
|
||||
cp %{SOURCE1} %{SOURCE2} .
|
||||
cp -p %{SOURCE2} .
|
||||
|
||||
%build
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
Reference in New Issue
Block a user