git subrepo pull python-hkdf

subrepo:
  subdir:   "python-hkdf"
  merged:   "5c08029"
upstream:
  origin:   "https://aur.archlinux.org/python-hkdf"
  branch:   "master"
  commit:   "5c08029"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
This commit is contained in:
Gabriel Ebner 2021-03-06 09:54:34 +01:00
parent 6ac32fe329
commit 6345fa008e
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-hkdf pkgbase = python-hkdf
pkgdesc = This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01 pkgdesc = This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01
pkgver = 0.0.3 pkgver = 0.0.3
pkgrel = 4 pkgrel = 5
url = https://pypi.python.org/packages/c3/be/hkdf-0.0.3 url = https://pypi.python.org/packages/c3/be/hkdf-0.0.3
arch = any arch = any
license = BSD license = BSD

View File

@ -6,7 +6,7 @@
[subrepo] [subrepo]
remote = https://aur.archlinux.org/python-hkdf remote = https://aur.archlinux.org/python-hkdf
branch = master branch = master
commit = 0084d2283f665717fa18bea4c9c47d8e82f68118 commit = 5c08029fa56fa9c6185136841adef8b1fdc4aadb
parent = 79a09a732b2697a14c2cf07ef62935e23d755822 parent = 6ac32fe329595099f48bf84ad588fd1f1e3385ac
method = merge method = merge
cmdver = 0.4.1 cmdver = 0.4.3

View File

@ -3,7 +3,7 @@
pkgname='python-hkdf' pkgname='python-hkdf'
pkgver=0.0.3 pkgver=0.0.3
pkgrel=4 pkgrel=5
pkgdesc="This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01" pkgdesc="This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01"
arch=('any') arch=('any')
url="https://pypi.python.org/packages/c3/be/hkdf-${pkgver}" url="https://pypi.python.org/packages/c3/be/hkdf-${pkgver}"