forked from pool/python-mss
Accepting request 1034618 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034618 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mss?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aebd069f3e05667fe9c7b9fa4b1771fe42a4710ce1058ce0236936ce06fa5394
|
|
||||||
size 67375
|
|
||||||
3
mss-7.0.1.tar.gz
Normal file
3
mss-7.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f14cee528903c3b01d3b8f1209cd498422f71e3d0d2d92c5b933edd3b9772022
|
||||||
|
size 67847
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 17:24:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Wed Dec 23 09:33:38 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mss
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-mss
|
Name: python-mss
|
||||||
Version: 6.1.0
|
Version: 7.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python multiple screenshots module
|
Summary: Python multiple screenshots module
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -36,7 +36,7 @@ BuildRequires: xrandr
|
|||||||
BuildRequires: xvfb-run
|
BuildRequires: xvfb-run
|
||||||
Requires: xrandr
|
Requires: xrandr
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%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
|
export LANG=en_US.UTF-8
|
||||||
# test_region_out_of_monitor_bounds fails on ppc64 only
|
# test_region_out_of_monitor_bounds fails on ppc64 only
|
||||||
echo '
|
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
|
'> pytest_script.sh
|
||||||
# need explicitly set up screen.
|
# need explicitly set up screen.
|
||||||
xvfb-run --server-args "-screen 0 1920x1080x24" sh pytest_script.sh
|
xvfb-run --server-args "-screen 0 1920x1080x24" sh pytest_script.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user