Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
python-pyotherside
Commits:
25de88af by Christian Hesse at 2025-02-16T20:10:04+01:00
upgpkg: 1.6.2-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyotherside
pkgdesc = Asynchronous Python 3 Bindings for Qt5
- pkgver = 1.6.1
- pkgrel = 2
+ pkgver = 1.6.2
+ pkgrel = 1
url = https://thp.io/2011/pyotherside
arch = x86_64
license = ISC
@@ -9,7 +9,7 @@ pkgbase = python-pyotherside
depends = qt5-base
depends = qt5-declarative
depends = qt5-svg
- source =
python-pyotherside-1.6.1.tar.gz::https://github.com/thp/pyotherside/archive/1.6.1.tar.gz
- sha256sums =
d8ce8383990635472be98461f12c2352e98bc8351faa3416e6fa4679f8f08f06
+ source =
python-pyotherside-1.6.2.tar.gz::https://github.com/thp/pyotherside/archive/1.6.2.tar.gz
+ sha256sums =
9afe075f165c78ec584892887a6411fe1476f2115cf3bba026105bde29292a4b
pkgname = python-pyotherside
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
pkgname=python-pyotherside
_pyname=pyotherside
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.6.2
+pkgrel=1
pkgdesc='Asynchronous Python 3 Bindings for Qt5'
arch=('x86_64')
url='https://thp.io/2011/pyotherside'
license=('ISC')
depends=('python' 'qt5-base' 'qt5-declarative' 'qt5-svg')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thp/${_pyname}/archive/${pkgver}.tar.gz")
-sha256sums=('d8ce8383990635472be98461f12c2352e98bc8351faa3416e6fa4679f8f08f06')
+sha256sums=('9afe075f165c78ec584892887a6411fe1476f2115cf3bba026105bde29292a4b')
build() {
cd "${_pyname}-${pkgver}/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyotherside/-/commit/25de88aff4bf5ea466975bdadf375f2831df8524
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyotherside/-/commit/25de88aff4bf5ea466975bdadf375f2831df8524
You're receiving this email because of your account on gitlab.archlinux.org.