pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-qtawesome: Update to 1.3.1
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Fri Jun 21 13:00:19 2024 -0600
Changeset: 09ac682f88082ff75a5e36a36b22b098a26ef842
Modified Files:
py-qtawesome/Makefile
py-qtawesome/PLIST
py-qtawesome/distinfo
Log Message:
py-qtawesome: Update to 1.3.1
Version 1.3.1 (2024-03-27)
Issues Closed
Issue 258 - Release QtAwesome 1.3.1
Issue 252 - Improve Codicons update command (PR 259 by @dalthviz)
Issue 236 - PermissionError: [WinError 5] Access is denied (PR 257 by @dalthviz)
In this release 3 issues were closed.
Pull Requests Merged
PR 259 - PR: Update Codicons update command and assets, by @dalthviz (252)
PR 257 - PR: Add version to fonts assets, some error handling for Windows font installation logic and keep up to date update scripts/commands, by @dalthviz (236)
PR 255 - PR: Use GitHub raw content URL to display README images over package PyPI landing page, by @dalthviz
In this release 3 pull requests were closed.
Version 1.3.0 (2023-12-11)
Issues Closed
Issue 253 - Release QtAwesome 1.3.0
Issue 222 - Update Material Design Icons 6.x (mdi6) to latest version (6.9.96) (PR 249 by @dalthviz)
Issue 165 - Need a way to stop animation icon from calling _update (PR 245 by @ccordoba12)
In this release 3 issues were closed.
Pull Requests Merged
PR 251 - PR: Update Codicons (msc) to 0.0.35, by @dalthviz
PR 249 - PR: Update Material Design Icons (mdi6) to 6.9.96, by @dalthviz (222)
PR 248 - PR: Improvements to the icon browser application, by @dalthviz
PR 246 - PR: Update readthedocs config to version 2, by @dalthviz
PR 245 - PR: Add API to start/stop animations to the Spin class, by @ccordoba12 (165)
PR 238 - PR: Provide icon size when creating an IconWidget, by @StSav012
PR 232 - PR: Remove usage of deprecated codecov package and move to GitHub Action variant, by @dalthviz
In this release 7 pull requests were closed.
Version 1.2.3 (2023-03-09)
Issues Closed
Issue 229 - Release QtAwesome 1.2.3
Issue 227 - Import error when importing PYSIDE6 while using QtPy <= 1.x (PR 228 by @dalthviz)
In this release 2 issues were closed.
Pull Requests Merged
PR 228 - PR: Change constants used to validate PySide installation and update PySide2 test environment to use QtPy<2.0.0, by @dalthviz (227)
In this release 1 pull request was closed.
Version 1.2.2 (2022-12-27)
Issues Closed
Issue 226 - Release QtAwesome 1.2.2
Issue 223 - Memory leak when using spin animation class on PyQt bindings (PR 224 by @dalthviz)
Issue 213 - Add a contributing guide (PR 218 by @dalthviz)
In this release 3 issues were closed.
Pull Requests Merged
PR 224 - PR: Use currentThreadId to identify thread for PyQt bindings, by @dalthviz (223)
PR 218 - PR: Add contributing guide and fix macOS tests, by @dalthviz (213)
In this release 2 pull requests were closed.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09ac682f88082ff75a5e36a36b22b098a26ef842
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-qtawesome/Makefile | 8 ++++----
py-qtawesome/PLIST | 52 +++++++++++++++++++++++++--------------------------
py-qtawesome/distinfo | 6 +++---
3 files changed, 33 insertions(+), 33 deletions(-)
diffs:
diff --git a/py-qtawesome/Makefile b/py-qtawesome/Makefile
index 6022e04a78..f4ddc120db 100644
--- a/py-qtawesome/Makefile
+++ b/py-qtawesome/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= QtAwesome-1.2.1
+DISTNAME= QtAwesome-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_PYPI:=Q/QtAwesome/}
@@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/spyder-ide/qtawesome
COMMENT= Iconic fonts in PyQt and PySide applications
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-QtPy>=2.2.0:../../wip/py-qtpy
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-qtawesome/PLIST b/py-qtawesome/PLIST
index 480b6f0bac..a126dfe885 100644
--- a/py-qtawesome/PLIST
+++ b/py-qtawesome/PLIST
@@ -1,11 +1,11 @@
@comment $NetBSD$
bin/qta-browser
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/qtawesome/__init__.py
${PYSITELIB}/qtawesome/__init__.pyc
${PYSITELIB}/qtawesome/__init__.pyo
@@ -15,26 +15,26 @@ ${PYSITELIB}/qtawesome/_version.pyo
${PYSITELIB}/qtawesome/animation.py
${PYSITELIB}/qtawesome/animation.pyc
${PYSITELIB}/qtawesome/animation.pyo
-${PYSITELIB}/qtawesome/fonts/codicon-charmap.json
-${PYSITELIB}/qtawesome/fonts/codicon.ttf
-${PYSITELIB}/qtawesome/fonts/elusiveicons-webfont-charmap.json
-${PYSITELIB}/qtawesome/fonts/elusiveicons-webfont.ttf
-${PYSITELIB}/qtawesome/fonts/fontawesome4.7-webfont-charmap.json
-${PYSITELIB}/qtawesome/fonts/fontawesome4.7-webfont.ttf
-${PYSITELIB}/qtawesome/fonts/fontawesome5-brands-webfont-charmap.json
-${PYSITELIB}/qtawesome/fonts/fontawesome5-brands-webfont.ttf
-${PYSITELIB}/qtawesome/fonts/fontawesome5-regular-webfont-charmap.json
-${PYSITELIB}/qtawesome/fonts/fontawesome5-regular-webfont.ttf
-${PYSITELIB}/qtawesome/fonts/fontawesome5-solid-webfont-charmap.json
-${PYSITELIB}/qtawesome/fonts/fontawesome5-solid-webfont.ttf
-${PYSITELIB}/qtawesome/fonts/materialdesignicons5-webfont-charmap.json
-${PYSITELIB}/qtawesome/fonts/materialdesignicons5-webfont.ttf
-${PYSITELIB}/qtawesome/fonts/materialdesignicons6-webfont-charmap.json
-${PYSITELIB}/qtawesome/fonts/materialdesignicons6-webfont.ttf
-${PYSITELIB}/qtawesome/fonts/phosphor-charmap.json
-${PYSITELIB}/qtawesome/fonts/phosphor.ttf
-${PYSITELIB}/qtawesome/fonts/remixicon-charmap.json
-${PYSITELIB}/qtawesome/fonts/remixicon.ttf
+${PYSITELIB}/qtawesome/fonts/codicon-0.0.35.ttf
+${PYSITELIB}/qtawesome/fonts/codicon-charmap-0.0.35.json
+${PYSITELIB}/qtawesome/fonts/elusiveicons-webfont-2.0.ttf
+${PYSITELIB}/qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json
+${PYSITELIB}/qtawesome/fonts/fontawesome4-webfont-4.7.ttf
+${PYSITELIB}/qtawesome/fonts/fontawesome4-webfont-charmap-4.7.json
+${PYSITELIB}/qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf
+${PYSITELIB}/qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json
+${PYSITELIB}/qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf
+${PYSITELIB}/qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json
+${PYSITELIB}/qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf
+${PYSITELIB}/qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json
+${PYSITELIB}/qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf
+${PYSITELIB}/qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json
+${PYSITELIB}/qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf
+${PYSITELIB}/qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json
+${PYSITELIB}/qtawesome/fonts/phosphor-1.3.0.ttf
+${PYSITELIB}/qtawesome/fonts/phosphor-charmap-1.3.0.json
+${PYSITELIB}/qtawesome/fonts/remixicon-2.5.0.ttf
+${PYSITELIB}/qtawesome/fonts/remixicon-charmap-2.5.0.json
${PYSITELIB}/qtawesome/icon_browser.py
${PYSITELIB}/qtawesome/icon_browser.pyc
${PYSITELIB}/qtawesome/icon_browser.pyo
diff --git a/py-qtawesome/distinfo b/py-qtawesome/distinfo
index 380ffe9de2..d4918f5f01 100644
--- a/py-qtawesome/distinfo
+++ b/py-qtawesome/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (QtAwesome-1.2.1.tar.gz) = 99a71325b24f8ba0fabd0e25c2f8a8086c4be96d1144a4d1968cae9e1c971cd6
-SHA512 (QtAwesome-1.2.1.tar.gz) = dd4ef533c5a7bc5fc7eba549c166653efb2352e12412d5678e30cc8865fe44684ca6e070ca61801910c3eefd5673325cb87555e0fb30007b5fd0b53d04dc1c44
-Size (QtAwesome-1.2.1.tar.gz) = 2280937 bytes
+BLAKE2s (QtAwesome-1.3.1.tar.gz) = 75fe720940bea063536ad7c3e182b8143222bebbba64302b1c91d438064d6ee2
+SHA512 (QtAwesome-1.3.1.tar.gz) = 6b50a4fce231331ec05497905f4fb1e7d91d5bbc9dfd963f3b2dd649d3d28f20436d1c3aed574457ff4afaf277d0e53b371ead7e0ddfb208ab8a4b5ddd4bc2f1
+Size (QtAwesome-1.3.1.tar.gz) = 2372190 bytes
Home |
Main Index |
Thread Index |
Old Index