David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-rjsmin
Commits: a2a2b9de by David Runge at 2024-04-05T21:00:35+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 6f4d9359 by David Runge at 2024-04-05T21:01:12+02:00 upgpkg: 1.2.2-2: Rebuild against Python 3.12 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-rjsmin pkgdesc = Fast javascript minifier for Python pkgver = 1.2.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/ndparker/rjsmin arch = x86_64 license = Apache-2.0 ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-rjsmin] +source = "pypi" +pypi = "rjsmin" ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=rjsmin pkgname=python-rjsmin pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Fast javascript minifier for Python" arch=(x86_64) url="https://github.com/ndparker/rjsmin" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rjsmin/-/compare/baa7a80676bd0493f634fd7510d70e5045e0aafa...6f4d935900151800cdf82b4d3c69db4bb855ff60 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rjsmin/-/compare/baa7a80676bd0493f634fd7510d70e5045e0aafa...6f4d935900151800cdf82b4d3c69db4bb855ff60 You're receiving this email because of your account on gitlab.archlinux.org.
