Hello community,
here is the log from the commit of package python-QtAwesome for
openSUSE:Factory checked in at 2019-03-19 09:58:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-QtAwesome (Old)
and /work/SRC/openSUSE:Factory/.python-QtAwesome.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-QtAwesome"
Tue Mar 19 09:58:21 2019 rev:4 rq:682826 version:0.5.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes
2018-12-19 13:52:01.927067385 +0100
+++
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.28833/python-QtAwesome.changes
2019-03-19 09:58:27.604101332 +0100
@@ -1,0 +2,13 @@
+Fri Mar 8 12:42:52 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.5.7:
+ * Issue 113 - Corrupted icons with PyQt 5.12
+
+-------------------------------------------------------------------
+Wed Mar 6 09:44:56 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.5.6:
+ * Too many changes to enumerate, see CHANGELOG.md
+- Run tests
+
+-------------------------------------------------------------------
Old:
----
QtAwesome-0.4.4.tar.gz
New:
----
QtAwesome-0.5.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-QtAwesome.spec ++++++
--- /var/tmp/diff_new_pack.eYeumP/_old 2019-03-19 09:58:28.140101117 +0100
+++ /var/tmp/diff_new_pack.eYeumP/_new 2019-03-19 09:58:28.144101115 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-QtAwesome
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-QtAwesome
-Version: 0.4.4
+Version: 0.5.7
Release: 0
Summary: FontAwesome icons in PyQt and PySide applications
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/spyder-ide/qtawesome
+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 pytest-qt}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: python3-2to3
+BuildRequires: xvfb-run
Requires: python-QtPy
Requires: python-six
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -46,8 +47,6 @@
%prep
%setup -q -n QtAwesome-%{version}
-# remove erroneously packaged file
-rm -R qtawesome/tests/__pycache__
%build
%python_build
@@ -56,8 +55,12 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run
py.test-%{$python_bin_suffix} -v qtawesome/tests
+
%files %{python_files}
%license LICENSE
+%doc CHANGELOG.md README.md
%{python_sitelib}/*
%changelog
++++++ QtAwesome-0.4.4.tar.gz -> QtAwesome-0.5.7.tar.gz ++++++
++++ 7686 lines of diff (skipped)