Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyScreeze for
openSUSE:Factory checked in at 2026-05-04 12:54:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyScreeze (Old)
and /work/SRC/openSUSE:Factory/.python-PyScreeze.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyScreeze"
Mon May 4 12:54:45 2026 rev:12 rq:1350586 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyScreeze/python-PyScreeze.changes
2025-05-12 20:19:20.758613834 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyScreeze.new.30200/python-PyScreeze.changes
2026-05-04 12:58:24.609562512 +0200
@@ -1,0 +2,11 @@
+Sun May 3 20:51:50 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.0.1:
+ * Set USE_IMAGE_NOT_FOUND_EXCEPTION to True by default.
+ * Made screenshot functions more restrictive and force the
+ region arg to a tuple of four ints, instead of converting them
+ to ints.
+ * Fix for PILLOW_VERSION not being correctly translated. #98 #101
+ * Fix readme example using click() #91
+
+-------------------------------------------------------------------
Old:
----
PyScreeze-0.1.30.tar.gz
New:
----
pyscreeze-1.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyScreeze.spec ++++++
--- /var/tmp/diff_new_pack.cVNWfN/_old 2026-05-04 12:58:25.069581443 +0200
+++ /var/tmp/diff_new_pack.cVNWfN/_new 2026-05-04 12:58:25.069581443 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-PyScreeze
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-PyScreeze
-Version: 0.1.30
+Version: 1.0.1
Release: 0
Summary: A screenshot Python module
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/asweigart/pyscreeze
-Source:
https://files.pythonhosted.org/packages/source/P/PyScreeze/PyScreeze-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/P/PyScreeze/pyscreeze-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -42,10 +42,10 @@
%python_subpackages
%description
-PyScreeze is a screenshot module for Python 2 and 3.
+PyScreeze is a screenshot module for Python 3.
%prep
-%setup -q -n PyScreeze-%{version}
+%setup -q -n pyscreeze-%{version}
%build
%pyproject_wheel