diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-18 18:54:42 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-18 18:54:42 +0000 |
commit | 32c38901a3117b823697bdcd7adafec4607912d6 (patch) | |
tree | 23f9d3ffcaf5505c086cd4f0ca026f58b08fec38 /user/py3-cryptography/APKBUILD | |
parent | 40254b068b9389c30608184e33ffce42ee3fc74c (diff) | |
parent | 86bc7fce4c621370283feab618a2911c365d5deb (diff) | |
download | packages-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-cryptography/APKBUILD')
-rw-r--r-- | user/py3-cryptography/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-cryptography/APKBUILD b/user/py3-cryptography/APKBUILD index 587199c0e..7d006ac76 100644 --- a/user/py3-cryptography/APKBUILD +++ b/user/py3-cryptography/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: zlg <zlg+adelie@zlg.space> pkgname=py3-cryptography _pkgname=${pkgname#py3-} -pkgver=2.5 +pkgver=2.6.1 pkgrel=0 pkgdesc="A package which provides cryptographic recipes and primitives" url="https://pypi.org/project/cryptography" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="5e8f8818fcaa8143526006b027107b8afbdc925d40c846701e65b2c7ee02235b7e0918246515520ef2030b1c87bb157d0d403c28ad68c31459d677af7e2d0b3f cryptography-2.5.tar.gz" +sha512sums="f14319e24d9dca52e74548cada5b78a6235f089ef875dbff4799e862f94da8b087f1b6e03e84dcef9fc7d7693c4a349c5f0cd54b8535806da777420ce8757d39 cryptography-2.6.1.tar.gz" |