forked from pool/python-PyScreeze
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4428600ed19b30cd3f4b5d83767d198fc1dbae7439eecf9bd795445c009b67ae
|
||||
size 25547
|
||||
3
PyScreeze-0.1.30.tar.gz
Normal file
3
PyScreeze-0.1.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74098ad048e76a6231dcfa6243343af94459b8c829f9ccb7a44a5d3b147a67d1
|
||||
size 27789
|
||||
@@ -1,7 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 22:01:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.1.30:
|
||||
* Fixed screenshots so they work on Wayland
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 02:58:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
@@ -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}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user