Skip to content

Commit cb23dc0

Browse files
authoredMay 22, 2022
python-sqlalchemy: update to 1.4.36
1 parent 08de626 commit cb23dc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎mingw-w64-python-sqlalchemy/PKGBUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
66
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
77
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
88
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
9-
pkgver=1.4.35
9+
pkgver=1.4.36
1010
pkgrel=1
1111
pkgdesc="Python SQL toolkit and Object Relational Mapper (mingw-w64)"
1212
arch=('any')
1313
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
1414
url='https://www.sqlalchemy.org/'
15-
license=('MIT')
15+
license=('spdx:MIT')
1616
depends=("${MINGW_PACKAGE_PREFIX}-python"
1717
"${MINGW_PACKAGE_PREFIX}-python-greenlet")
1818
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
@@ -23,7 +23,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-runner"
2323
options=('staticlibs' 'strip' '!debug')
2424
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-${pkgver}.tar.gz"{,.asc})
2525
validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer <classic@zzzcomputing.com>
26-
sha512sums=('195ab35934bca36e7c4c2127f153eff31775f7f150163912f79143efae63911eded67d8645e08ede2c533c675d18c3c5796235e0c0f6d1e6ebb97664ac13f171'
26+
sha512sums=('c9bb38ce5eeb7817727e93695f10cf5c247710b809f3298b233ed8be4e2cc08e5a14581d0c5aa2af02d7a49f036fe3a0bb7a88120b58bdce0f115016bdaf2c77'
2727
'SKIP')
2828

2929
# Helper macros to help make tasks easier #

0 commit comments

Comments
 (0)
Please sign in to comment.