From 6f185b3ae7bc58eb5a1bde4789005b9caf93424fc7e9417ceeb159a1985c1f68 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Nov 2021 10:53:52 +0000 Subject: [PATCH] - 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 --- bashate-2.0.0.tar.gz | 3 --- bashate-2.1.0.tar.gz | 3 +++ python-bashate.changes | 24 ++++++++++++++++++++++++ python-bashate.spec | 6 +++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 bashate-2.0.0.tar.gz create mode 100644 bashate-2.1.0.tar.gz diff --git a/bashate-2.0.0.tar.gz b/bashate-2.0.0.tar.gz deleted file mode 100644 index 729d0f4..0000000 --- a/bashate-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb990cf07c0ca09ee06f3b7eff79232a2d6eff9d2bdf141e8126efebb0521a17 -size 29579 diff --git a/bashate-2.1.0.tar.gz b/bashate-2.1.0.tar.gz new file mode 100644 index 0000000..0f7f836 --- /dev/null +++ b/bashate-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0df143639715dc2fb6cf9aa6907e4a372d6f0a43afeffc55c5fb3ecfe3523c8 +size 34717 diff --git a/python-bashate.changes b/python-bashate.changes index 36b3441..9ba7b1e 100644 --- a/python-bashate.changes +++ b/python-bashate.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Nov 29 10:49:10 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-bashate.spec b/python-bashate.spec index 203da59..1e8f62f 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -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