David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-cachecontrol
Commits:
33edd10b by David Runge at 2024-11-05T09:01:33+01:00
upgpkg: 1:0.14.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cachecontrol
pkgdesc = Port of the caching algorithms in httplib2 for use with
requests session object
- pkgver = 0.14.0
- pkgrel = 3
+ pkgver = 0.14.1
+ pkgrel = 1
epoch = 1
url = https://github.com/ionrock/cachecontrol
arch = any
@@ -20,8 +20,8 @@ pkgbase = python-cachecontrol
depends = python-urllib3
optdepends = python-lockfile: for filecache
optdepends = python-redis: for redis cache
- source =
cachecontrol-0.14.0.tar.gz::https://github.com/ionrock/cachecontrol/archive/refs/tags/v0.14.0.tar.gz
- sha256sums =
159f4341e015d11b16de5b9f86e207cff753d6080642671f4cd09717e34a12a0
- b2sums =
352b417512dd2858ba5d43c72116a6930037adc6fc70f66efbee9c1e4e81c296bf9ebf0e862834311afaff0c66d9bbfc16a35dfe978fdf759e07e993d49a0a71
+ source =
cachecontrol-0.14.1.tar.gz::https://github.com/ionrock/cachecontrol/archive/refs/tags/v0.14.1.tar.gz
+ sha256sums =
012e5eb94b9a0b7261572f07675f8f0cb78723e37e4c79ddd5f4e1e6ba413834
+ b2sums =
6d84d94d0fb630e9db0b4d4da5ae0045a0704775e55ae632ab00859efe9034dcb7fb2caf1736ae13618b9d5a484afd288afb45cf5fad5f0f251fa967c7e7b930
pkgname = python-cachecontrol
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_name=cachecontrol
pkgname=python-cachecontrol
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.14.1
+pkgrel=1
epoch=1
pkgdesc="Port of the caching algorithms in httplib2 for use with requests
session object"
arch=(any)
@@ -32,8 +32,8 @@ optdepends=(
'python-redis: for redis cache'
)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=('159f4341e015d11b16de5b9f86e207cff753d6080642671f4cd09717e34a12a0')
-b2sums=('352b417512dd2858ba5d43c72116a6930037adc6fc70f66efbee9c1e4e81c296bf9ebf0e862834311afaff0c66d9bbfc16a35dfe978fdf759e07e993d49a0a71')
+sha256sums=('012e5eb94b9a0b7261572f07675f8f0cb78723e37e4c79ddd5f4e1e6ba413834')
+b2sums=('6d84d94d0fb630e9db0b4d4da5ae0045a0704775e55ae632ab00859efe9034dcb7fb2caf1736ae13618b9d5a484afd288afb45cf5fad5f0f251fa967c7e7b930')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cachecontrol/-/commit/33edd10b5768107fe0d3e0a91c5bd9375cf21b4e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cachecontrol/-/commit/33edd10b5768107fe0d3e0a91c5bd9375cf21b4e
You're receiving this email because of your account on gitlab.archlinux.org.