git » python-keyring.git » commit fbd68e1

upgpkg: 25.7.0-1: Upstream release

author Carl Smedstad
2025-11-16 17:55:15 UTC
committer Carl Smedstad
2025-11-16 17:55:15 UTC
parent f2e2b6f66d02add5c65815916666aec9e4e736e4

upgpkg: 25.7.0-1: Upstream release

https://github.com/jaraco/keyring/blob/v25.7.0/NEWS.rst

.SRCINFO +4 -4
PKGBUILD +10 -4

diff --git a/.SRCINFO b/.SRCINFO
index a767bc0..3193598 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-keyring
 	pkgdesc = Store and access your passwords safely
-	pkgver = 25.6.0
+	pkgver = 25.7.0
 	pkgrel = 1
 	url = https://github.com/jaraco/keyring
 	arch = any
@@ -23,8 +23,8 @@ pkgbase = python-keyring
 	optdepends = python-gobject: libsecret backend
 	optdepends = python-keyrings-alt: Alternative backends
 	optdepends = python-pluggy: devpi client
-	source = git+https://github.com/jaraco/keyring.git#tag=v25.6.0
-	sha512sums = d8c2625bbb0a4a837aa240647ea9a5b9fe24aebfbe1317b03ef8f08987fbc35a1a4dc7e52a7a9d7f1501b2387045691e7bb1c33e003d2adca6fff7e077f2913c
-	b2sums = 2aae2cc7d43379966d5b59b445978e3daf3f9d76ce0960ee8b563cf96059950e615a430b5fed02bc587fb695379033fa2e9e21094c3ac652c54e9fb2fe9e790f
+	source = git+https://github.com/jaraco/keyring.git#tag=v25.7.0
+	sha512sums = 2f4ec5dc743e519337836a20d2272a45a1137bde0d3110fad3478a0575c86979a05c7060dc6b1b2551d97bf322e2e61ce938b8c19e518f9865eefca466e1a075
+	b2sums = 1e08e16b2cdae34eda5b76d958053ab7ee76afd2b2738e3964727775299892aed8b55f1c1d73d78d321b04e058cda425ade635a14108e04c9e98e8c9fdd05b44
 
 pkgname = python-keyring
diff --git a/PKGBUILD b/PKGBUILD
index 414b489..d5c613e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
 # Contributor: Steven Allen <steven {at} stebalien {dot} com>
 
 pkgname=python-keyring
-pkgver=25.6.0
+pkgver=25.7.0
 pkgrel=1
 pkgdesc='Store and access your passwords safely'
 arch=('any')
@@ -40,13 +40,19 @@ optdepends=(
   'python-pluggy: devpi client'
 )
 source=("git+$url.git#tag=v$pkgver")
-sha512sums=('d8c2625bbb0a4a837aa240647ea9a5b9fe24aebfbe1317b03ef8f08987fbc35a1a4dc7e52a7a9d7f1501b2387045691e7bb1c33e003d2adca6fff7e077f2913c')
-b2sums=('2aae2cc7d43379966d5b59b445978e3daf3f9d76ce0960ee8b563cf96059950e615a430b5fed02bc587fb695379033fa2e9e21094c3ac652c54e9fb2fe9e790f')
+sha512sums=('2f4ec5dc743e519337836a20d2272a45a1137bde0d3110fad3478a0575c86979a05c7060dc6b1b2551d97bf322e2e61ce938b8c19e518f9865eefca466e1a075')
+b2sums=('1e08e16b2cdae34eda5b76d958053ab7ee76afd2b2738e3964727775299892aed8b55f1c1d73d78d321b04e058cda425ade635a14108e04c9e98e8c9fdd05b44')
+
+prepare() {
+  cd ${pkgname#python-}
+  # Revert removal of license file.. Sigh
+  git revert -n 9a81db3c77bc106017dcd4b0853a5a94f43ae33c
+}
 
 build() {
   cd ${pkgname#python-}
   export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-  python -m build --wheel --no-isolation
+  python -m build --wheel --no-isolation --skip-dependency-check
 
   # Completions
   python -m venv --system-site-packages completion-env