forked from pool/python-pyupgrade
- Disable build on Python 2 as the build fails with the latest version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
985d3d58e2
commit
1ec1e28b21
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 13 18:15:11 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- Disable build on Python 2 as the build fails with the latest version.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 9 06:44:47 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Tue Feb 9 06:44:47 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-pyupgrade
|
Name: python-pyupgrade
|
||||||
Version: 2.10.0
|
Version: 2.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -42,7 +43,8 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A tool to automatically upgrade syntax for newer versions.
|
A tool to automatically upgrade syntax for newer versions of the Python
|
||||||
|
programming language.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyupgrade-%{version}
|
%setup -q -n pyupgrade-%{version}
|
||||||
|
Reference in New Issue
Block a user