forked from pool/python-mando
- Update to 0.7.1:
* - Add support for Python 3.10 (@s-t-e-v-e-n-k): #54 - Drop patch python-310-support.patch, merged upstream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mando?expand=0&rev=14
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-mando
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,12 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-mando
|
||||
Version: 0.7.0
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: Python wrapper around argparse, a tool to create CLI apps
|
||||
License: MIT
|
||||
URL: https://mando.readthedocs.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/m/mando/mando-%{version}.tar.gz
|
||||
Patch0: python-310-support.patch
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -43,7 +42,6 @@ applications.
|
||||
|
||||
%prep
|
||||
%setup -q -n mando-%{version}
|
||||
%autopatch -p1
|
||||
sed -i -e '/^#!\//, 1d' mando/tests/*.py
|
||||
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user