David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-pywayland
Commits: 1d05a1b3 by David Runge at 2024-04-05T21:17:20+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 4c0606a7 by David Runge at 2024-04-05T21:18:03+02:00 upgpkg: 0.4.17-2: Rebuild against Python 3.12 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pywayland pkgdesc = Python bindings for the libwayland library pkgver = 0.4.17 - pkgrel = 1 + pkgrel = 2 url = https://github.com/flacjacket/pywayland arch = x86_64 license = Apache-2.0 ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-pywayland] +source = "pypi" +pypi = "pywayland" ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=pywayland pkgname=python-pywayland pkgver=0.4.17 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for the libwayland library" arch=(x86_64) url="https://github.com/flacjacket/pywayland" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywayland/-/compare/9ab9bbe7ab670d7898edcce0b72c41bb5eeeb607...4c0606a745bf48cfb34bcc4cdade2e9b730f9131 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywayland/-/compare/9ab9bbe7ab670d7898edcce0b72c41bb5eeeb607...4c0606a745bf48cfb34bcc4cdade2e9b730f9131 You're receiving this email because of your account on gitlab.archlinux.org.
