Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / python-brotlicffi
Commits: 47db0117 by Maxime Gauduin at 2023-10-30T16:52:03+01:00 upgpkg: 1.1.0.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-brotlicffi + pkgdesc = Python bindings to the Brotli compression library + pkgver = 1.1.0.0 + pkgrel = 1 + url = https://github.com/python-hyper/brotlicffi + arch = x86_64 + license = MIT + makedepends = git + makedepends = python-setuptools + depends = brotli + depends = python + depends = python-cffi + source = git+https://github.com/python-hyper/brotlicffi.git#tag=353f6f16f0a1871d761fa2f68cd2efedc35afc9a + b2sums = SKIP + +pkgname = python-brotlicffi ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-brotlicffi -pkgver=1.0.9.2 -pkgrel=4 +pkgver=1.1.0.0 +pkgrel=1 pkgdesc='Python bindings to the Brotli compression library' arch=(x86_64) url=https://github.com/python-hyper/brotlicffi @@ -16,7 +16,7 @@ makedepends=( git python-setuptools ) -_tag=de7ee050f809448735f0f05a6379383b8cf4554f +_tag=353f6f16f0a1871d761fa2f68cd2efedc35afc9a source=(git+https://github.com/python-hyper/brotlicffi.git#tag=${_tag}) b2sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-brotlicffi/-/commit/47db01174305821f3a5ce98c18ae9a2dc4df3e4f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-brotlicffi/-/commit/47db01174305821f3a5ce98c18ae9a2dc4df3e4f You're receiving this email because of your account on gitlab.archlinux.org.
