14
0

- update to 0.3.0:

* Remove urllib3 dep
  * Update setup.cfg metadata - => \_
  * Remove Vagrantfile
  * Remove .travis.yml
  * Update tox to work
  * README.rst: Update badge from Travis => GH
  * Fix warning from waitress
  * Add GitHub Actions tests
  * Remove --pep8 option to pytest
  * Bump waitress from 1.4.2 to 1.4.3
  * Bump py from 1.4.32 to 1.10.0
  * Bump waitress from 0.9.0 to 1.4.2
  * Allow UnixAdapter to accept max\_retries parameter

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-unixsocket?expand=0&rev=8
This commit is contained in:
2022-01-10 22:32:57 +00:00
committed by Git OBS Bridge
parent 826e7f2e14
commit 0adf4f27d1
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 10 22:30:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.3.0:
* Remove urllib3 dep
* Update setup.cfg metadata - => \_
* Remove Vagrantfile
* Remove .travis.yml
* Update tox to work
* README.rst: Update badge from Travis => GH
* Fix warning from waitress
* Add GitHub Actions tests
* Remove --pep8 option to pytest
* Bump waitress from 1.4.2 to 1.4.3
* Bump py from 1.4.32 to 1.10.0
* Bump waitress from 0.9.0 to 1.4.2
* Allow UnixAdapter to accept max\_retries parameter
-------------------------------------------------------------------
Wed Aug 28 08:48:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>