15
0

- 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:
2021-11-29 10:53:52 +00:00
committed by Git OBS Bridge
parent d5add20c04
commit 6f185b3ae7
4 changed files with 30 additions and 6 deletions

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>