14
0
forked from pool/python-stestr

Accepting request 790130 from home:pgajdos:python

- version update to 3.0.0
  * Update README\_ja.rst
  * Update README in preparation for release 3.0.0
  * Update test-requirements to be py3 only
  * Remove six usage from testr\_to\_stestr
  * Bump python-subunit minimum to 1.4.0
  * Remove universal wheel tag from setup.cfg
  * Remove six from tests and requirements
  * Fix line length issue from pyupgrade
  * Treat bytes and strings differently
  * Remove outdated tox envs
  * Run pyupgrade on repo
  * Fix import issues
  * Remove 2.7 ci jobs
  * Remove six usage from stestr code
  * Fix typo bug in list\_tests() error code
  * Remove sys.version switches for python2.7
  * Update package metadata for python2 removal

OBS-URL: https://build.opensuse.org/request/show/790130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal
2020-03-31 12:22:41 +00:00
committed by Git OBS Bridge
parent d3638ea52e
commit 1d26e1a529
4 changed files with 31 additions and 7 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Mar 30 08:24:55 UTC 2020 - pgajdos@suse.com
- version update to 3.0.0
* Update README\_ja.rst
* Update README in preparation for release 3.0.0
* Update test-requirements to be py3 only
* Remove six usage from testr\_to\_stestr
* Bump python-subunit minimum to 1.4.0
* Remove universal wheel tag from setup.cfg
* Remove six from tests and requirements
* Fix line length issue from pyupgrade
* Treat bytes and strings differently
* Remove outdated tox envs
* Run pyupgrade on repo
* Fix import issues
* Remove 2.7 ci jobs
* Remove six usage from stestr code
* Fix typo bug in list\_tests() error code
* Remove sys.version switches for python2.7
* Update package metadata for python2 removal
-------------------------------------------------------------------
Fri Feb 28 21:47:29 UTC 2020 - Dirk Mueller <dmueller@suse.com>