15
0

Accepting request 1128891 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 3.2.1
  * Add COLOR_DISABLED to vars #337
  * Enhance contributing guide
- Release 3.2:
  * Improve C++ usage description #329
  * Add Qt6 support, fixes entries and docs
  * Fix warnings calls #325
  * Fix hidden background Qtoolbox MR #324
  * Enhance contrast ligh theme MR #335
  * Drop Python 2 support #327
  * Add constant to disable color of widgets
  * Fixes small typos and shebang cleanup
- Release 3.1:
  * Fixes generating resources
  * Correct spelling mistakes
  * Refactoring functions from qdarkstyle.utils
  * Include prefix of palette.ID for qrc, qss, _rc files, keep
    working on C++ #273
  * Fix global variables issue #298
  * Include data files when installing package #299
- Release 3.0.3:
  * Temporary fix for expanded combo box in Qt 5.15, fixes #282,
    #285, MR #288
  * Fix generating assets in Posix
  * Fix tristate value for checkbox #275
  * Minor fixes and improvements
- Drop QDarkStyle-issue275-pyside2.patch

OBS-URL: https://build.opensuse.org/request/show/1128891
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QDarkStyle?expand=0&rev=17
This commit is contained in:
2023-11-26 22:04:30 +00:00
committed by Git OBS Bridge
parent 1ebc78d88b
commit cd9768842a
5 changed files with 41 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-QDarkStyle-test
# spec file
#
# Copyright (c) 2021 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
@@ -27,24 +27,23 @@
%{?sle15_python_module_pythons}
%define X_display ":98"
Name: python-QDarkStyle%{psuffix}
Version: 3.0.2
Version: 3.2.1
Release: 0
Summary: A dark stylesheet for Python and Qt applications
License: MIT
Group: Development/Languages/Python
URL: https://github.com/ColinDuquesnoy/QDarkStyleSheet
Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/v%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
#PATCH-FIX-UPSTREAM QDarkStyle-issue275-pyside2.patch -- gh#ColinDuquesnoy/QDarkStyleSheet#275
Patch0: https://github.com/ColinDuquesnoy/QDarkStyleSheet/commit/67fe9c1.patch#/QDarkStyle-issue275-pyside2.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-QtPy >= 1.9
Requires: python-setuptools
Requires: python-QtPy >= 2
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module QDarkStyle = %{version}}
BuildRequires: %{python_module QtPy >= 1.9}
BuildRequires: %{python_module QtPy >= 2}
BuildRequires: %{python_module qt5-devel}
# pyside2 is for primary python3 flavor only
BuildRequires: python3-pyside2