Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-httpx


Commits:
eb23daca by Robin Candau at 2024-12-26T09:32:31+01:00
upgpkg: 0.28.1-1: New upstream release
https://github.com/encode/httpx/releases/tag/0.28.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-httpx
        pkgdesc = A next generation HTTP client for Python
-       pkgver = 0.27.2
-       pkgrel = 2
+       pkgver = 0.28.1
+       pkgrel = 1
        url = https://github.com/encode/httpx
        arch = any
        license = BSD-3-Clause
@@ -37,11 +37,11 @@ pkgbase = python-httpx
        optdepends = python-rich: command line client support
        optdepends = python-pygments: command line client support
        optdepends = python-trio: alternative async library
-       source = 
python-httpx-0.27.2.tar.gz::https://github.com/encode/httpx/archive/0.27.2.tar.gz
+       source = 
python-httpx-0.28.1.tar.gz::https://github.com/encode/httpx/archive/0.28.1.tar.gz
        source = uvicorn-test-server-use-h11.diff
-       sha512sums = 
c7852ae3e982bacee1587b66aed506f3f7e12caf296e651d3cdd9c111a7d737af49473be455bcabccc8e52487ad18b4821ea56b39500c3b77ed2325fc55505ae
+       sha512sums = 
5571957a3516533f1c1e76f311316811f6365e192d19ebae10c9ab0d0c4094d811063fd2be2995f3b6a41d6899a7882f27265badecf238a4f7903f976136d3ba
        sha512sums = 
d3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18
-       b2sums = 
7e77cab0e9bda032cd595549e43dfc102f90bb8668b62f6b1f0df6bce6b6358f34aa1f51457a315eb774dde8c76083d180c02ff45283dd348c39b4a659307713
+       b2sums = 
76c24a3b3618798d5b65aaaa87ee583f9debf8cb7866204a3e12c151179d9f69a6ad23198c9ee7df61058f73b6ca84f453c3bced25a60f583d7b3ad7681839bb
        b2sums = 
f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d
 
 pkgname = python-httpx


=====================================
PKGBUILD
=====================================
@@ -1,11 +1,12 @@
 # Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
+# Maintainer: Robin Candau <an...@archlinux.org>
 # Contributor: Eli Schwartz <eschwa...@archlinux.org>
 
 _pkgname=httpx
 pkgname=python-httpx
 # https://github.com/encode/httpx/blob/master/CHANGELOG.md
-pkgver=0.27.2
-pkgrel=2
+pkgver=0.28.1
+pkgrel=1
 pkgdesc="A next generation HTTP client for Python"
 arch=('any')
 url="https://github.com/encode/${_pkgname}";
@@ -32,9 +33,9 @@ checkdepends=('python-pytest-asyncio' 'python-pytest-trio' 
'python-typing_extens
               'python-rich' 'python-chardet' 'python-zstandard')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
         "uvicorn-test-server-use-h11.diff")
-sha512sums=('c7852ae3e982bacee1587b66aed506f3f7e12caf296e651d3cdd9c111a7d737af49473be455bcabccc8e52487ad18b4821ea56b39500c3b77ed2325fc55505ae'
+sha512sums=('5571957a3516533f1c1e76f311316811f6365e192d19ebae10c9ab0d0c4094d811063fd2be2995f3b6a41d6899a7882f27265badecf238a4f7903f976136d3ba'
             
'd3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18')
-b2sums=('7e77cab0e9bda032cd595549e43dfc102f90bb8668b62f6b1f0df6bce6b6358f34aa1f51457a315eb774dde8c76083d180c02ff45283dd348c39b4a659307713'
+b2sums=('76c24a3b3618798d5b65aaaa87ee583f9debf8cb7866204a3e12c151179d9f69a6ad23198c9ee7df61058f73b6ca84f453c3bced25a60f583d7b3ad7681839bb'
         
'f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/eb23dacafd6b54b4b896aa9fd6b8e4b932c0ec0c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/eb23dacafd6b54b4b896aa9fd6b8e4b932c0ec0c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to