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-pbr/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-pbr/APKBUILD')
-rw-r--r-- | user/py3-pbr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-pbr/APKBUILD b/user/py3-pbr/APKBUILD index 2bbf0283c..d92c97139 100644 --- a/user/py3-pbr/APKBUILD +++ b/user/py3-pbr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: zlg <zlg+adelie@zlg.space> pkgname=py3-pbr _pkgname=${pkgname#py3-} -pkgver=5.1.1 +pkgver=5.1.3 pkgrel=0 pkgdesc="Python Build Reasonableness" url="https://pypi.org/project/pbr" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="cd6f8bdc6db80841e948dbb278423556861aa681b970050a40c920dd00e32704a29cfdd28aabd4d14e0e577fff1bc816f0646a62c9450d0d85233ab5802606f1 pbr-5.1.1.tar.gz" +sha512sums="66927b835058efb24182806e9ba16ee2066798ec7a1bc8dc0e5ec2b9260297515f0cfae192eef665a16e866462a88d379bb56bea21e86083df71b05868219675 pbr-5.1.3.tar.gz" |