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 2024-04-02 16:44:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-QtAwesome (Old)
and /work/SRC/openSUSE:Factory/.python-QtAwesome.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-QtAwesome"
Tue Apr 2 16:44:12 2024 rev:15 rq:1164109 version:1.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-QtAwesome/python-QtAwesome.changes
2024-01-03 12:24:28.630357392 +0100
+++
/work/SRC/openSUSE:Factory/.python-QtAwesome.new.1905/python-QtAwesome.changes
2024-04-02 16:47:04.679060460 +0200
@@ -1,0 +2,12 @@
+Fri Mar 29 10:41:57 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 1.3.1
+ * Use GitHub raw content URL to display README images over
+ package PyPI landing page by @dalthviz in #255
+ * Add version to fonts assets, some error handling for Windows
+ font installation logic and keep up to date update
+ scripts/commands by @dalthviz in #257
+ * Update Codicons update command and assets by @dalthviz in #259
+- PEP517 build
+
+-------------------------------------------------------------------
Old:
----
QtAwesome-1.3.0.tar.gz
New:
----
QtAwesome-1.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-QtAwesome.spec ++++++
--- /var/tmp/diff_new_pack.vNDfIZ/_old 2024-04-02 16:47:05.291082970 +0200
+++ /var/tmp/diff_new_pack.vNDfIZ/_new 2024-04-02 16:47:05.291082970 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-QtAwesome
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
%{?sle15_python_module_pythons}
-%define skip_python2 1
Name: python-QtAwesome
-Version: 1.3.0
+Version: 1.3.1
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 pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
# SECTION test requirements
BuildRequires: %{python_module pytest-qt}
BuildRequires: %{python_module pytest-xvfb}
@@ -39,8 +40,9 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-QtPy
+Provides: python-qtawesome = %{version}-%{release}
Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
@@ -56,10 +58,10 @@
dos2unix CHANGELOG.md README.md
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/qta-browser
@@ -75,6 +77,7 @@
%files %{python_files}
%license LICENSE.txt
%doc CHANGELOG.md README.md
-%{python_sitelib}/*
+%{python_sitelib}/qtawesome
+%{python_sitelib}/QtAwesome-%{version}.dist-info
%python_alternative %{_bindir}/qta-browser
++++++ QtAwesome-1.3.0.tar.gz -> QtAwesome-1.3.1.tar.gz ++++++
++++ 47262 lines of diff (skipped)