python-pymysql: update to 1.1.3
authorAlexandru Ardelean <redacted>
Fri, 15 May 2026 10:57:44 +0000 (13:57 +0300)
committerAlexandru Ardelean <redacted>
Mon, 25 May 2026 15:47:13 +0000 (18:47 +0300)
commit24f5b1039c5805071bac3b2092e5f4af8d0e5cd3
tree9ab826ef2c559f8317dc3e931a17a15e2a4381b0
parent29cbf98edb099dda0d3c72963a390a91892b7ac9
python-pymysql: update to 1.1.3

Security fix:
- Fix Cursor.callproc() to escape procedure name, preventing SQL injection
  when calling a procedure with a string received from an untrusted source
- NOTICE: Backward compatibility change - procedure names like
  "dbname.funcname" are now backtick-quoted: ``CALL \`dbname.funcname\` ``

Other changes:
- CI: use ubuntu-slim, add dependabot for GitHub Actions
- Bump GitHub Actions (checkout v4→v6, setup-python v5→v6, codecov v5→v6)
- Add publish.yml workflow (copied from psf/requests)
- Upgrade dependencies: cryptography>=46.0.7, PyNaCl>=1.6.2
- Drop Python 3.8, require Python 3.9+

Changelog:
https://github.com/PyMySQL/PyMySQL/releases/tag/v1.1.3

NOTE: added test.sh for basic validation.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/pymysql/test.sh [new file with mode: 0644]
lang/python/python-packaging/Makefile
git clone https://git.99rst.org/PROJECT