14
0
forked from pool/python-apiron

Accepting request 914866 from Application:ERP:GNUHealth:Factory

- version 6.0.0.post1
  * Move from Travis CI to GitHub Actions for testing and publishing
    Use PEP 517 builds
  * Testing matrix and trove classifiers for Python 3.9
    Type hints for all classes, methods, and functions
  * Support for Python 3.6 has been removed due to its impending end of life and 
    the desire to leverage features from 3.7
  * Remove Python 3.10 testing and support for now, as Travis CI only has 
    Python 3.10.0a5 which isn't compatible with recent pytest-randomly releases
  * Indicate (by renaming) that all functions in the client module are private, except for call

OBS-URL: https://build.opensuse.org/request/show/914866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=6
This commit is contained in:
2021-08-29 20:40:35 +00:00
committed by Git OBS Bridge
parent f229839adf
commit 4ba652cb98
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Aug 29 08:36:10 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- version 6.0.0.post1
* Move from Travis CI to GitHub Actions for testing and publishing
Use PEP 517 builds
* Testing matrix and trove classifiers for Python 3.9
Type hints for all classes, methods, and functions
* Support for Python 3.6 has been removed due to its impending end of life and
the desire to leverage features from 3.7
* Remove Python 3.10 testing and support for now, as Travis CI only has
Python 3.10.0a5 which isn't compatible with recent pytest-randomly releases
* Indicate (by renaming) that all functions in the client module are private, except for call
-------------------------------------------------------------------
Mon Aug 31 04:37:49 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>