Merge pull request #7760 from danyeaw/oslo-db-8.5.0

Update oslo-db to version 8.5.0
This commit is contained in:
Christoph Reiter
2021-01-24 16:31:55 +01:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ 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=8.1.0
pkgver=8.5.0
pkgrel=1
pkgdesc="OpenStack Database Pattern Library (mingw-w64)"
arch=('any')
@@ -34,7 +34,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=('1a5bde4020cd374bcb122d5f2360ae9be3989b39ae8657422f603128846491698bb88afb1ea085aa35be9f2207adc7a621344f8aebfcd3086970ebb494de698d')
sha512sums=('443ef7602635191b07cdf2620086a5119f7a2b76a9cf1a8d1b9999c16ef08217aea7b403305b78262e37ed8e13ca016b997c9157da3ef08b241af2da758c6eba')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {