commit python-QDarkStyle for openSUSE:Factory

2020-05-19 Thread root
Hello community,

here is the log from the commit of package python-QDarkStyle for 
openSUSE:Factory checked in at 2020-05-19 14:49:12

Comparing /work/SRC/openSUSE:Factory/python-QDarkStyle (Old)
 and  /work/SRC/openSUSE:Factory/.python-QDarkStyle.new.2738 (New)


Package is "python-QDarkStyle"

Tue May 19 14:49:12 2020 rev:4 rq:806988 version:2.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-QDarkStyle/python-QDarkStyle.changes  
2020-01-29 13:15:39.714086443 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-QDarkStyle.new.2738/python-QDarkStyle.changes
2020-05-19 14:49:15.724173580 +0200
@@ -1,0 +2,20 @@
+Mon May 18 13:43:58 UTC 2020 - Antonio Larrosa 
+
+- Add _multibuild to run the test in a flavor and use xvfb-run
+  instead of calling the Xvfb server directly and depending on the
+  xorg-x11-server-Xvfb package which is not available in SLE/Leap.
+
+---
+Mon May 18 11:12:28 UTC 2020 - Antonio Larrosa 
+
+- Update to 2.8.1:
+  * Fix rst file formats and links #229
+  * Add .gitattributes for generated and documentation files
+  * Add more complete tox and Travis envs with many checks
+  * Fix removing message format argument
+  * Fix QGroupBox small indicator size #218
+  * Fix QGroupBox incorrect indicator icon when unfocused #219
+  * Fix QDateTimeEdit incorrect drop-down arrow icon #220
+  * Fix documentation
+
+---

Old:

  QDarkStyle-2.8.tar.gz

New:

  QDarkStyle-2.8.1.tar.gz
  _multibuild



Other differences:
--
++ python-QDarkStyle.spec ++
--- /var/tmp/diff_new_pack.DzB55b/_old  2020-05-19 14:49:16.432175150 +0200
+++ /var/tmp/diff_new_pack.DzB55b/_new  2020-05-19 14:49:16.436175158 +0200
@@ -16,31 +16,42 @@
 #
 
 
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 %define X_display ":98"
-Name:   python-QDarkStyle
-Version:2.8
+Name:   python-QDarkStyle%{psuffix}
+Version:2.8.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
-BuildRequires:  %{python_module QtPy >= 1.7}
-BuildRequires:  %{python_module helpdev}
-BuildRequires:  %{python_module pyside2}
-BuildRequires:  %{python_module pytest-qt}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module qt5-devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  xorg-x11-server-Xvfb
-Requires:   python-QtPy >= 1.7
-Requires:   python-helpdev
+Requires:   python-QtPy >= 1.9
+Requires:   python-helpdev >= 0.6.10
 Requires:   python-setuptools
 BuildArch:  noarch
+%if %{with test}
+BuildRequires:  %{python_module QDarkStyle = %{version}}
+BuildRequires:  %{python_module QtPy >= 1.9}
+BuildRequires:  %{python_module helpdev >= 0.6.10}
+BuildRequires:  %{python_module pyside2}
+BuildRequires:  %{python_module pytest-qt}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module qt5-devel}
+BuildRequires:  xvfb-run
+%endif
 %python_subpackages
 
 %description
