From 7da1ec198f558e3763001e626eb17638643e62672bea098683f77ae9ad10fbaf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Nov 2022 21:18:45 +0000 Subject: [PATCH] Accepting request 1034591 from home:yarunachalam:branches:devel:languages:python - Update to v7.0.1 * fixed the wheel package - Update to v7.0.0 * added support for Python 3.11 * added support for Python 3.10 * removed support for Python 3.5 * MSS: modernized the code base (types, f-string, ran isort & black) (close #101) * MSS: fixed several Sourcery issues * MSS: fixed typos here, and there * doc: fixed an error when building the documentation OBS-URL: https://build.opensuse.org/request/show/1034591 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mss?expand=0&rev=5 --- mss-6.1.0.tar.gz | 3 --- mss-7.0.1.tar.gz | 3 +++ python-mss.changes | 15 +++++++++++++++ python-mss.spec | 8 ++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 mss-6.1.0.tar.gz create mode 100644 mss-7.0.1.tar.gz diff --git a/mss-6.1.0.tar.gz b/mss-6.1.0.tar.gz deleted file mode 100644 index 89e0f9f..0000000 --- a/mss-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aebd069f3e05667fe9c7b9fa4b1771fe42a4710ce1058ce0236936ce06fa5394 -size 67375 diff --git a/mss-7.0.1.tar.gz b/mss-7.0.1.tar.gz new file mode 100644 index 0000000..b063700 --- /dev/null +++ b/mss-7.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14cee528903c3b01d3b8f1209cd498422f71e3d0d2d92c5b933edd3b9772022 +size 67847 diff --git a/python-mss.changes b/python-mss.changes index 6b417ed..4b8e059 100644 --- a/python-mss.changes +++ b/python-mss.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 8 17:24:08 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v7.0.1 + * fixed the wheel package + +- Update to v7.0.0 + * added support for Python 3.11 + * added support for Python 3.10 + * removed support for Python 3.5 + * MSS: modernized the code base (types, f-string, ran isort & black) (close #101) + * MSS: fixed several Sourcery issues + * MSS: fixed typos here, and there + * doc: fixed an error when building the documentation + ------------------------------------------------------------------- Wed Dec 23 09:33:38 UTC 2020 - Benjamin Greiner diff --git a/python-mss.spec b/python-mss.spec index f3bf476..0838dd3 100644 --- a/python-mss.spec +++ b/python-mss.spec @@ -1,7 +1,7 @@ # # spec file for package python-mss # -# Copyright (c) 2020 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-%{**}} %define skip_python2 1 Name: python-mss -Version: 6.1.0 +Version: 7.0.1 Release: 0 Summary: Python multiple screenshots module License: MIT @@ -36,7 +36,7 @@ BuildRequires: xrandr BuildRequires: xvfb-run Requires: xrandr Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -64,7 +64,7 @@ An ultra fast cross-platform multiple screenshots module in pure Python using ct export LANG=en_US.UTF-8 # test_region_out_of_monitor_bounds fails on ppc64 only echo ' -%pytest --ignore mss/tests/test_setup.py -k "not test_region_out_of_monitor_bounds" +%pytest --ignore mss/tests/test_setup.py -k "not test_region_out_of_monitor_bounds" '> pytest_script.sh # need explicitly set up screen. xvfb-run --server-args "-screen 0 1920x1080x24" sh pytest_script.sh