mysql-connector-python 8.0.15-3 source package in Ubuntu

Changelog

mysql-connector-python (8.0.15-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Bump debhelper from old 10 to 12.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - run wrap-and-sort
    - drop X-Python-Version, no longer needed
    - bump Standards-Version to 4.6.0.1 (no changes needed)

 -- Sandro Tosi <email address hidden>  Wed, 04 May 2022 01:11:55 -0400

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python
Kinetic release universe python

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mysql-connector-python_8.0.15-3.dsc 2.2 KiB 1c7cf972d84c800baf9553fc76cdac3049bef5eff070e8a2840c6fec639f954b
mysql-connector-python_8.0.15.orig.tar.gz 11.4 MiB 3770fb563635438f1aff2e83f5e6b2e08a799d804d4dabdbb5d393444608a658
mysql-connector-python_8.0.15-3.debian.tar.xz 5.2 KiB 4c0a8d632c1588e9d98d168a397de0e6f3c2b25afc143e597c30154a7a83fefd

No changes file available.

Binary packages built by this source

python3-mysql.connector: pure Python implementation of MySQL Client/Server protocol (Python3)

 MySQL driver written in Python which does not depend on MySQL C client
 libraries and implements the DB API v2.0 specification (PEP-249).
 .
 MySQL Connector/Python is implementing the MySQL Client/Server protocol
 completely in Python. This means you don't have to compile anything or MySQL
 (client library) doesn't even have to be installed on the machine.
 .
 This package contains the Python 3 version of mysql.connector.