Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-yaml: update to 6.0. #35743

Merged
merged 1 commit into from Feb 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-yaml'
pkgname=python3-yaml
version=5.4.1
revision=3
version=6.0
revision=1
wrksrc="PyYAML-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
Expand All @@ -10,9 +10,10 @@ depends="python3"
short_desc="YAML parser and emitter for Python 3"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="MIT"
homepage="http://pyyaml.org/wiki/PyYAML"
homepage="https://github.com/yaml/pyyaml"
changelog="https://raw.githubusercontent.com/yaml/pyyaml/master/CHANGES"
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
checksum=607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e
checksum=68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2

post_install() {
vlicense LICENSE
Expand Down