Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / python-pykeepass
Commits: 9c2c86ec by Fabian Bornschein at 2024-06-27T12:11:43+02:00 upgpkg: 4.1.0-1 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pykeepass pkgdesc = Python library to interact with keepass databases - pkgver = 4.0.7.post1 + pkgver = 4.1.0 pkgrel = 1 url = https://github.com/libkeepass/pykeepass arch = any @@ -16,7 +16,7 @@ pkgbase = python-pykeepass depends = python-lxml depends = python-pycryptodomex depends = python-setuptools - source = git+https://github.com/libkeepass/pykeepass.git#tag=v4.0.7-post1 - b2sums = fa3052930f41f7a9017c6194ce9acf09f22601a21fc9fcc2252d361c0293c8bcc1ed04af95f0ed82822c42009d22de7d35075107c00a4481bb906447333cc6ce + source = git+https://github.com/libkeepass/pykeepass.git#tag=v4.1.0 + b2sums = bc73719af18f89014456d00d72b75494bdb778a86106512344a7776ea4d098151d9d3c6766ca2a46b98a5f5d4d5a9cca348c400e0257b2a575e4aa231cb0bf62 pkgname = python-pykeepass ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[python-pykeepass] +source = "git" +git = "https://github.com/libkeepass/pykeepass.git" +prefix = "v" ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=python-pykeepass -pkgver=4.0.7.post1 +pkgver=4.1.0 pkgrel=1 pkgdesc="Python library to interact with keepass databases" arch=('any') @@ -23,8 +23,8 @@ makedepends=( python-wheel ) checkdepends=(python-pyotp) -source=("git+https://github.com/libkeepass/pykeepass.git#tag=v${pkgver/.post/-post}") -b2sums=('fa3052930f41f7a9017c6194ce9acf09f22601a21fc9fcc2252d361c0293c8bcc1ed04af95f0ed82822c42009d22de7d35075107c00a4481bb906447333cc6ce') +source=("git+https://github.com/libkeepass/pykeepass.git#tag=v${pkgver}") +b2sums=('bc73719af18f89014456d00d72b75494bdb778a86106512344a7776ea4d098151d9d3c6766ca2a46b98a5f5d4d5a9cca348c400e0257b2a575e4aa231cb0bf62') prepare() { cd pykeepass View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pykeepass/-/commit/9c2c86ec510e03ca0e6921f525dee1bb0ea9bb59 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pykeepass/-/commit/9c2c86ec510e03ca0e6921f525dee1bb0ea9bb59 You're receiving this email because of your account on gitlab.archlinux.org.