Date: Tuesday, January 3, 2023 @ 11:37:31
  Author: felixonmars
Revision: 1374900

upgpkg: python-keystoneauth1 5.1.1-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-03 11:37:10 UTC (rev 1374899)
+++ PKGBUILD    2023-01-03 11:37:31 UTC (rev 1374900)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=python-keystoneauth1
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
@@ -16,17 +16,12 @@
             'python-fixtures: for betamax support')
 checkdepends=('python-requests-mock' 'python-testscenarios' 'python-lxml'
               'python-oslo-config' 'python-betamax' 'python-oslotest' 
'python-oslo-utils'
-              'python-requests-kerberos' 'python-oauthlib' 
'python-pycodestyle' 'python-hacking')
+              'python-requests-kerberos' 'python-oauthlib' 'python-hacking')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz";)
-sha512sums=('268ce09e2af9b0cf95a2d6e432f77442f2b77442799ed77d583688a528f35aeeb027d30a6a5abef27138175061991a88334b64c9d1f3c2e2abdad288c0cb3aeb')
+sha512sums=('cb02628cc34696f3e19df9c452622b4338e92c6eb0d8f41c7f38b2e04b19433eaa3a3df4e6a27a44b9511f9472c0dc83e1182953585c724f025e55b56c22a90c')
 
 export PBR_VERSION=$pkgver
 
-prepare() {
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
-}
-
 build() {
   cd keystoneauth-$pkgver
   python setup.py build

Reply via email to