Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-qtpy
Commits:
c5d85c59 by Antonio Rojas at 2024-03-31T00:24:43+01:00
upgpkg: 2.4.1-1: Update to 2.4.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-qtpy
pkgdesc = Provides an uniform layer to support PyQt5 and PySide2 with a
single codebase
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/spyder-ide/qtpy/
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-qtpy
optdepends = python-pyqt6-webengine: Qt6-WebEngine python bindings
optdepends = pyside2: PySide Qt5 Python bindings
optdepends = pyside6: PySide Qt6 Python bindings
- source =
https://github.com/spyder-ide/qtpy//archive/v2.4.0/python-qtpy-2.4.0.tar.gz
- sha256sums =
73578b32f19494ef7c2f4afb41af6e6b2028308ab553282981e6bad8a1e0a259
+ source =
https://github.com/spyder-ide/qtpy//archive/v2.4.1/python-qtpy-2.4.1.tar.gz
+ sha256sums =
e5f3ceaf3465b453f71cc0248fc85116ae5b3dfd76cbfd491409eb345a9f9df2
pkgname = python-qtpy
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=qtpy
pkgname=python-qtpy
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="Provides an uniform layer to support PyQt5 and PySide2 with a single
codebase"
arch=(any)
@@ -49,7 +49,7 @@ checkdepends=(
xorg-server-xvfb
)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('73578b32f19494ef7c2f4afb41af6e6b2028308ab553282981e6bad8a1e0a259')
+sha256sums=('e5f3ceaf3465b453f71cc0248fc85116ae5b3dfd76cbfd491409eb345a9f9df2')
build() {
cd ${_pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtpy/-/commit/c5d85c59796d912731ee4810633a27f4a7769890
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtpy/-/commit/c5d85c59796d912731ee4810633a27f4a7769890
You're receiving this email because of your account on gitlab.archlinux.org.