From 597a4b71ecf704fc8b75062db5ffd63106342de2d69e9db822a8d76e78c0b43a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Feb 2022 10:25:30 +0000 Subject: [PATCH] - 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 --- autopage-0.4.0.tar.gz | 3 --- autopage-0.5.0.tar.gz | 3 +++ python-autopage.changes | 9 +++++++++ python-autopage.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 autopage-0.4.0.tar.gz create mode 100644 autopage-0.5.0.tar.gz diff --git a/autopage-0.4.0.tar.gz b/autopage-0.4.0.tar.gz deleted file mode 100644 index f961cd5..0000000 --- a/autopage-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18f511d8ef2e4d3cc22a986d345eab0e03f95b9fa80b74ca63b7fb001551dc42 -size 18320 diff --git a/autopage-0.5.0.tar.gz b/autopage-0.5.0.tar.gz new file mode 100644 index 0000000..e9f22c6 --- /dev/null +++ b/autopage-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5305b43cc0798170d7124e5a2feecf969e45f4a0baf75cb351138114eaf76b83 +size 30212 diff --git a/python-autopage.changes b/python-autopage.changes index 30c3fc3..2267876 100644 --- a/python-autopage.changes +++ b/python-autopage.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 22 10:10:04 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-autopage.spec b/python-autopage.spec index 4603c84..b169d87 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -1,7 +1,7 @@ # # spec file for package python-autopage # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-autopage -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: A library to provide automatic paging for console output License: Apache-2.0