python-oslo-context: Update to 2.23.0

This commit is contained in:
Alexey Pavlov
2019-10-28 11:15:46 +03:00
parent de075da98c
commit 2d534d2a18

View File

@@ -3,11 +3,11 @@
_realname=oslo-context
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.22.1
pkgver=2.23.0
pkgrel=1
pkgdesc="OpenStack Context library (mingw-w64)"
arch=('any')
url="https://pypi.python.org/pypi/oslo.context/$pkgver"
url="https://pypi.python.org/pypi/oslo.context"
license=('Apache')
makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools"
@@ -22,8 +22,8 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-mock"
"${MINGW_PACKAGE_PREFIX}-python3-testrepository"
"${MINGW_PACKAGE_PREFIX}-python2-testrepository")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-$pkgver.tar.gz"::"https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz")
sha512sums=('81d4e531bdd6f725735f537bd6be2aeb4d11991e1d54bfd28761a35049c07fa4f4cb87566dda4cdbadd91de5ada26da2c3c53c8ccf724b1a7b178773d2a45696')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/openstack/oslo.context/archive/${pkgver}.tar.gz")
sha512sums=('429ba2796ad331729f7a06bb5829912ce275948a430b0f115573da6bb53af476c4edefc46f899ba551f6e50a0ee5f13392b7f457b2698777254f43290c6035a3')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {