gnu: python-sql: Update to 1.6.0.

* gnu/packages/databases.scm (python-sql): Update to 1.6.0.
[native-inputs]: Remove python-wheel; add python-pytest.

Change-Id: Ifa0abaa6f95db9efa757a1fc02d3f655b7565ab3
This commit is contained in:
Sharlatan Hellseher 2025-08-09 12:06:23 +01:00
parent c41ff65687
commit d0074f45d0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5092,15 +5092,15 @@ provides support for parsing, splitting and formatting SQL statements.")
(define-public python-sql
(package
(name "python-sql")
(version "1.5.2")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python_sql" version))
(sha256
(base32 "0dnd0vai9z1fjkppv2xv2f4vlwwz0dqa137f39mrbjw744vm4pvk"))))
(base32 "0v637qc2g8w155k7crlg70w4bfxznn28c94prlxcax5dx0ja2d2v"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(native-inputs (list python-pytest python-setuptools))
(home-page "https://python-sql.tryton.org/")
(synopsis "Library to write SQL queries in a pythonic way")
(description "@code{python-sql} is a library to write SQL queries, that