From 5c338046cd455622640c6c7bed6983482cd85ccd7e2121c14bc31b0c75a9bfa4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Jan 2024 22:01:56 +0000 Subject: [PATCH] - update to 0.1.30: * Fixed screenshots so they work on Wayland - update to 0.1.28 - Initial release of python-PyScreeze 0.1.14 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyScreeze?expand=0&rev=19 --- PyScreeze-0.1.28.tar.gz | 3 --- PyScreeze-0.1.30.tar.gz | 3 +++ python-PyScreeze.changes | 10 ++++++++-- python-PyScreeze.spec | 7 +++---- 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 PyScreeze-0.1.28.tar.gz create mode 100644 PyScreeze-0.1.30.tar.gz diff --git a/PyScreeze-0.1.28.tar.gz b/PyScreeze-0.1.28.tar.gz deleted file mode 100644 index a03c2a1..0000000 --- a/PyScreeze-0.1.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4428600ed19b30cd3f4b5d83767d198fc1dbae7439eecf9bd795445c009b67ae -size 25547 diff --git a/PyScreeze-0.1.30.tar.gz b/PyScreeze-0.1.30.tar.gz new file mode 100644 index 0000000..d6ba757 --- /dev/null +++ b/PyScreeze-0.1.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74098ad048e76a6231dcfa6243343af94459b8c829f9ccb7a44a5d3b147a67d1 +size 27789 diff --git a/python-PyScreeze.changes b/python-PyScreeze.changes index 2edf4c0..3bf5aa6 100644 --- a/python-PyScreeze.changes +++ b/python-PyScreeze.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 9 22:01:40 UTC 2024 - Dirk Müller + +- update to 0.1.30: + * Fixed screenshots so they work on Wayland + ------------------------------------------------------------------- Mon Aug 29 02:58:53 UTC 2022 - Yogalakshmi Arunachalam -- update to 0.1.28 +- update to 0.1.28 * Fix for DC Release error that happened when calling pixel() after calling screenshot() on Windows. @@ -53,4 +59,4 @@ Mon Mar 5 22:30:54 UTC 2018 - jengelh@inai.de ------------------------------------------------------------------- Mon Mar 5 17:49:48 UTC 2018 - alarrosa@suse.com -- Initial release of python-PyScreeze 0.1.14 +- Initial release of python-PyScreeze 0.1.14 diff --git a/python-PyScreeze.spec b/python-PyScreeze.spec index 9aa2311..96da452 100644 --- a/python-PyScreeze.spec +++ b/python-PyScreeze.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyScreeze # -# Copyright (c) 2022 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyScreeze -Version: 0.1.28 +Version: 0.1.30 Release: 0 Summary: A screenshot Python module License: BSD-3-Clause @@ -45,7 +45,6 @@ PyScreeze is a screenshot module for Python 2 and 3. %prep %setup -q -n PyScreeze-%{version} -dos2unix README.rst %build %python_build @@ -61,7 +60,7 @@ dos2unix README.rst #popd %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE.txt %{python_sitelib}/*