Skip to content

Tags: svdgraaf/mysql-connector-python

Tags

8.0.29

Toggle 8.0.29's commit message
Updated the LICENSE files for C/Python 8.0.29 release

8.0.28

Toggle 8.0.28's commit message
Skip TLS tests for macOS 12

8.0.27

Toggle 8.0.27's commit message
ET#72390: Hide all symbols except 'PyInit__mysqlxpb' in "_mysqlxpb" o…

…n macOS

Loading multiple binary Python plugins linked statically to different
versions of the Protobuf library, caused crashes on macOS. By hiding
all symbols except the initialization function, this is avoided.

8.0.26

Toggle 8.0.26's commit message
Fix --byte-code-only argument on Solaris

8.0.25

Toggle 8.0.25's commit message
Prepare release 8.0.25

8.0.24

Toggle 8.0.24's commit message
Fix MacOS wheels platform tag

8.0.23

Toggle 8.0.23's commit message
Updated readme for 8.0.23

8.0.22

Toggle 8.0.22's commit message
Additional Deb build changes partly related to WL#13985

 - Use "Architecture: any" in "control" to get architecture
   "amd64" or "i386" in package names
 - Test if BYTE_CODE_ONLY is empty or not as condition,
   not a specific value in "rules"
 - Use a separate variable "BYTE_CODE_ONLY_OPT" in "rules"
   that conditionally is set to "--byte-code-only" if
   BYTE_CODE_ONLY is set in the environment

8.0.21

Toggle 8.0.21's commit message
Update Protobuf version to >=3.0.0 in requirements

8.0.20

Toggle 8.0.20's commit message
Update CPYINT revision