forked from pool/python-bashate
- update to 2.1.0:
* Update IRC network to OFTC * Fix doc job * Switch testing to Xena testing runtime * [CI] Make bashate-devstack job voting and gating * setup.cfg: Replace dashes with underscores * Add ensure-tox role to test job * Changed minversion in tox to 3.18.0 * remove unicode from code * Add Python3 wallaby unit tests * Create tox environment to build pdf documentation * Remove obsolete files * drop mock from lower-constraints and requirements * Stop to use the \_\_future\_\_ module * Switch to newer openstackdocstheme and reno versions * Fix hacking min version to 3.0.1 * Switch testing to Victoria testing runtime * [ussuri][goal] Update contributor documentation * Cleanup py27 support * Update hacking for Python3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bashate?expand=0&rev=15
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bashate
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-bashate
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: A PEP8 equivalent for bash scripts
|
||||
License: Apache-2.0
|
||||
@@ -38,7 +38,7 @@ BuildRequires: python3-stestr
|
||||
Requires: python-Babel >= 0.9.6
|
||||
Requires: python-pbr
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python-argparse
|
||||
|
||||
Reference in New Issue
Block a user