rdflib-sqlalchemy 0.5.4-2 source package in Ubuntu

Changelog

rdflib-sqlalchemy (0.5.4-2) unstable; urgency=medium

  * Team upload.
  * Build-Depend on python3-wheel, required for tox 4 build time tests in
    Debian.
  * Patch: Drive pytest from tox with {envpython} -m pytest, to support tox 4.
    (Closes: #1042917)
  * Clean properly.

 -- Stefano Rivera <email address hidden>  Fri, 11 Aug 2023 18:06:07 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rdflib-sqlalchemy_0.5.4-2.dsc 1.6 KiB dad8a29c506bb877110190d512e09e20d1e5c1092a57fc9294ceaffbccf8d717
rdflib-sqlalchemy_0.5.4.orig.tar.gz 1.2 MiB 1236925c7e5a750f0cdb66741534a3ba3ad898dc44403cece0ae603c7a7c81a0
rdflib-sqlalchemy_0.5.4-2.debian.tar.xz 2.6 KiB 8c8eb18f87da01b82db661fc301e525670076f8b57bab8ee6a90e98731aaab52

No changes file available.

Binary packages built by this source

python3-rdflib-sqlalchemy: RDFLib store using SQLAlchemy dbapi as back-end

 RDFLib-SQLAlchemy is a formula-aware store for RDFLib that uses SQLAlchemy
 to persist triples in relational databases.
 .
 Tested backends include:
 .
  * SQLite, using the built-in Python driver
  * MySQL, using mysql-connector
  * PostgreSQL, using psycopg2 or pg8000