From caf9f787c539d50669222cb00bd77c2ca8141ddaddb30ff6cec6c90b87c6fc0e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 23 Jan 2022 22:30:58 +0000 Subject: [PATCH] Accepting request 948231 from home:dirkmueller:Factory - update to 1.11.0: * Support Python 3.11 * Support ``NO_COLOR`` environment variable * Update vendored apipkg: 1.5 => 2.0 OBS-URL: https://build.opensuse.org/request/show/948231 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=24 --- py-1.10.0.tar.gz | 3 --- py-1.11.0.tar.gz | 3 +++ python-py.changes | 8 ++++++++ python-py.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 py-1.10.0.tar.gz create mode 100644 py-1.11.0.tar.gz diff --git a/py-1.10.0.tar.gz b/py-1.10.0.tar.gz deleted file mode 100644 index c814bcc..0000000 --- a/py-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3 -size 206984 diff --git a/py-1.11.0.tar.gz b/py-1.11.0.tar.gz new file mode 100644 index 0000000..849123a --- /dev/null +++ b/py-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 +size 207796 diff --git a/python-py.changes b/python-py.changes index 8147b83..f38cc15 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 23 15:40:00 UTC 2022 - Dirk Müller + +- update to 1.11.0: + * Support Python 3.11 + * Support ``NO_COLOR`` environment variable + * Update vendored apipkg: 1.5 => 2.0 + ------------------------------------------------------------------- Fri Feb 19 15:21:06 UTC 2021 - Ben Greiner diff --git a/python-py.spec b/python-py.spec index 77f4e21..5cd3385 100644 --- a/python-py.spec +++ b/python-py.spec @@ -1,7 +1,7 @@ # -# spec file for package python-py +# spec file # -# 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 @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-py%{psuffix} -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT