mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-24 09:59:50 +00:00
Updated pyproject.toml:
Additionally wheel package must be installed (CONPY-236).
This commit is contained in:
@ -100,7 +100,6 @@ notifications:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install packaging
|
|
||||||
- python setup.py build
|
- python setup.py build
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- cd testing
|
- cd testing
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
|
"wheel",
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"packaging",
|
"packaging",
|
||||||
]
|
]
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ PY_MARIADB_PATCH_VERSION = 5
|
|||||||
PY_MARIADB_PRE_RELEASE_SEGMENT = None
|
PY_MARIADB_PRE_RELEASE_SEGMENT = None
|
||||||
PY_MARIADB_PRE_RELEASE_NR = 0
|
PY_MARIADB_PRE_RELEASE_NR = 0
|
||||||
PY_MARIADB_POST_RELEASE_SEGMENT = "post"
|
PY_MARIADB_POST_RELEASE_SEGMENT = "post"
|
||||||
PY_MARIADB_POST_RELEASE_NR = "1"
|
PY_MARIADB_POST_RELEASE_NR = "2"
|
||||||
|
|
||||||
PY_MARIADB_VERSION = "%s.%s.%s" % (PY_MARIADB_MAJOR_VERSION,
|
PY_MARIADB_VERSION = "%s.%s.%s" % (PY_MARIADB_MAJOR_VERSION,
|
||||||
PY_MARIADB_MINOR_VERSION,
|
PY_MARIADB_MINOR_VERSION,
|
||||||
|
Reference in New Issue
Block a user