Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-maxminddb
Commits:
bfa52c55 by Felix Yan at 2026-01-16T21:24:18+08:00
upgpkg: 2.6.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-maxminddb
pkgdesc = Reader for the MaxMind DB format
- pkgver = 2.6.2
- pkgrel = 2
+ pkgver = 2.6.3
+ pkgrel = 1
url = https://github.com/maxmind/MaxMind-DB-Reader-python
arch = x86_64
license = Apache-2.0
@@ -14,10 +14,10 @@ pkgbase = python-maxminddb
makedepends = python-setuptools-scm
depends = python
depends = libmaxminddb
- source =
git+https://github.com/maxmind/MaxMind-DB-Reader-python.git#tag=v2.6.2
+ source =
git+https://github.com/maxmind/MaxMind-DB-Reader-python.git#tag=v2.6.3
source = git+https://github.com/maxmind/MaxMind-DB.git
source = git+https://github.com/maxmind/libmaxminddb.git
- sha512sums =
893ac462d45d8dd3586e32593b7837a45fd1704e0e9b2ef53231ca62d9f98d67eb5a5993af951ed009a720adb1f70d8dc805db6e9d800bbadd5f697bdbac9d39
+ sha512sums =
2d061685da28627eb2b42b8b91c99e4a1a6ba25c069145aaa49b18c0cf5a9eb42c4e57ac6d36770e4e4f82860d7c61a2e0a8683bab55aed2cd0129841995fcc3
sha512sums = SKIP
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-maxminddb
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.6.3
+pkgrel=1
pkgdesc="Reader for the MaxMind DB format"
url="https://github.com/maxmind/MaxMind-DB-Reader-python"
license=('Apache-2.0')
@@ -14,7 +14,7 @@ checkdepends=('python-pytest')
source=("git+https://github.com/maxmind/MaxMind-DB-Reader-python.git#tag=v$pkgver"
"git+https://github.com/maxmind/MaxMind-DB.git"
"git+https://github.com/maxmind/libmaxminddb.git")
-sha512sums=('893ac462d45d8dd3586e32593b7837a45fd1704e0e9b2ef53231ca62d9f98d67eb5a5993af951ed009a720adb1f70d8dc805db6e9d800bbadd5f697bdbac9d39'
+sha512sums=('2d061685da28627eb2b42b8b91c99e4a1a6ba25c069145aaa49b18c0cf5a9eb42c4e57ac6d36770e4e4f82860d7c61a2e0a8683bab55aed2cd0129841995fcc3'
'SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-maxminddb/-/commit/bfa52c556d42f1833656b6ec6d369e00c57bb8e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-maxminddb/-/commit/bfa52c556d42f1833656b6ec6d369e00c57bb8e3
You're receiving this email because of your account on gitlab.archlinux.org.