- Update to 0.4.3:

* Drop support for unsupported versions of Python #23
  * Convert toolchain from pip/tox/twine to poetry
  * Replace TravisCI and Appveyor with GitHub Actions #36
  * Update for correct test output #31
  * Add renovatebot for dependecy updates #26

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-socket?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-04-14 09:10:39 +00:00
committed by Git OBS Bridge
parent ce6b785629
commit 151b83eb07
4 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 14 09:06:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.3:
* Drop support for unsupported versions of Python #23
* Convert toolchain from pip/tox/twine to poetry
* Replace TravisCI and Appveyor with GitHub Actions #36
* Update for correct test output #31
* Add renovatebot for dependecy updates #26
-------------------------------------------------------------------
Tue Jul 23 15:40:41 UTC 2019 - Todd R <toddrme2178@gmail.com>