python-pymysql 1.1.1-1ubuntu1 source package in Ubuntu

Changelog

python-pymysql (1.1.1-1ubuntu1) oracular; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - d/run_tests.sh: Deal with the fact that mysql_install_db has been
      removed in MySQL 8.0 by falling back to mysqld to create the database
      for testing.

python-pymysql (1.1.1-1) unstable; urgency=high

  * New upstream release:
    - Fixes CVE-2024-36039 (SQL injection if used with untrusted JSON input
      because keys are not escaped by escape_dict) (Closes: #1071628).
  * Removed 0002-remove_intersphinx.patch now useless.
  * Rebased removed-broken-tests.patch.
  * Added python3-sphinx-rtd-theme as build-depends.

python-pymysql (1.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Add build-depends on pybuild-plugin-pyproject.
  * Rebased removed-broken-tests.patch.
  * Removed build-depends on python3-unittest2 (Closes: #1060637).
  * Blacklist test_load_warnings() that doesn't work with Debian default
    mariadb config.

 -- Marc Deslauriers <email address hidden>  Wed, 29 May 2024 07:55:56 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pymysql_1.1.1.orig.tar.xz 71.2 KiB a501d7580f3db3738272838d01d31701c14cd3f3db804f798f6f3324ef83821e
python-pymysql_1.1.1-1ubuntu1.debian.tar.xz 7.6 KiB e5ba0f2de5ca542c75d81017ba884248b09241b6084cebfc9a77b2f184393409
python-pymysql_1.1.1-1ubuntu1.dsc 2.3 KiB 01ed05ddca6d1002d721fa50d5645b6686e363136bf9d3669b0d2feb3d45acf5

Available diffs

View changes file

Binary packages built by this source

python-pymysql-doc: Pure-Python MySQL driver - doc

 This package contains a pure-Python MySQL client library. The goal of PyMySQL
 is to be a drop-in replacement for MySQLdb and work on CPython, PyPy,
 IronPython and Jython.
 .
 This package contains the documentation.

python3-pymysql: Pure-Python MySQL Driver - Python 3.x

 This package contains a pure-Python MySQL client library. The goal of PyMySQL
 is to be a drop-in replacement for MySQLdb and work on CPython, PyPy,
 IronPython and Jython.
 .
 This package contains the Python 3.x module.