Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-service-identity
Commits: 7434f922 by Jelle van der Waa at 2024-11-03T19:44:53+01:00 upgpkg: 24.2.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-service-identity pkgdesc = Service identity verification for pyOpenSSL - pkgver = 23.1.0 - pkgrel = 2 + pkgver = 24.2.0 + pkgrel = 1 url = https://pypi.python.org/pypi/service_identity arch = any license = MIT @@ -19,7 +19,7 @@ pkgbase = python-service-identity depends = python-cryptography optdepends = python-idna: for Internationalized Domain Names support replaces = python-service_identity - source = git+https://github.com/pyca/service-identity.git#commit=be2f98443fe0ce1d8dcc7f373ea53561bd929837 - sha512sums = SKIP + source = git+https://github.com/pyca/service-identity.git#tag=24.2.0 + sha512sums = 66deacd345ac0ace2434320a6679cc17847f38d0905e9f4217ff199a83152291b9e643a9dc64417e3f9278084a6662ce25d489f74c6ad1724eddecac873f17fe pkgname = python-service-identity ===================================== PKGBUILD ===================================== @@ -1,9 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-service-identity -pkgver=23.1.0 -_commit=be2f98443fe0ce1d8dcc7f373ea53561bd929837 -pkgrel=2 +pkgver=24.2.0 +pkgrel=1 pkgdesc="Service identity verification for pyOpenSSL" arch=('any') license=('MIT') @@ -14,8 +13,8 @@ makedepends=('git' 'python-build' 'python-installer' 'python-hatchling' 'python- checkdepends=('python-pytest' 'python-idna') optdepends=('python-idna: for Internationalized Domain Names support') replaces=('python-service_identity') -source=("git+https://github.com/pyca/service-identity.git#commit=$_commit") -sha512sums=('SKIP') +source=("git+https://github.com/pyca/service-identity.git#tag=$pkgver") +sha512sums=('66deacd345ac0ace2434320a6679cc17847f38d0905e9f4217ff199a83152291b9e643a9dc64417e3f9278084a6662ce25d489f74c6ad1724eddecac873f17fe') build() { cd service-identity View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-service-identity/-/commit/7434f922fb1b73788a26591aa677e8d33a6cca1c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-service-identity/-/commit/7434f922fb1b73788a26591aa677e8d33a6cca1c You're receiving this email because of your account on gitlab.archlinux.org.