Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-sqlalchemy
Commits:
18c4a253 by Jelle van der Waa at 2024-09-15T16:04:52+02:00
upgpkg: 2.0.34-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sqlalchemy
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 2.0.31
- pkgrel = 2
+ pkgver = 2.0.34
+ pkgrel = 1
url = https://www.sqlalchemy.org/
arch = x86_64
license = MIT
@@ -18,7 +18,7 @@ pkgbase = python-sqlalchemy
depends = python-greenlet
depends = python-typing_extensions
optdepends = python-psycopg2: connect to PostgreSQL database
- source =
python-sqlalchemy-2.0.31.tar.gz::https://github.com/sqlalchemy/sqlalchemy/archive/refs/tags/rel_2_0_31.tar.gz
- sha512sums =
90693200c837d02feb6bb6f57b37895a8b6df6dcd0727118b1af5b5c5e89f5009916776eeddc049a872ac315c84a19925010581a3570622915f9059dc02e6b23
+ source =
python-sqlalchemy-2.0.34.tar.gz::https://github.com/sqlalchemy/sqlalchemy/archive/refs/tags/rel_2_0_34.tar.gz
+ sha512sums =
b417c0205460d1e7d4fe61a83995e6eef00b3bf3265666dac8da0cc57958e25f19e6d3518b0cf65f7b7f679eb207b18cd3c863648648742a336a31e59be86145
pkgname = python-sqlalchemy
=====================================
PKGBUILD
=====================================
@@ -4,9 +4,9 @@
pkgname=python-sqlalchemy
_name="${pkgname#python-}"
-pkgver=2.0.31
+pkgver=2.0.34
_ver="rel_${pkgver//./_}"
-pkgrel=2
+pkgrel=1
arch=('x86_64')
url="https://www.sqlalchemy.org/"
license=('MIT')
@@ -18,7 +18,7 @@ checkdepends=('python-pytest' 'python-pytest-xdist' 'mypy')
source=("$pkgname-$pkgver.tar.gz::https://github.com/sqlalchemy/sqlalchemy/archive/refs/tags/${_ver}.tar.gz")
# https://github.com/sqlalchemy/sqlalchemy/discussions/11138
#validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('90693200c837d02feb6bb6f57b37895a8b6df6dcd0727118b1af5b5c5e89f5009916776eeddc049a872ac315c84a19925010581a3570622915f9059dc02e6b23')
+sha512sums=('b417c0205460d1e7d4fe61a83995e6eef00b3bf3265666dac8da0cc57958e25f19e6d3518b0cf65f7b7f679eb207b18cd3c863648648742a336a31e59be86145')
prepare() {
cd $_name-$_ver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sqlalchemy/-/commit/18c4a253ba41939c5665f249f8859ebc29e04746
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sqlalchemy/-/commit/18c4a253ba41939c5665f249f8859ebc29e04746
You're receiving this email because of your account on gitlab.archlinux.org.