15
0

- update to 0.5.2:

* Always return an integer error code from exit_code()
  * Fix line buffering detection for TTYs on Illumos/Solaris
  * Numerous improvements to the integration tests:
    - Work correctly with less v633
    - Fix flaky tests
    - Improve behaviour and debugging when tests fail
    - Allow test runners to capture stdout of all child processes
  * Update test dependencies to account for recent releases of
    fixtures
  * Test using a more recent version of mypy
  * Run tests on Python 3.11 and 3.12
  main
- skip end-to-end test, they hang in OBS
  * Support for type checking by consumers using PEP561.
- Initial package (0.4.0)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopage?expand=0&rev=13
This commit is contained in:
2023-11-10 13:15:11 +00:00
committed by Git OBS Bridge
parent f6037d7435
commit decdf5d4be
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Nov 10 13:14:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.5.2:
* Always return an integer error code from exit_code()
* Fix line buffering detection for TTYs on Illumos/Solaris
* Numerous improvements to the integration tests:
- Work correctly with less v633
- Fix flaky tests
- Improve behaviour and debugging when tests fail
- Allow test runners to capture stdout of all child processes
* Update test dependencies to account for recent releases of
fixtures
* Test using a more recent version of mypy
* Run tests on Python 3.11 and 3.12
main
-------------------------------------------------------------------
Wed Jan 11 05:45:45 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
@@ -22,7 +39,7 @@ Thu Aug 4 09:29:45 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
-------------------------------------------------------------------
Wed Feb 23 15:24:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
- skip end-to-end test, they hang in OBS
- skip end-to-end test, they hang in OBS
-------------------------------------------------------------------
Tue Feb 22 10:10:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -31,7 +48,7 @@ Tue Feb 22 10:10:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
* 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.
* Support for type checking by consumers using PEP561.
-------------------------------------------------------------------
Mon Nov 8 20:01:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
@@ -41,4 +58,4 @@ Mon Nov 8 20:01:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Tue Oct 26 20:10:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
- Initial package (0.4.0)
- Initial package (0.4.0)