python-sqlalchemy-migrate: Update to 0.13.0

This commit is contained in:
Alexey Pavlov
2019-10-25 00:00:44 +03:00
parent 3910231faa
commit ef89c56cf4

View File

@@ -3,8 +3,8 @@
_realname=sqlalchemy-migrate
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.12.0
pkgrel=2
pkgver=0.13.0
pkgrel=1
pkgdesc="Database schema migration for SQLAlchemy (mingw-w64)"
arch=('any')
url='https://pypi.python.org/pypi/sqlalchemy-migrate'
@@ -34,8 +34,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
# "${MINGW_PACKAGE_PREFIX}-mysql-python"
# "${MINGW_PACKAGE_PREFIX}-python2-psycopg2")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/openstack/sqlalchemy-migrate/archive/${pkgver}.tar.gz")
sha512sums=('95f3a705bd119ea27b17607c2adfd5f88b979640fe5ed1b309d3aea369b63feb205491e3a8a749a48d62c1b5430aa91658b82faf35f26bd8d95b6c15b2a69fde')
source=(#"${_realname}-${pkgver}.tar.gz"::"https://github.com/openstack/sqlalchemy-migrate/archive/${pkgver}.tar.gz"
https://files.pythonhosted.org/packages/36/bb/40f66b12b18fb03da76dcee31df75cca9e54b71d9d8a784bb95bfbadee2c/${_realname}-${pkgver}.tar.gz)
sha512sums=('1ca826a5d80c1373ffc4b2366dfb6d5dd24204964462873451c97d8ff4d75fc6c63f663c4769b7f6cc00002f6a98d425f41d759e5c010b4b81a8b74ffbb102b6')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {