[arch-commits] Commit in python-tpm2-pytss/trunk (PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Tue Mar 29 17:22:57 UTC 2022


    Date: Tuesday, March 29, 2022 @ 17:22:57
  Author: diabonas
Revision: 1177663

upgpkg: python-tpm2-pytss 1.1.0-1: upstream release

Move python-pkgconfig to makedepends as per upstream commit
https://github.com/tpm2-software/tpm2-pytss/commit/10d7b4811706de8dc01dd586fc7a0d4df4c1f17b

Modified:
  python-tpm2-pytss/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-29 16:30:07 UTC (rev 1177662)
+++ PKGBUILD	2022-03-29 17:22:57 UTC (rev 1177663)
@@ -1,15 +1,16 @@
 # Maintainer: Jonas Witschel <diabonas at archlinux.org>
 pkgname=python-tpm2-pytss
-pkgver=1.0.0
-_tag=cad39f77780f3fcb45d0cec79d5bf282c853a4e9 # git rev-parse "$pkgver"
-pkgrel=3
+pkgver=1.1.0
+_tag=17ed609956831a11576c2d7beaf956316e8f53d0 # git rev-parse "$pkgver"
+pkgrel=1
 pkgdesc='Python bindings for tpm2-tss'
 arch=('x86_64')
 url='https://github.com/tpm2-software/tpm2-pytss'
 license=('BSD')
-depends=('python' 'python-asn1crypto' 'python-cffi' 'python-cryptography' 'python-pkgconfig' 'tpm2-tss'
+depends=('python' 'python-asn1crypto' 'python-cffi' 'python-cryptography' 'tpm2-tss'
          'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-pkgconfig'
+             'python-setuptools' 'python-setuptools-scm' 'python-wheel')
 checkdepends=('python-pytest' 'swtpm')
 source=("git+$url.git?signed#tag=$_tag")
 sha512sums=('SKIP')
@@ -28,7 +29,7 @@
 check() {
 	cd "${pkgname#python-}"
 	cp build/lib.*/tpm2_pytss/_libtpm2_pytss.abi3.so tpm2_pytss
-	cp build/lib.*/tpm2_pytss/internal/type_mapping.py tpm2_pytss/internal
+	cp build/lib.*/tpm2_pytss/internal/{type_mapping,versions}.py tpm2_pytss/internal
 	python -B -m pytest
 }
 



More information about the arch-commits mailing list