[arch-commits] Commit in python-flask-httpauth/trunk (PKGBUILD)

Kpcyrd kpcyrd at archlinux.org
Mon Dec 21 19:14:06 UTC 2020


    Date: Monday, December 21, 2020 @ 19:14:06
  Author: kpcyrd
Revision: 781433

upgpkg: python-flask-httpauth 4.2.0-1

Modified:
  python-flask-httpauth/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 19:13:56 UTC (rev 781432)
+++ PKGBUILD	2020-12-21 19:14:06 UTC (rev 781433)
@@ -2,8 +2,8 @@
 
 pkgname=python-flask-httpauth
 _pkgname=Flask-HTTPAuth
-pkgver=3.3.0
-pkgrel=4
+pkgver=4.2.0
+pkgrel=1
 pkgdesc='Basic, Digest and Token HTTP authentication for Flask routes'
 url='https://github.com/miguelgrinberg/Flask-HTTPAuth'
 arch=('any')
@@ -11,11 +11,12 @@
 depends=('python' 'python-flask')
 checkdepends=('python-pytest')
 source=(https://github.com/miguelgrinberg/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('1303351a278799eb885afc9160d4569f73d13212cab2defbc818df6c39ad9284703da703f52c63fb032096a9773f429216e47cc26513730389585761b8f9953b')
-b2sums=('d6e259fcc06a92e2a8f065118f32fd72a11ca2d3a12ebb641a461cdd8554cd954799e2e4ddcd9f7ac904accbc226f5a19374e150e50ca30d65e3f5f3009182d6')
+sha512sums=('c58d0585dbd2b208db8243c9b8ed68ec8e7802bcb521bece3df0a876a3ec24e545edab693a4b2183975fa32caf2140cce6ddd18338edcf24a807a14f468c32e8')
+b2sums=('62703e09cd3ebf9cc9ac822c4cb3dfff08f630404333a76346bde52d72f806e6e559f886bb2efcc649fa1d23bf852bbf4800acde83827024b170a031f05ada68')
 
 build() {
   cd ${_pkgname}-${pkgver}
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



More information about the arch-commits mailing list