Package Details: python-sqlalchemy-git 2.0.23.r459.g22cbc7dcb-1

Git Clone URL: https://aur.archlinux.org/python-sqlalchemy-git.git (read-only, click to copy)
Package Base: python-sqlalchemy-git
Description: Python SQL toolkit and Object Relational Mapper
Upstream URL: https://www.sqlalchemy.org
Licenses: custom:MIT
Conflicts: python-sqlalchemy
Provides: python-sqlalchemy
Submitter: haawda
Maintainer: a821
Last Packager: a821
Votes: 3
Popularity: 0.061663
First Submitted: 2013-08-04 08:20 (UTC)
Last Updated: 2024-08-31 07:10 (UTC)

Dependencies (10)

Required by (115)

Sources (1)

Latest Comments

1 2 Next › Last »

a821 commented on 2024-08-31 07:15 (UTC)

Thanks for remind me. I was aware of that change and I hoped that it will be fixed by upstream, but it haven't been. I pushed a workaround that seems to work...

rekman commented on 2024-08-30 22:25 (UTC) (edited on 2024-08-30 22:26 (UTC) by rekman)

As of upstream 2607262 requires setuptools>61.0,<=69.3 to build.

a821 commented on 2024-05-27 17:14 (UTC)

@zapata: no idea why python-sqlalchemy is outdated. I'm not a Package Maintainer. If you need the version 2, here is the PKGBUILD for the latest version: https://0x0.st/XNrX.txt

zapata commented on 2024-05-27 12:38 (UTC)

Why is there no official python-sqlalchemy2 package for Arch? Why is 1 still default version?

a821 commented on 2023-12-29 12:57 (UTC)

@rekman: I could not find any package that requires sqlalchemy>2.0 in the whole AUR. Also, I don't think it makes sense for a VCS package to provide a version as it is unstable by nature. If you need version 2.0 or greater, then I would simply depend on python-sqlalchemy-git (for example for flexget-git) or build the stable 2.0.X using this PKGBUILD as starting point (you just need to pin a commit/tag).

rekman commented on 2023-12-21 01:39 (UTC)

@a821 Well flexget-git at least, although that's 1.3; not sure about any package that needs 2.0 actually.

@haawda hmm, how so? in any case it built fine on aarch64, so it would be nice for that to be added.

haawda commented on 2023-12-12 17:41 (UTC)

rekman, this package is not arch independent.

a821 commented on 2023-12-12 16:42 (UTC)

What packages exactly?

rekman commented on 2023-12-12 12:11 (UTC)

The change

-provides=("python-sqlalchemy=$pkgver")
+provides=("python-sqlalchemy")

breaks dependencies for packages that rely on specific versions of python-sqlalchemy. Since the official repos don't provide 2.0 that includes any package that needs >=2.0.

rekman commented on 2023-09-29 03:28 (UTC) (edited on 2023-09-29 03:28 (UTC) by rekman)

As a python package built from source this should have arch=(any).