From decdf5d4be467391a92ba4cc9faefd8ba0dffd192c14c97af018afb824d7e665 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Nov 2023 13:15:11 +0000 Subject: [PATCH] - 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 --- autopage-0.5.1.tar.gz | 3 --- autopage-0.5.2.tar.gz | 3 +++ python-autopage.changes | 23 ++++++++++++++++++++--- python-autopage.spec | 3 +-- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 autopage-0.5.1.tar.gz create mode 100644 autopage-0.5.2.tar.gz diff --git a/autopage-0.5.1.tar.gz b/autopage-0.5.1.tar.gz deleted file mode 100644 index 9c631fb..0000000 --- a/autopage-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01be3ee61bb714e9090fcc5c10f4cf546c396331c620c6ae50a2321b28ed3199 -size 31380 diff --git a/autopage-0.5.2.tar.gz b/autopage-0.5.2.tar.gz new file mode 100644 index 0000000..7a37738 --- /dev/null +++ b/autopage-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826996d74c5aa9f4b6916195547312ac6384bac3810b8517063f293248257b72 +size 33031 diff --git a/python-autopage.changes b/python-autopage.changes index faead19..9aedab7 100644 --- a/python-autopage.changes +++ b/python-autopage.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Nov 10 13:14:47 UTC 2023 - Dirk Müller + +- 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 @@ -22,7 +39,7 @@ Thu Aug 4 09:29:45 UTC 2022 - Otto Hollmann ------------------------------------------------------------------- Wed Feb 23 15:24:07 UTC 2022 - Dirk Müller -- 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 @@ -31,7 +48,7 @@ Tue Feb 22 10:10:04 UTC 2022 - Dirk Müller * 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 @@ -41,4 +58,4 @@ Mon Nov 8 20:01:21 UTC 2021 - Dirk Müller ------------------------------------------------------------------- Tue Oct 26 20:10:01 UTC 2021 - Dirk Müller -- Initial package (0.4.0) +- Initial package (0.4.0) diff --git a/python-autopage.spec b/python-autopage.spec index 74ff9e7..956bd19 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -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