Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / httpbin


Commits:
08187167 by Felix Yan at 2026-06-17T14:10:24+08:00
upgpkg: 0.10.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = httpbin
        pkgdesc = HTTP Request and Response Service
-       pkgver = 0.10.2
-       pkgrel = 7
+       pkgver = 0.10.3
+       pkgrel = 1
        url = https://github.com/psf/httpbin
        arch = any
        license = MIT
@@ -18,7 +18,7 @@ pkgbase = httpbin
        depends = python-brotlicffi
        depends = python-werkzeug
        depends = python-greenlet
-       source = git+https://github.com/psf/httpbin.git#tag=v0.10.2
-       sha512sums = 
3fa97c934ca4d8541c9082451efe78bc88a7058631c1a45acd061f4e1926eced38ae4eb7660f6f396a0ce7d4b372a9f1db2e6458fd7b79bd1435cf874dd1ef5f
+       source = git+https://github.com/psf/httpbin.git#tag=release-v0.10.3
+       sha512sums = 
ba3d520cb22c57eb2abb6672c56b4a0afc50a9b33b9ef7152c7a1fd423480525ea17aa9697988151bd89bdeedc49c23143245c86bbcd54d9017c9be395b0ed22
 
 pkgname = httpbin


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen <[email protected]>
 
 pkgname=httpbin
-pkgver=0.10.2
-pkgrel=7
+pkgver=0.10.3
+pkgrel=1
 pkgdesc="HTTP Request and Response Service"
 arch=('any')
 url="https://github.com/psf/httpbin";
@@ -13,8 +13,8 @@ depends=('python' 'python-flask' 'python-decorator' 
'python-brotlicffi' 'python-
          'python-greenlet')
 makedepends=('git' 'python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
-source=("git+https://github.com/psf/httpbin.git#tag=v$pkgver";)
-sha512sums=('3fa97c934ca4d8541c9082451efe78bc88a7058631c1a45acd061f4e1926eced38ae4eb7660f6f396a0ce7d4b372a9f1db2e6458fd7b79bd1435cf874dd1ef5f')
+source=("git+https://github.com/psf/httpbin.git#tag=release-v$pkgver";)
+sha512sums=('ba3d520cb22c57eb2abb6672c56b4a0afc50a9b33b9ef7152c7a1fd423480525ea17aa9697988151bd89bdeedc49c23143245c86bbcd54d9017c9be395b0ed22')
 
 prepare() {
   cd httpbin



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/httpbin/-/commit/08187167a1b62bfa5d965377e13f91d1a51f587c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/httpbin/-/commit/08187167a1b62bfa5d965377e13f91d1a51f587c
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to