Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-httpcore


Commits:
33f3ca5d by Chih-Hsuan Yen at 2024-04-29T00:42:34+08:00
Update to 1.0.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = python-httpcore
        pkgdesc = A minimal HTTP client
-       pkgver = 1.0.2
-       pkgrel = 3
+       pkgver = 1.0.5
+       pkgrel = 1
        url = https://github.com/encode/httpcore
        arch = any
-       license = BSD
+       license = BSD-3-Clause
        checkdepends = python-pytest-httpbin
        checkdepends = python-pytest-trio
        makedepends = python-build
@@ -24,7 +24,7 @@ pkgbase = python-httpcore
        optdepends = python-anyio: for asyncio backend
        optdepends = python-trio: for trio backend
        optdepends = python-sniffio: for async support
-       source = 
python-httpcore-1.0.2.tar.gz::https://github.com/encode/httpcore/archive/1.0.2.tar.gz
-       sha512sums = 
6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979
+       source = 
python-httpcore-1.0.5.tar.gz::https://github.com/encode/httpcore/archive/1.0.5.tar.gz
+       sha512sums = 
4b37f3874e65908598b906167d5b0840f66ffef95b65110d318d9e64df5fd23770a08ea44ea2f3cf6f9db50f20bb9fec99b40323b959675b37168414cf397bf8
 
 pkgname = python-httpcore


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,13 @@
 _pkgname=httpcore
 pkgname=python-httpcore
 # https://github.com/encode/httpcore/blob/master/CHANGELOG.md
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="A minimal HTTP client"
 arch=('any')
 url="https://github.com/encode/${_pkgname}";
-license=('BSD')
+# https://github.com/encode/httpcore/blob/1.0.4/pyproject.toml#L9
+license=('BSD-3-Clause')
 depends=('python' 'python-h11' 'python-certifi')
 optdepends=(
   'python-h2: for HTTP/2 support'
@@ -23,7 +24,7 @@ makedepends=('python-build' 'python-installer' 
'python-hatchling' 'python-hatch-
              'python-h2' 'python-socksio' 'python-trio' 'python-anyio' 
'python-sniffio')
 checkdepends=('python-pytest-httpbin' 'python-pytest-trio')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979')
+sha512sums=('4b37f3874e65908598b906167d5b0840f66ffef95b65110d318d9e64df5fd23770a08ea44ea2f3cf6f9db50f20bb9fec99b40323b959675b37168414cf397bf8')
 
 build() {
     cd ${_pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/commit/33f3ca5d518843dcc9cb9454956e6bf29f091618

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/commit/33f3ca5d518843dcc9cb9454956e6bf29f091618
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to