David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-certifi
Commits:
aa4e1db8 by David Runge at 2025-10-05T12:35:43+02:00
upgpkg: 2025.10.05-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-certifi
pkgdesc = Python package for providing Mozilla's CA Bundle (using
system CA store)
- pkgver = 2025.08.03
+ pkgver = 2025.10.05
pkgrel = 1
url = https://github.com/certifi/python-certifi
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-certifi
makedepends = python-wheel
depends = ca-certificates
depends = python
- source =
https://github.com/certifi/python-certifi/archive/2025.08.03/python-certifi-2025.08.03.tar.gz
- sha512sums =
9b39d5c72dc74322a06d37f18f678cab16d753cc6ff845c42ed55b01fbf5547fc8753da36436b9aef21245f1fd8c9c5f164e451f120c0b6aa8e883572b55f906
- b2sums =
c4d6e090e017783349d8617ade0a40d145fcb39f3323d77807f036c10cb7a4ba4d059b0749dd59d7881633873d88947f63adb527b2aa9853997d7723909ddf88
+ source =
https://github.com/certifi/python-certifi/archive/2025.10.05/python-certifi-2025.10.05.tar.gz
+ sha512sums =
1f5c94007f7c7cb49e0f8baffdbadf1c9646b71136c908dff2665b674a02ab9a83936f921dc0c4ca9ed1af09d404a6b9a38fd1696881a599048ea79d713b78e1
+ b2sums =
cd8885d1648423132b41d8373b71cb3e058fccde7d412c171e993a1b73e03af8412395a38435ef7f2934773a5638eec69dd283ac9fe3a65076dbe9e253f2e566
pkgname = python-certifi
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: William J Bowman <[email protected]>
pkgname=python-certifi
-pkgver=2025.08.03
+pkgver=2025.10.05
pkgrel=1
pkgdesc="Python package for providing Mozilla's CA Bundle (using system CA
store)"
arch=(any)
@@ -23,8 +23,8 @@ makedepends=(
)
checkdepends=(python-pytest)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('9b39d5c72dc74322a06d37f18f678cab16d753cc6ff845c42ed55b01fbf5547fc8753da36436b9aef21245f1fd8c9c5f164e451f120c0b6aa8e883572b55f906')
-b2sums=('c4d6e090e017783349d8617ade0a40d145fcb39f3323d77807f036c10cb7a4ba4d059b0749dd59d7881633873d88947f63adb527b2aa9853997d7723909ddf88')
+sha512sums=('1f5c94007f7c7cb49e0f8baffdbadf1c9646b71136c908dff2665b674a02ab9a83936f921dc0c4ca9ed1af09d404a6b9a38fd1696881a599048ea79d713b78e1')
+b2sums=('cd8885d1648423132b41d8373b71cb3e058fccde7d412c171e993a1b73e03af8412395a38435ef7f2934773a5638eec69dd283ac9fe3a65076dbe9e253f2e566')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-certifi/-/commit/aa4e1db818d232c25b7b4b313f3bccd2df93ffe7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-certifi/-/commit/aa4e1db818d232c25b7b4b313f3bccd2df93ffe7
You're receiving this email because of your account on gitlab.archlinux.org.