python-oslo-db: udpate to 11.3.0

This commit is contained in:
Biswapriyo Nath
2022-05-14 10:30:12 +05:30
committed by GitHub
parent 34e1f67682
commit dd0fa46a38

View File

@@ -9,13 +9,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=11.2.0
pkgrel=2
pkgver=11.3.0
pkgrel=1
pkgdesc="OpenStack Database Pattern Library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://pypi.python.org/pypi/oslo.db'
license=('LICENSE')
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python-pbr"
"${MINGW_PACKAGE_PREFIX}-python-alembic"
"${MINGW_PACKAGE_PREFIX}-python-debtcollector"
@@ -35,7 +35,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-mock"
"${MINGW_PACKAGE_PREFIX}-python-oslo-context")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/openstack/oslo.db/archive/${pkgver}.tar.gz")
sha512sums=('804eed23b2d974411b7a737fc7e08da5efda42ffc1b9b0b7534e3e8a867a70c2044b8fe13b0ea81c9cdc55ca47218718651a3d67b75d905c6025221c096519ac')
sha512sums=('fa49a7525beb1f9b6b4cc3b08428f8c8aa02387eb082995d870a2b28cd166c41b7b77a2caf170feecdf05b2ac9510ed44a08a0967bb3931e250fc58bed70d6a8')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {