Skip to content
Snippets Groups Projects
Commit a384bb70 authored by J0WI's avatar J0WI Committed by Leo
Browse files

community/py3-httplib2: security upgarde to 0.19.0

parent 3d4f7021
1 merge request!19882community/py3-httplib2: security upgarde to 0.19.0
......@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-httplib2
_pkgname=httplib2
pkgver=0.18.1
pkgver=0.19.0
pkgrel=0
pkgdesc="Python3 HTTP client library"
url="https://github.com/httplib2/httplib2"
......@@ -17,6 +17,10 @@ builddir="$srcdir/$_pkgname-$pkgver"
replaces="py-httplib2" # Backwards compatibility
provides="py-httplib2=$pkgver-r$pkgrel" # Backwards compatibility
# secfixes:
# 0.19.0-r0:
# - CVE-2021-21240
build() {
python3 setup.py build
}
......@@ -29,4 +33,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="a1bb527279bdc92fb75bffebc317ff549bb6efb678580cbe40d187921b7ace66b1a5bc1d98bdf065ec5667fe69632da086b0eb201ff911497324fd817bfe1b7a httplib2-0.18.1.tar.gz"
sha512sums="9193a0e8e9a58a3f0e9b27fdf827932482a47b88af297af6e5f004164ca0b72feeff513b8191bf7c48d6714070a1390ae54eb8a2c6840f54f2580889c7837c7f httplib2-0.19.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment