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-stevedore: update to 5.1.0. #47298

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions srcpkgs/python3-stevedore/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'python3-stevedore'
pkgname=python3-stevedore
version=3.2.0
revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-pbr"
version=5.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-pbr"
depends="python3-six"
short_desc="Manage dynamic plugins for Python3 applications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://git.openstack.org/cgit/openstack/stevedore"
homepage="https://docs.openstack.org/stevedore/latest/"
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
checksum=38791aa5bed922b0a844513c5f9ed37774b68edc609e5ab8ab8d8fe0ce4315e5
checksum=a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c

pre_build() {
# remove dependency on pbr; it's not a runtime dependency
Expand Down