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