summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-01-04 01:59:18 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-01-04 01:59:18 +0000
commit8174972ecddc82807e0f06531be9c1386ecf2c8b (patch)
tree1694531bfe6566919ff02c7cb543c085345dca90 /user
parent8a2b1ad85893e7b4ccf11b90953e175ea4bb7c9c (diff)
parentca837d06981520b100cc6118dbdd6fed30a93f0a (diff)
downloadpackages-8174972ecddc82807e0f06531be9c1386ecf2c8b.tar.gz
packages-8174972ecddc82807e0f06531be9c1386ecf2c8b.tar.bz2
packages-8174972ecddc82807e0f06531be9c1386ecf2c8b.tar.xz
packages-8174972ecddc82807e0f06531be9c1386ecf2c8b.zip
Merge branch '2019-01-02_zlg_bumps' into 'master'
Routine package bumps for 2019-01-02 Just some bumps. I took the opportunity to update a few URLs and rolled them into the same branch for simplicity's sake. EDIT: !133 should be merged before this one. See merge request !132
Diffstat (limited to 'user')
-rw-r--r--user/certbot/APKBUILD4
-rw-r--r--user/py3-certifi/APKBUILD4
-rw-r--r--user/py3-cryptography/APKBUILD2
-rw-r--r--user/py3-future/APKBUILD4
-rw-r--r--user/py3-idna/APKBUILD4
-rw-r--r--user/py3-requests/APKBUILD4
-rw-r--r--user/py3-rfc3339/APKBUILD2
-rw-r--r--user/py3-tz/APKBUILD4
-rw-r--r--user/py3-urllib3/APKBUILD6
9 files changed, 17 insertions, 17 deletions
diff --git a/user/certbot/APKBUILD b/user/certbot/APKBUILD
index 5c0ba42d9..8e9489e01 100644
--- a/user/certbot/APKBUILD
+++ b/user/certbot/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: zlg <zlg+adelie@zlg.space>
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=certbot
-pkgver=0.28.0
+pkgver=0.30.0
pkgrel=0
pkgdesc="The EFF's reference ACME client"
url="https://certbot.eff.org/"
@@ -41,4 +41,4 @@ acme() {
python3 setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="07c9bbad52acebc60e48d79619e4f12818d67c3b0f41ffa4fcd02098fb9da245e4006418f54c51c2e4bb9aaa01a21f7a083c9eb092f533e6676ed75ae8667a54 certbot-0.28.0.tar.gz"
+sha512sums="85095dd75ce639fcf93d748e2d32a686aecfa9002ccb2c23bdd4e33f1c47268386a86befbcca8180acf48881888fad484f485ad03fc7acef21a308c4d5432ac5 certbot-0.30.0.tar.gz"
diff --git a/user/py3-certifi/APKBUILD b/user/py3-certifi/APKBUILD
index f4fa5f71e..a67195293 100644
--- a/user/py3-certifi/APKBUILD
+++ b/user/py3-certifi/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=py3-certifi
_pkgname=${pkgname#py3-}
-pkgver=2018.10.15
+pkgver=2018.11.29
pkgrel=0
pkgdesc="Python package for providing Mozilla's CA Bundle"
url="https://pypi.org/project/certifi"
@@ -26,5 +26,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="3324ae6c4b99dda6f48aa9f0918fe045a19b19b26fcfdcca4be93ec967b9e4112d863c982686837b327f1663e308250d56ea337caeeeeb96579e08b20fca92df certifi-2018.10.15.tar.gz
+sha512sums="6a6bf1ff98caefcdbf78a8c83e11e155368bacdd806f0ae0c6afa8f513667df6598e594b3584de61acdca3d6049f4a776937f2aa8672b602bd6db7b737f6074e certifi-2018.11.29.tar.gz
1de38c55102b41bc91870b4810de89d8b0cffd61ba14257fe6c8445173b8b44153f2736050772eb63dd0a755890afe0f2d27516bbd39f05bf4016a4e29eebb67 use-system-certs.patch"
diff --git a/user/py3-cryptography/APKBUILD b/user/py3-cryptography/APKBUILD
index 0c42cdc67..9232dd69d 100644
--- a/user/py3-cryptography/APKBUILD
+++ b/user/py3-cryptography/APKBUILD
@@ -5,7 +5,7 @@ _pkgname=${pkgname#py3-}
pkgver=2.4.2
pkgrel=0
pkgdesc="A package which provides cryptographic recipes and primitives"
-url="https://pypi.python.org/pypi/cryptography"
+url="https://pypi.org/project/cryptography"
arch="all"
options="!check" # tests want hypothesis; deep rabbit hole
license="Apache-2.0 OR BSD-3-Clause"
diff --git a/user/py3-future/APKBUILD b/user/py3-future/APKBUILD
index f6f6b1fcc..e34369279 100644
--- a/user/py3-future/APKBUILD
+++ b/user/py3-future/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=py3-future
_pkgname=python-future
-pkgver=0.15.2
+pkgver=0.16.0
pkgrel=0
pkgdesc="Easy, clean, reliable Python 2/3 compatibility"
url="http://python-future.org/"
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="96365f3c97f801e045d0957509ce05269e72f411202e4af0f9ddff08e5d385e25d73c9a5ad3080d157fd9fed65483a2a355f05d75ab15b19c4777e93c180f70b py3-future-0.15.2.tar.gz"
+sha512sums="8422e132921d7c0da1f1025ce672ddb301d604bf4629c73634b709a12d77465e941f7365f9e85e870d98718a37988bd928cda7325eb0cc27b1351d23d31a365e py3-future-0.16.0.tar.gz"
diff --git a/user/py3-idna/APKBUILD b/user/py3-idna/APKBUILD
index ecf2f5ce3..0fd7e1e8e 100644
--- a/user/py3-idna/APKBUILD
+++ b/user/py3-idna/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=py3-idna
_pkgname=${pkgname#py3-}
-pkgver=2.7
+pkgver=2.8
pkgrel=0
pkgdesc="IDNA 2008 and UTS #46 for Python"
url="https://github.com/kjd/idna"
@@ -31,4 +31,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="6fcfd9aec25d6ca14a72e5e236d612ec9aba81aa41e31001bd4cf3cc5499ac133e05bf8393fc2e5d54ea7602ba6601c87e7a219339d9a4979198572d78cf4987 idna-2.7.tar.gz"
+sha512sums="848ca6a2630da1cfd9c4657854d71dc060f31fdd1f687ce35fd10467ca08ab29223bae521999aabde44ef777724bd5f5c2b5f362109c2c531c2ad6358ed1f3d6 idna-2.8.tar.gz"
diff --git a/user/py3-requests/APKBUILD b/user/py3-requests/APKBUILD
index 68a449743..1746a8256 100644
--- a/user/py3-requests/APKBUILD
+++ b/user/py3-requests/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=py3-requests
_pkgname=${pkgname#py3-}
-pkgver=2.19.1
+pkgver=2.21.0
pkgrel=0
pkgdesc="A HTTP request library for Python"
url="http://www.python-requests.org/"
@@ -27,4 +27,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="deef2662227497b472f6e7eb7f0ee468c772069fc66552f71d80e5a12af62a187f8bc6a8a78531915e824c7f277d0db61c1534c89d13d473f68504f0bd6edf47 requests-2.19.1.tar.gz"
+sha512sums="385e1d80993a21c09e7c4682500ca8c24155962ba41ecd8e73612722b2ff6618b736e827fc48ad1683b0d2bc7a420cfe680f5107860aca52656ef777f1d60104 requests-2.21.0.tar.gz"
diff --git a/user/py3-rfc3339/APKBUILD b/user/py3-rfc3339/APKBUILD
index ae6c517af..928996f5e 100644
--- a/user/py3-rfc3339/APKBUILD
+++ b/user/py3-rfc3339/APKBUILD
@@ -6,7 +6,7 @@ _pkgname=pyRFC3339
pkgver=1.1
pkgrel=0
pkgdesc="Generate and parse RFC 3339 timestamps"
-url="https://pypi.python.org/pypi/pyRFC3339"
+url="https://pypi.org/project/pyRFC3339"
arch="noarch"
options="!check" # needs nose
license="MIT"
diff --git a/user/py3-tz/APKBUILD b/user/py3-tz/APKBUILD
index 6dc33045e..1222f1f53 100644
--- a/user/py3-tz/APKBUILD
+++ b/user/py3-tz/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=py3-tz
_pkgname=pytz
-pkgver=2018.5
+pkgver=2018.7
pkgrel=0
pkgdesc="Timezone definitions for Python"
url="http://pytz.sourceforge.net/"
@@ -29,6 +29,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="35b6bdd25b8e57c693da4379c2032401ef3cf290a57d8448c67dcaf1491a21d27ff25d932ef3ec3a51e31fbb7541e081073f292867a7d1ad47904b69dc7e4863 pytz-2018.5.tar.gz
+sha512sums="49cd9ed0b4b0959bab59c91ac1ced36b28ab0fa097002ab1d45daa0e7f962c43de2e0b9228344d9b1f8aa4dc2f3b02d51f41a3ed7e6af8c51fc2eec7aace5b48 pytz-2018.7.tar.gz
be61b829014be0d0d7db0c544481d378a95324c1f5968cbbcd7887c6ee8ce52a0b47ae734e16fc5fb2429d8d49c8ef199b6b3b7194f9e654699bb73ab8f3a10d zoneinfo-noinstall.patch
a09467dbb00c1ab9f7e7527d9b020a6d913b8da2380a5359e782f27ccf9ec4dd4f50bfc92c95dc2e793904242c8139793c15e78e651d2777fb3b3abc48fcd640 zoneinfo-fix.patch"
diff --git a/user/py3-urllib3/APKBUILD b/user/py3-urllib3/APKBUILD
index e97b7032b..68ea652b2 100644
--- a/user/py3-urllib3/APKBUILD
+++ b/user/py3-urllib3/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=py3-urllib3
_pkgname=${pkgname#py3-}
-pkgver=1.23
+pkgver=1.24.1
pkgrel=0
pkgdesc="HTTP library with thread-safe connection pooling, file post, and more"
url="https://github.com/shazow/urllib3"
@@ -13,7 +13,7 @@ license="MIT"
depends="python3 py3-certifi py3-cryptography py3-idna py3-openssl py3-pysocks"
makedepends="python3-dev"
subpackages=""
-source="$pkgname-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/urllib3/urllib3/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -27,4 +27,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="1d9eccdd2f939a1029fb6e49c45409b3a493f38b5880bba45a6e8a8088c0478190807b1fe7341b22abe363809ef41c5367de831de9618bcc62f34cb9f0cbc7af py3-urllib3-1.23.tar.gz"
+sha512sums="2f5453cf0ec1b65de9a9fca0fdb45664f7481507c875b7115c063cb177628b4b611377e588508ab8433e0797fc78b60fd3ea5cc5ac0a3f105d36bfff9a56f1f4 py3-urllib3-1.24.1.tar.gz"