17
0

4 Commits

Author SHA256 Message Date
925520772c Accepting request 1329568 from devel:languages:python
- update to 1.4.1:
  * Issue 296 - Release QtAwesome 1.4.1
  * Issue 284 - `example.py` segfaults with both PyQt 6 and
    PySide 6 (6.8.x) (PR 288 by @dalthviz)
  * Issue 280 - Segfault at the end on Qt6 when `draw=='path'`
    (PR 290 by @StSav012)
  * PR 299 - PR: Update macOS image label to `macos-15-intel`, by
    @dalthviz
  * PR 292 - PR: Add Qt6 (PyQt6/PySide6) test jobs and fix
    PySide2 and `pytest-qt` support related failures, by
    @StSav012
  * PR 290 - PR: Do not clear the cache of `QRawFont` instances
    for the main app thread, by @StSav012
  * PR 288 - PR: Check specific PySide6 version (6.8.3) in CI and
    address CI warnings (`setup-miniconda`), by @dalthviz
  * PR 287 - PR: Add new security policy, by @CAM-Gerlach
  * PR 286 - [pre-commit.ci] pre-commit autoupdate, by [@pre-
    commit-ci[bot]](https://github.com/apps/pre-commit-ci)

OBS-URL: https://build.opensuse.org/request/show/1329568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-QtAwesome?expand=0&rev=18
2026-01-28 14:12:47 +00:00
fab702669f - update to 1.4.1:
* Issue 296 - Release QtAwesome 1.4.1
  * Issue 284 - `example.py` segfaults with both PyQt 6 and
    PySide 6 (6.8.x) (PR 288 by @dalthviz)
  * Issue 280 - Segfault at the end on Qt6 when `draw=='path'`
    (PR 290 by @StSav012)
  * PR 299 - PR: Update macOS image label to `macos-15-intel`, by
    @dalthviz
  * PR 292 - PR: Add Qt6 (PyQt6/PySide6) test jobs and fix
    PySide2 and `pytest-qt` support related failures, by
    @StSav012
  * PR 290 - PR: Do not clear the cache of `QRawFont` instances
    for the main app thread, by @StSav012
  * PR 288 - PR: Check specific PySide6 version (6.8.3) in CI and
    address CI warnings (`setup-miniconda`), by @dalthviz
  * PR 287 - PR: Add new security policy, by @CAM-Gerlach
  * PR 286 - [pre-commit.ci] pre-commit autoupdate, by [@pre-
    commit-ci[bot]](https://github.com/apps/pre-commit-ci)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtAwesome?expand=0&rev=37
2026-01-27 21:37:18 +00:00
ab89546277 Accepting request 1281288 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1281288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-QtAwesome?expand=0&rev=17
2025-05-30 12:39:13 +00:00
3684f1d9a8 - Update to 1.4.0
## Issues Closed
  * Issue 275 - Update Codicon to 0.0.36 and fix update script (PR
    276 by @dalthviz)
  * Issue 264 - FileNotFoundError on fonts due to Windows Font
    Blocking policy (PR 273 by @dalthviz)
  * Issue 230 - Add Font Awesome 6 and remove deprecated Font
    Awesome 4 (PR 274 by @dalthviz)
  ## Pull Requests Merged
  * PR 277 - PR: Revert Qt binging conditional to run example.py
    and fix animations start/stop logic (CI), by @dalthviz (254)
  * PR 276 - PR: Update Codicon to 0.0.36, by @dalthviz (275)
  * PR 274 - PR: Add FontAwesome 6 icons (6.7.2) and change font
    update command, by @dalthviz (230)
  * PR 273 - PR: Return original font directory when font user
    installation load fails, by @dalthviz (264)
  * PR 272 - PR: Remove FontAwesome 4 font support, by @dalthviz
  * PR 270 - PR: Add fallback to try to load fonts from the system
    ones and add method to check info about bundled fonts, by
    @dalthviz
- Remove windows script entrypoint to install fonts systemwide

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtAwesome?expand=0&rev=35
2025-05-30 07:53:55 +00:00
4 changed files with 59 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:075b2c9ee01cbaf5e3a4bebed0e5529ee8605981355f21dea051b15c1b869e1b
size 2372190

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Jan 27 21:36:58 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
* Issue 296 - Release QtAwesome 1.4.1
* Issue 284 - `example.py` segfaults with both PyQt 6 and
PySide 6 (6.8.x) (PR 288 by @dalthviz)
* Issue 280 - Segfault at the end on Qt6 when `draw=='path'`
(PR 290 by @StSav012)
* PR 299 - PR: Update macOS image label to `macos-15-intel`, by
@dalthviz
* PR 292 - PR: Add Qt6 (PyQt6/PySide6) test jobs and fix
PySide2 and `pytest-qt` support related failures, by
@StSav012
* PR 290 - PR: Do not clear the cache of `QRawFont` instances
for the main app thread, by @StSav012
* PR 288 - PR: Check specific PySide6 version (6.8.3) in CI and
address CI warnings (`setup-miniconda`), by @dalthviz
* PR 287 - PR: Add new security policy, by @CAM-Gerlach
* PR 286 - [pre-commit.ci] pre-commit autoupdate, by [@pre-
commit-ci[bot]](https://github.com/apps/pre-commit-ci)
-------------------------------------------------------------------
Thu May 29 18:33:51 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 1.4.0
## Issues Closed
* Issue 275 - Update Codicon to 0.0.36 and fix update script (PR
276 by @dalthviz)
* Issue 264 - FileNotFoundError on fonts due to Windows Font
Blocking policy (PR 273 by @dalthviz)
* Issue 230 - Add Font Awesome 6 and remove deprecated Font
Awesome 4 (PR 274 by @dalthviz)
## Pull Requests Merged
* PR 277 - PR: Revert Qt binging conditional to run example.py
and fix animations start/stop logic (CI), by @dalthviz (254)
* PR 276 - PR: Update Codicon to 0.0.36, by @dalthviz (275)
* PR 274 - PR: Add FontAwesome 6 icons (6.7.2) and change font
update command, by @dalthviz (230)
* PR 273 - PR: Return original font directory when font user
installation load fails, by @dalthviz (264)
* PR 272 - PR: Remove FontAwesome 4 font support, by @dalthviz
* PR 270 - PR: Add fallback to try to load fonts from the system
ones and add method to check info about bundled fonts, by
@dalthviz
- Remove windows script entrypoint to install fonts systemwide
-------------------------------------------------------------------
Thu Mar 27 02:00:24 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-QtAwesome
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-QtAwesome
Version: 1.3.1
Version: 1.4.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
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}
@@ -33,8 +33,7 @@ BuildRequires: %{python_module pytest-qt}
BuildRequires: %{python_module pytest-xvfb}
BuildRequires: %{python_module pytest}
# Choose one of the many backend options for pytest-qt,
# only PyQt5 available for all flavors and supported by QtPy
BuildRequires: %{python_module qt5}
BuildRequires: %{python_module PyQt6}
# /SECTION
BuildRequires: dos2unix
BuildRequires: fdupes
@@ -54,8 +53,10 @@ It is a port to Python - PyQt / PySide of the QtAwesome C++
library by Rick Blommers.
%prep
%setup -q -n QtAwesome-%{version}
%setup -q -n qtawesome-%{version}
dos2unix CHANGELOG.md README.md
# remove entrypoint only for windows
sed -i '/qta-install-fonts-all-users/d' setup.py
%build
%pyproject_wheel
@@ -66,7 +67,8 @@ dos2unix CHANGELOG.md README.md
%python_clone -a %{buildroot}%{_bindir}/qta-browser
%check
%pytest -v qtawesome/tests
export PYTHONPATH="."
%pytest -v
%post
%python_install_alternative qta-browser

3
qtawesome-1.4.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6c5aa545b614fc562769e9eeadf18530e08b8eebe28af4ab5d38131194c9c7b
size 2614043