geoalchemy2 0.15.1-1 source package in Ubuntu

Changelog

geoalchemy2 (0.15.1-1) unstable; urgency=medium

  * New upstream release.
  * Add docstrings and type hints for setup-db-and-run-tests.py:
    - Added detailed descriptions to the functions and classes.
    - Included type annotations for better code clarity and type checking.
  * Update package description to reflect support for additional SQL dialects:
    - The updated description now includes SQLite and MySQL along with
      PostgreSQL/PostGIS.
    - Emphasized the capability to integrate spatial data within Python
      applications using SQLAlchemy's ORM.
  * Remove MySQL dependencies and tests:
    - Removed mysql-client-8.0, mysql-server-8.0 and python3-mysqldb from the
      build dependencies.
    - The MySQL tests have been disabled as they are not working with MariaDB,
      and the original mysql-server is not in testing.
  * Reduced the number of skipped tests:
    - Optimized the test suite to minimize the number of skipped tests,
      ensuring more comprehensive test coverage.

 -- Edward Betts <edward@4angle.com>  Sun, 19 May 2024 12:53:18 +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 proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
geoalchemy2_0.15.1-1.dsc 2.5 KiB 32c8c989f5b21fa90a6bdf081bcc7229fa1da228875b03ac4a752840c99c26a9
geoalchemy2_0.15.1.orig.tar.gz 214.2 KiB 6ba7de23c6a5529b594685c106ab8025e0e14824529802d4ba105c9a32e774e9
geoalchemy2_0.15.1-1.debian.tar.xz 8.1 KiB df0ebd75f8046ae8c4e0ecc1c636fefd447351d1b21e2c310a821622ee94d381

Available diffs

No changes file available.

Binary packages built by this source

python-geoalchemy2-doc: SQLAlchemy extension for spatial databases (Documentation)

 GeoAlchemy 2 extends SQLAlchemy, enabling it to handle spatial databases.
 This toolkit supports various database dialects including PostgreSQL/PostGIS,
 SQLite, and MySQL. By leveraging SQLAlchemy's ORM capabilities, GeoAlchemy 2
 simplifies the integration of spatial data within Python applications.
 .
 This package contains the documentation.

python3-geoalchemy2: SQLAlchemy extension for spatial databases

 GeoAlchemy 2 extends SQLAlchemy, enabling it to handle spatial databases.
 This toolkit supports various database dialects including PostgreSQL/PostGIS,
 SQLite, and MySQL. By leveraging SQLAlchemy's ORM capabilities, GeoAlchemy 2
 simplifies the integration of spatial data within Python applications.