Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-fastpbkdf2


Commits:
c39c779e by Felix Yan at 2026-03-05T01:11:42+08:00
upgpkg: 0.2-15

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-fastpbkdf2
        pkgdesc = A faster implementation of PBKDF2
        pkgver = 0.2
-       pkgrel = 14
+       pkgrel = 15
        url = https://github.com/Ayrx/python-fastpbkdf2
        arch = x86_64
        license = Apache-2.0
@@ -14,6 +14,6 @@ pkgbase = python-fastpbkdf2
        depends = python-cffi
        depends = python-six
        source = git+https://github.com/Ayrx/python-fastpbkdf2.git#tag=v0.2
-       sha256sums = SKIP
+       sha512sums = 
2feea3934cb69cb6fa627d8fe79b3f09b75a5e11c4c9374e860787d5c5a63ad148f024b017de48c9421f25445e76ddb6f42adeb075e6c5bf3e9127c3c2bda673
 
 pkgname = python-fastpbkdf2


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=python-fastpbkdf2
 pkgver=0.2
-pkgrel=14
+pkgrel=15
 pkgdesc="A faster implementation of PBKDF2"
 arch=('x86_64')
 license=('Apache-2.0')
@@ -12,15 +12,15 @@ depends=('python-cffi' 'python-six')
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest')
 source=("git+https://github.com/Ayrx/python-fastpbkdf2.git#tag=v$pkgver";)
-sha512sum=('SKIP')
+sha512sums=('2feea3934cb69cb6fa627d8fe79b3f09b75a5e11c4c9374e860787d5c5a63ad148f024b017de48c9421f25445e76ddb6f42adeb075e6c5bf3e9127c3c2bda673')
 
 build() {
-  cd "$srcdir"/python-fastpbkdf2
+  cd python-fastpbkdf2
   python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$srcdir"/python-fastpbkdf2
+  cd python-fastpbkdf2
   local python_version=$(python -c 'import sys; print("".join(map(str, 
sys.version_info[:2])))')
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-${python_version}" pytest
 }
@@ -29,4 +29,3 @@ package() {
   cd python-fastpbkdf2
   python -m installer --destdir="$pkgdir" dist/*.whl
 }
-sha256sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastpbkdf2/-/commit/c39c779ed6896f9fbe24a1fd5d54a4036c252101

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastpbkdf2/-/commit/c39c779ed6896f9fbe24a1fd5d54a4036c252101
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to