@@ -51,33 +62,34 @@
 sed -i '1{\,^#!%{_bindir}/env python,d}' qdarkstyle/*.py qdarkstyle/utils/*.py
 
 %build
+%if !%{with test}
 %python_build
+%endif
 
+%if %{with test}
 %check
 export LANG=C.UTF-8
-export DISPLAY=%{X_display}
 export PYTHONDONTWRITEBYTECODE=1
-Xvfb %{X_display} >& Xvfb.log &
-trap "kill $! || true" EXIT
-sleep 10
-%{python_expand export PYTHON_PATH=%{buildroot}%{$python_sitelib}
-
-$python example/example.py --qt_from=pyqt5 --test
-$python example/example.py --qt_from=pyqt5 --test --no_dark
-
-$python example/example.py --qt_from=pyside2 --test
-$python example/example.py --qt_from=pyside2 --test --no_dark
-}
+
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run $python 
example/example.py --qt_from=pyqt5 --test
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run $python 
example/example.py --qt_from=pyqt5 --test --no_dark
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run $python 
example/example.py --qt_from=pyside2 --test
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run $python 
example/example.py --qt_from=pyside2 --test --no_dark
+%endif
 
 

commit python-QDarkStyle for openSUSE:Factory

2020-01-29 Thread root
Hello community,

here is the log from the commit of package python-QDarkStyle for 
openSUSE:Factory checked in at 2020-01-29 13:15:07

Comparing /work/SRC/openSUSE:Factory/python-QDarkStyle (Old)
 and  /work/SRC/openSUSE:Factory/.python-QDarkStyle.new.26092 (New)


Package is "python-QDarkStyle"

Wed Jan 29 13:15:07 2020 rev:3 rq:767948 version:2.8

Changes:

--- /work/SRC/openSUSE:Factory/python-QDarkStyle/python-QDarkStyle.changes  
2019-05-24 11:33:02.409374705 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-QDarkStyle.new.26092/python-QDarkStyle.changes
   2020-01-29 13:15:39.714086443 +0100
@@ -1,0 +2,40 @@
+Tue Jan 28 08:31:47 UTC 2020 - Tomáš Chvátal 
+
+- Fix the tarball fetching
+
+---
+Sat Jan 25 14:40:40 UTC 2020 - Sebastian Wagner 
+
+- disable python2 as build dependency pyside is only available on python3
+- update to version 2.8:
+ -  Fix tooltip giant rectangle #174
+ -  Fix QTextEdit wihout borders inside frame #188
+ -  Fix PyQt5 issuies on dropbown #191
+ -  Fix combo box with icons #169
+ -  Fix QToolbBar vertical handle #210
+ -  Fix pane tab labelcropped on activation #199
+ -  Enhance vertical/horiontal lines #184
+ -  Enhance tool button size and spacing #181, #183, #202
+ -  Enhance buttons and inputs with focus, blue border #194, #211
+ -  Enhance QSplitter #207
+ -  Removed QStatusBar vertical lines #205
+- update to version 2.7:
+ -  Remove utils from import in qdarkstyle, #170
+ -  Fix border colors in tool button #176
+ -  Fix scroll area and stacked with 2px padding, #159
+ -  Fix backgroung submenu color, #179
+ -  Fix extra border aside header's arrow indicator, #180
+ -  Fix menu right arrrow indicator
+ -  Fix slide bars colors, #150
+ -  Fix QLabels problems, #163, #139
+ -  Fix problems with example settings using PySide2 and --no\_dark #167
+ -  Provide SVG files for all images, standard names and sizes, fix images, 
#149
+ -  Improve images and add high resolution images, #140
+ -  Improve docs
+ -  Add check to scripts for generating images, #137
+ -  Fix tox and travis scripts #76
+ -  Provide docs in RTD, part of #160
+ -  Add helpdev depedency for reports and checks, #147
+ -  Update authors and maintainers
+
+---

Old:

  QDarkStyle-2.6.8.tar.gz

New:

  QDarkStyle-2.8.tar.gz



Other differences:
--
++ python-QDarkStyle.spec ++
--- /var/tmp/diff_new_pack.gdUAfc/_old  2020-01-29 13:15:41.966087594 +0100
+++ /var/tmp/diff_new_pack.gdUAfc/_new  2020-01-29 13:15:41.978087601 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-QDarkStyle
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,30 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
+%define X_display ":98"
 Name:   python-QDarkStyle
-Version:2.6.8
+Version:2.8
 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/%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
-BuildRequires:  %{python_module QtPy}
+URL:https://github.com/ColinDuquesnoy/QDarkStyleSheet
+Source: 
https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/v%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz
+BuildRequires:  %{python_module QtPy >= 1.7}
+BuildRequires:  %{python_module helpdev}
+BuildRequires:  %{python_module pyside2}
 BuildRequires:  %{python_module pytest-qt}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module qt5-devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-pyside2
+BuildRequires:  xorg-x11-server-Xvfb
+Requires:   python-QtPy >= 1.7
+Requires:   python-helpdev
 Requires:   python-setuptools
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -43,33 +48,36 @@
 
 %prep
 %setup -q -n QDarkStyleSheet-%{version}
-sed -i '1{\,^#!%{_bindir}/env python,d}' qdarkstyle/*.py
+sed -i '1{\,^#!%{_bindir}/env python,d}' qdarkstyle/*.py qdarkstyle/utils/*.py
 
 %build
 %python_build
 
 %check
-pushd script
 export LANG=C.UTF-8
-python3 process_ui.py
-python3 process_qrc.py
-
-python3 ../example/example.py --qt_from=pyqt5 --test
-python3 ../example/example.py 

commit python-QDarkStyle for openSUSE:Factory

2019-05-24 Thread root
Hello community,

here is the log from the commit of package python-QDarkStyle for 
openSUSE:Factory checked in at 2019-05-24 11:33:00

Comparing /work/SRC/openSUSE:Factory/python-QDarkStyle (Old)
 and  /work/SRC/openSUSE:Factory/.python-QDarkStyle.new.5148 (New)


Package is "python-QDarkStyle"

Fri May 24 11:33:00 2019 rev:2 rq:705019 version:2.6.8

Changes:

--- /work/SRC/openSUSE:Factory/python-QDarkStyle/python-QDarkStyle.changes  
2019-02-24 17:10:34.516502142 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-QDarkStyle.new.5148/python-QDarkStyle.changes
2019-05-24 11:33:02.409374705 +0200
@@ -1,0 +2,18 @@
+Thu May 23 12:14:36 UTC 2019 - pgaj...@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
+
+---

Old:

  QDarkStyle-2.6.5.tar.gz

New:

  QDarkStyle-2.6.8.tar.gz



Other differences:
--
++ python-QDarkStyle.spec ++
--- /var/tmp/diff_new_pack.PCboba/_old  2019-05-24 11:33:03.273374375 +0200
+++ /var/tmp/diff_new_pack.PCboba/_new  2019-05-24 11:33:03.285374371 +0200
@@ -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

++ QDarkStyle-2.6.5.tar.gz -> QDarkStyle-2.6.8.tar.gz ++
 19730 lines of diff (skipped)