15
0

- update to 0.5.0:

* Testing on Python 3.10.
  * More (optional) strategies for selecting the pager command to use.
  * Fully-automated integration testing.
  * Support for type checking by consumers using PEP561.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopage?expand=0&rev=5
This commit is contained in:
2022-02-22 10:25:30 +00:00
committed by Git OBS Bridge
parent 8571ea20c4
commit 597a4b71ec
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 22 10:10:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.5.0:
* Testing on Python 3.10.
* More (optional) strategies for selecting the pager command to use.
* Fully-automated integration testing.
* Support for type checking by consumers using PEP561.
-------------------------------------------------------------------
Mon Nov 8 20:01:21 UTC 2021 - Dirk Müller <dmueller@suse.com>