From c0e94d616ffe4be206943ece1881961148ff681e2c9da4b8a771fa02f3cad16b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 9 Dec 2023 10:00:16 +0000 Subject: [PATCH 1/2] - update to 3.1: * Python 3.10 support * documentation update * test fixes * Better approach using jeepney OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyscreenshot?expand=0&rev=8 --- pyscreenshot-3.0.tar.gz | 3 --- pyscreenshot-3.1.tar.gz | 3 +++ python-pyscreenshot.changes | 9 +++++++++ python-pyscreenshot.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyscreenshot-3.0.tar.gz create mode 100644 pyscreenshot-3.1.tar.gz diff --git a/pyscreenshot-3.0.tar.gz b/pyscreenshot-3.0.tar.gz deleted file mode 100644 index 1b49c6f..0000000 --- a/pyscreenshot-3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd4fdfaeb617483913a6b16845b9f428de5db28758979f4b6cf8f236d292b908 -size 24353 diff --git a/pyscreenshot-3.1.tar.gz b/pyscreenshot-3.1.tar.gz new file mode 100644 index 0000000..e565727 --- /dev/null +++ b/pyscreenshot-3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0e93f0aef66a6bfe55a86abfced6bd396ae4b4f6cc1e36f04a28ad2625594d +size 29238 diff --git a/python-pyscreenshot.changes b/python-pyscreenshot.changes index 20f679a..91bc117 100644 --- a/python-pyscreenshot.changes +++ b/python-pyscreenshot.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Dec 9 09:59:35 UTC 2023 - Dirk Müller + +- update to 3.1: + * Python 3.10 support + * documentation update + * test fixes + * Better approach using jeepney + ------------------------------------------------------------------- Thu Dec 22 09:54:12 UTC 2022 - Daniel Garcia diff --git a/python-pyscreenshot.spec b/python-pyscreenshot.spec index caea4c9..c44e1de 100644 --- a/python-pyscreenshot.spec +++ b/python-pyscreenshot.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pyscreenshot%{psuffix} -Version: 3.0 +Version: 3.1 Release: 0 Summary: Python screenshots License: BSD-3-Clause From 1fe2ea558dbacb47b5abe544469e5346cbfbbdf93f66c11dbc4cf6632a1d9baa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 18 Aug 2024 17:12:22 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyscreenshot?expand=0&rev=9 --- python-pyscreenshot.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-pyscreenshot.spec b/python-pyscreenshot.spec index c44e1de..851b183 100644 --- a/python-pyscreenshot.spec +++ b/python-pyscreenshot.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-pyscreenshot # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,6 +55,7 @@ BuildRequires: %{python_module entrypoint2} BuildRequires: %{python_module jeepney} BuildRequires: %{python_module mss} BuildRequires: %{python_module path.py} +BuildRequires: %{python_module pygame} BuildRequires: %{python_module pyscreenshot >= %{version}} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-xlib}