From f90a4fa34f2a88687d2e11dafca80187603d47ac Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Wed, 13 Sep 2023 22:05:01 +0200 Subject: [PATCH] httpbin: fixed url, source and footprint --- httpbin/.footprint | 18 +++++++++--------- httpbin/.signature | 8 ++++---- httpbin/Pkgfile | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/httpbin/.footprint b/httpbin/.footprint index 575ec12f9..6b931702c 100644 --- a/httpbin/.footprint +++ b/httpbin/.footprint @@ -2,15 +2,15 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/AUTHORS --rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/LICENSE --rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/LICENSE.ISC --rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/LICENSE.MIT --rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/METADATA --rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/RECORD --rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/WHEEL --rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/AUTHORS +-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/LICENSE +-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/LICENSE.ISC +-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/LICENSE.MIT +-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/httpbin/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin/__init__.py drwxr-xr-x root/root usr/lib/python3.10/site-packages/httpbin/__pycache__/ diff --git a/httpbin/.signature b/httpbin/.signature index 20157dc1e..db2c4c42a 100644 --- a/httpbin/.signature +++ b/httpbin/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36HRB10q4heD/PZtRQdpO/XagZq7x76dro9RFn8sZoH+dzpH0+CRYNFGoNBdy2Oct9MShNuQR0A49/sG/DpPrQM= -SHA256 (Pkgfile) = bec68d9735d0473b3ccd20056121a3b2dc7c7064820b48f5b2abb8f94535c613 -SHA256 (.footprint) = 717e2c2db223d74673bdd2bb6a0fd44d4e06db726ea5ebc14371f879e16da0b4 -SHA256 (httpbin-0.10.1.tar.gz) = b7ddd607899284c79791366a561045a51d7b27270eae662fc22dfc40868484fb +RWSagIOpLGJF39m4+NG+IzxZdpPTFzgWGZP3STKJfQrobiHzUwSJyeJxcxmMvQq2aIkrCcIf377ncTSP9id9tPVr2hiN5ltUDA8= +SHA256 (Pkgfile) = b09bcb9cbf4a91ea4c7f54b536c7110d4f7f0080371df9bda1e8f99baebc9e40 +SHA256 (.footprint) = 29bb411e079059dec3964b5f2de639af2c0d4b79b1b7ad621976cf90267c99e5 +SHA256 (httpbin-0.10.1.tar.gz) = 521efd25182311b8e118cd87ab1e34fab5642121cd162a49ebd6a8203cf59131 diff --git a/httpbin/Pkgfile b/httpbin/Pkgfile index 9c1e9e86e..c2989b5de 100644 --- a/httpbin/Pkgfile +++ b/httpbin/Pkgfile @@ -1,15 +1,15 @@ # Description: HTTP Request and Response Service -# URL: https://github.com/requests/httpbin +# URL: https://github.com/psf/httpbin # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-brotlicffi python3-decorator python3-flasgger python3-gevent python3-raven name=httpbin version=0.10.1 release=1 -source=(https://github.com/psf/httpbin/archive/release-$version/$name-$version.tar.gz) +source=(https://github.com/psf/httpbin/archive/release-v$version/$name-$version.tar.gz) build() { - cd $name-release-$version + cd $name-release-v$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl