summaryrefslogtreecommitdiff
path: root/user/py3-requests-toolbelt
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-03-18 18:54:42 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-03-18 18:54:42 +0000
commit32c38901a3117b823697bdcd7adafec4607912d6 (patch)
tree23f9d3ffcaf5505c086cd4f0ca026f58b08fec38 /user/py3-requests-toolbelt
parent40254b068b9389c30608184e33ffce42ee3fc74c (diff)
parent86bc7fce4c621370283feab618a2911c365d5deb (diff)
downloadpackages-32c38901a3117b823697bdcd7adafec4607912d6.tar.gz
packages-32c38901a3117b823697bdcd7adafec4607912d6.tar.bz2
packages-32c38901a3117b823697bdcd7adafec4607912d6.tar.xz
packages-32c38901a3117b823697bdcd7adafec4607912d6.zip
Merge branch 'zlg.2019-03' into 'master'
zlg's package bumps for March 2019 This is a routine package upgrade. There is one thing to note, however: * `py3-pyyaml` has a minor issue building due to a missing `ext/_yaml.c` file. It appears that a tool is used to generate the `.c` file it needs to compile the module. It falls back to pure-Python mode and passes all tests, however. I hand-tested `py3-pyyaml` by using vgstash to export a game collection to yaml (everything worked fine) and received a test cert from `certbot` to confirm the bumps didn't break anything affected on my system, since they're the two largest consumers of what was bumped. This should be the last version bump from me until post-1.0-BETA3, barring security bumps. See merge request !202
Diffstat (limited to 'user/py3-requests-toolbelt')
-rw-r--r--user/py3-requests-toolbelt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-requests-toolbelt/APKBUILD b/user/py3-requests-toolbelt/APKBUILD
index 80d5353e6..eeef959c8 100644
--- a/user/py3-requests-toolbelt/APKBUILD
+++ b/user/py3-requests-toolbelt/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=py3-requests-toolbelt
_pkgname=${pkgname##*-}
-pkgver=0.8.0
+pkgver=0.9.1
pkgrel=0
pkgdesc="Useful classes and functions to be used with python-requests"
url="https://github.com/requests/toolbelt"
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="55bf93d386442f5deb81eabd85812ffd49e98ff88c0bb96e15271efd84deb7c5d854a2cdc81c989a7d74870e8a218fc968d080052d9ca7cd9733a2378ea9c2f5 py3-requests-toolbelt-0.8.0.tar.gz"
+sha512sums="12667056c225ce0bc88a5959660103feed23810890abd3890ef15581aa64c09c0552c3974473e1742cbe6200bd37d6475ad34ec051e83d4fbf0a33f320dbc0cc py3-requests-toolbelt-0.9.1.tar.gz"