Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-lexicon
Commits: e3ffeb20 by Jelle van der Waa at 2024-04-07T12:05:47+02:00 upgpkg: 2.0.1-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = python-lexicon + pkgdesc = Powerful dict subclass(es) with aliasing & attribute access + pkgver = 2.0.1 + pkgrel = 3 + url = https://github.com/bitprophet/lexicon + arch = any + license = BSD + checkdepends = python-pytest-relaxed + makedepends = python-setuptools + depends = python + source = https://github.com/bitprophet/lexicon/archive/2.0.1/python-lexicon-2.0.1.tar.gz + sha512sums = ce63ca85d823851c757c4e7292f4e7d6d6a7714bd48ef4df1a6f792ecf03965ea89aa09f81411128e8e734d72e6dd062a8afb03602c2511be951756216c823ec + +pkgname = python-lexicon ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-lexicon pkgver=2.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Powerful dict subclass(es) with aliasing & attribute access" url="https://github.com/bitprophet/lexicon" license=('BSD') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-lexicon/-/commit/e3ffeb20c3ff31293357c1869c8dad577688e3bf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-lexicon/-/commit/e3ffeb20c3ff31293357c1869c8dad577688e3bf You're receiving this email because of your account on gitlab.archlinux.org.
