mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/py-mariadb: Update 1.1.11 => 1.1.12
Changelog: Callback functions for session or fetch callbacks didn't work properly when passing connection->thread_state in threaded environment. Instead we acquire and release the GIL explicitly in these callback functions. https://github.com/mariadb-corporation/mariadb-connector-python/releases/tag/v1.1.12 PR: 286243 MFH: 2025Q2
This commit is contained in:
parent
32e405c515
commit
a176fb5fb6
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= mariadb
|
PORTNAME= mariadb
|
||||||
DISTVERSION= 1.1.11
|
DISTVERSION= 1.1.12
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1736107027
|
TIMESTAMP = 1745169272
|
||||||
SHA256 (mariadb-1.1.11.tar.gz) = cf6647cee081e21d0994b409ba8c8fa2077f3972f1de3627c5502fb31d14f806
|
SHA256 (mariadb-1.1.12.tar.gz) = 50b02ff2c78b1b4f4628a054e3c8c7dd92972137727a5cc309a64c9ed20c878c
|
||||||
SIZE (mariadb-1.1.11.tar.gz) = 85604
|
SIZE (mariadb-1.1.12.tar.gz) = 85934
|
||||||
|
|
Loading…
Add table
Reference in a new issue