15
0

Accepting request 851803 from home:jayvdb:branches:devel:languages:python

- Update to v2.1.1

OBS-URL: https://build.opensuse.org/request/show/851803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atpublic?expand=0&rev=3
This commit is contained in:
2020-12-01 14:00:34 +00:00
committed by Git OBS Bridge
parent 0a4e21c611
commit 9fd6c04fd7
4 changed files with 42 additions and 22 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 30 07:48:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v2.1.1
* Clean up some typing problems
* Reorganized docs and tests out of the code directory
* Fix the Windows CI tests
- from v2.0
* Drop Python 3.4 and 3.5; add Python 3.8 and 3.9.
* The C implementation is removed
* Added an ``@private`` decorator
* Build and test on Windows in addition to Linux
* Fix the doctests so that they actually run and pass!
* Add type annotations and API reference documentation
* Internal improvements and modernizations
-------------------------------------------------------------------
Fri May 10 03:49:45 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>