15
0

Accepting request 1062025 from home:VaiTon:branches:devel:languages:python

- Update to 0.8.1
  * Added typing information
- Update to 0.8
  * Started tracking changes
  * Switched to poetry
  * Added ignoring of enumerators that work, but return no valid monitors
  * Added `ScreenInfoError` to list of top-level symbols
- Update to 0.7
  * No changelog available
- Update to 0.6.7
  * No changelog available.

OBS-URL: https://build.opensuse.org/request/show/1062025
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screeninfo?expand=0&rev=9
This commit is contained in:
2023-01-31 09:15:54 +00:00
committed by Git OBS Bridge
parent d38de93bb4
commit 3d2e558327
4 changed files with 29 additions and 8 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 30 09:47:38 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to 0.8.1
* Added typing information
- Update to 0.8
* Started tracking changes
* Switched to poetry
* Added ignoring of enumerators that work, but return no valid monitors
* Added `ScreenInfoError` to list of top-level symbols
- Update to 0.7
* No changelog available
- Update to 0.6.7
* No changelog available.
-------------------------------------------------------------------
Thu Nov 26 06:32:42 UTC 2020 - andy great <andythe_great@pm.me>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-screeninfo
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,8 @@
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-screeninfo
Version: 0.6.6
Version: 0.8.1
Release: 0
Summary: Fetch location and size of physical screens
License: MIT
@@ -31,6 +29,9 @@ BuildRequires: %{python_module dataclasses}
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Suggests: python-dataclasses
Suggests: python-Cython
Suggests: python-pyobjc-framework-Cocoa
BuildArch: noarch
%python_subpackages
@@ -48,7 +49,7 @@ Python module to fetch location and size of physical screens.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# upstream does not provide any tests
# tests are not included in the PyPI tarball
%files %{python_files}
%license LICENSE.md
@@ -57,7 +58,9 @@ Python module to fetch location and size of physical screens.
%dir %{python_sitelib}/screeninfo/enumerators/
%{python_sitelib}/screeninfo-%{version}-py%{python_version}.egg-info/
%{python_sitelib}/screeninfo/*.py*
%{python_sitelib}/screeninfo/*.typed
%{python_sitelib}/screeninfo/enumerators/*.py*
%{python_sitelib}/screeninfo/enumerators/*.typed
%pycache_only %{python_sitelib}/screeninfo/__pycache__/
%pycache_only %{python_sitelib}/screeninfo/enumerators/__pycache__/

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:602829a5477bd16d6b410b0b869aefdc856e12fdf6af67af0eab62b32b649871
size 8018

3
screeninfo-0.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9983076bcc7e34402a1a9e4d7dabf3729411fd2abb3f3b4be7eba73519cd2ed1
size 10666