forked from pool/python-QDarkStyle
Accepting request 705019 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/705019 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-QDarkStyle?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d21f455f97b527fe742217419bef991e6502126344fe82712d4f6e7492c21004
|
||||
size 1593806
|
||||
3
QDarkStyle-2.6.8.tar.gz
Normal file
3
QDarkStyle-2.6.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffd800bd3960f45a49ee8c8dc4c36501a19e3b71dae60ba686060bec2e1b6881
|
||||
size 1621156
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 12:14:36 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.6.8
|
||||
- Fix double border in QtabWidget for pyqt5
|
||||
- Fix widgets border in QTabWidget as QLabel #141, #123, #126
|
||||
- Fix QTab scroller buttons background #136
|
||||
- Update color from images, fix #127
|
||||
- Add retina resolution @2x, fix #140
|
||||
- Intermediate version before merge PR #142 adding scripts
|
||||
- Fix combobox indicator and padding #132
|
||||
- Fix PyQtGraph plot axes covered by padding #134
|
||||
- Update authors
|
||||
- Fix tabbed bordeless frames and add more examples, #123, #126
|
||||
- Add feedback to pressed buttons, #133
|
||||
- Change future warning to pending deprecation for developers, #125 in v2.x
|
||||
- Fix hover in qtabwidget, #128
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 15:58:37 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
@@ -12,26 +12,28 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-QDarkStyle
|
||||
Version: 2.6.5
|
||||
Version: 2.6.8
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: A dark stylesheet for Python and Qt applications
|
||||
Url: https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
||||
Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-pyside2
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module QtPy}
|
||||
BuildRequires: %{python_module pytest-qt}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module qt5-devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module QtPy}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-pyside2
|
||||
Requires: python-setuptools
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user