15
0

Accepting request 934508 from devel:languages:python

- 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/request/show/934508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bashate?expand=0&rev=7
This commit is contained in:
2021-11-29 16:28:34 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb990cf07c0ca09ee06f3b7eff79232a2d6eff9d2bdf141e8126efebb0521a17
size 29579

3
bashate-2.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0df143639715dc2fb6cf9aa6907e4a372d6f0a43afeffc55c5fb3ecfe3523c8
size 34717

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Nov 29 10:49:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Wed Jan 27 22:56:22 UTC 2021 - Benjamin Greiner <code@bnavigator.de>

View File

@@ -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