Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-QtAwesome for
openSUSE:Factory checked in at 2021-10-16 22:47:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-QtAwesome (Old)
and /work/SRC/openSUSE:Factory/.python-QtAwesome.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-QtAwesome"
Sat Oct 16 22:47:20 2021 rev:9 rq:925645 version:1.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes
2021-03-30 21:02:52.388880941 +0200
+++
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.1890/python-QtAwesome.changes
2021-10-16 22:47:56.872707473 +0200
@@ -1,0 +2,9 @@
+Sat Oct 16 09:04:13 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 1.0.3
+ * Fix: Implicit integer conversion is deprecated,
+ Cast tileWidth to an integer
+ * Fix: Timer should belong to parent widget
+- Resolve have-choice for Qt backends tested by pytest-qt
+
+-------------------------------------------------------------------
Old:
----
QtAwesome-1.0.2.tar.gz
New:
----
QtAwesome-1.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-QtAwesome.spec ++++++
--- /var/tmp/diff_new_pack.fBBMFd/_old 2021-10-16 22:47:57.284707820 +0200
+++ /var/tmp/diff_new_pack.fBBMFd/_new 2021-10-16 22:47:57.288707824 +0200
@@ -19,25 +19,29 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-QtAwesome
-Version: 1.0.2
+Version: 1.0.3
Release: 0
Summary: FontAwesome icons in PyQt and PySide applications
License: MIT
URL: https://github.com/spyder-ide/qtawesome
Source:
https://files.pythonhosted.org/packages/source/Q/QtAwesome/QtAwesome-%{version}.tar.gz
BuildRequires: %{python_module QtPy}
+BuildRequires: %{python_module setuptools}
+# SECTION test requirements
BuildRequires: %{python_module pytest-qt}
BuildRequires: %{python_module pytest-xvfb}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
+# Choose one of the many backend options for pytest-qt,
+# only PyQt5 available for all flavors and supported by QtPy
+BuildRequires: %{python_module qt5}
+# /SECTION
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: xvfb-run
Requires: python-QtPy
-BuildArch: noarch
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
+BuildArch: noarch
%python_subpackages
%description
@@ -49,7 +53,7 @@
%prep
%setup -q -n QtAwesome-%{version}
-dos2unix CHANGELOG.md
+dos2unix CHANGELOG.md README.md
%build
%python_build
++++++ QtAwesome-1.0.2.tar.gz -> QtAwesome-1.0.3.tar.gz ++++++
++++ 22308 lines of diff (skipped)