Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-argon2-cffi
Commits:
21adc5b2 by Balló György at 2024-07-29T09:21:51+02:00
upgpkg: 23.1.0-2: Fix conflicts array name
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-argon2-cffi
pkgdesc = Secure password hashing algorithm for Python
pkgver = 23.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hynek/argon2-cffi
arch = any
license = MIT
@@ -14,6 +14,7 @@ pkgbase = python-argon2-cffi
makedepends = python-installer
depends = python-argon2-cffi-bindings
provides = python-argon2_cffi=23.1.0
+ conflicts = python-argon2_cffi
replaces = python-argon2_cffi
source = git+https://github.com/hynek/argon2-cffi.git?signed#tag=23.1.0
validpgpkeys = C2A04F86ACE28ADCF817DBB7AE2536227F69F181
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_pipname=argon2-cffi
pkgname=python-$_pipname
pkgver=23.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Secure password hashing algorithm for Python'
arch=(any)
url='https://github.com/hynek/argon2-cffi'
@@ -12,7 +12,7 @@ license=(MIT)
depends=(python-argon2-cffi-bindings)
makedepends=(git python-build python-hatch-fancy-pypi-readme python-hatch-vcs
python-installer)
checkdepends=(python-hypothesis python-pytest)
-confilcts=(python-argon2_cffi)
+conflicts=(python-argon2_cffi)
provides=("python-argon2_cffi=$pkgver")
replaces=(python-argon2_cffi)
source=("git+https://github.com/hynek/$_pipname.git?signed#tag=$pkgver")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-argon2-cffi/-/commit/21adc5b2a0a88056b5292e58cda421b6a88899bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-argon2-cffi/-/commit/21adc5b2a0a88056b5292e58cda421b6a88899bc
You're receiving this email because of your account on gitlab.archlinux.org.