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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01be3ee61bb714e9090fcc5c10f4cf546c396331c620c6ae50a2321b28ed3199
size 31380

3
autopage-0.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:826996d74c5aa9f4b6916195547312ac6384bac3810b8517063f293248257b72
size 33031

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)

View File

@@ -16,9 +16,8 @@
#
%global skip_python2 1
Name: python-autopage
Version: 0.5.1
Version: 0.5.2
Release: 0
Summary: A library to provide automatic paging for console output
License: Apache-2.0