mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
databases/py-aiomysql: Update to 0.3.2
Changes: https://github.com/aio-libs/aiomysql/releases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= aiomysql
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -11,9 +11,8 @@ WWW= https://github.com/aio-libs/aiomysql
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.1:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7<10:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymysql>=1.0:databases/py-pymysql@${PY_FLAVOR}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1688166150
|
||||
SHA256 (aiomysql-0.2.0.tar.gz) = 558b9c26d580d08b8c5fd1be23c5231ce3aeff2dadad989540fee740253deb67
|
||||
SIZE (aiomysql-0.2.0.tar.gz) = 114706
|
||||
TIMESTAMP = 1761446572
|
||||
SHA256 (aiomysql-0.3.2.tar.gz) = 72d15ef5cfc34c03468eb41e1b90adb9fd9347b0b589114bd23ead569a02ac1a
|
||||
SIZE (aiomysql-0.3.2.tar.gz) = 108311
|
||||
|
||||
@@ -1,11 +1,20 @@
|
||||
--- pyproject.toml.orig 2023-06-11 19:29:20 UTC
|
||||
--- pyproject.toml.orig 2025-10-22 00:04:45 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -4,7 +4,7 @@ requires = [
|
||||
"setuptools >= 42",
|
||||
@@ -7,7 +7,7 @@ keywords = ["mysql", "mariadb", "asyncio", "aiomysql"]
|
||||
readme = "README.rst"
|
||||
requires-python = ">=3.9"
|
||||
keywords = ["mysql", "mariadb", "asyncio", "aiomysql"]
|
||||
-license = "MIT"
|
||||
+license = {text = "MIT"}
|
||||
classifiers = [
|
||||
"Intended Audience :: Developers",
|
||||
"Programming Language :: Python :: 3",
|
||||
@@ -45,7 +45,7 @@ requires = [
|
||||
[build-system]
|
||||
requires = [
|
||||
# Essentials
|
||||
- "setuptools >= 80",
|
||||
+ "setuptools >= 61",
|
||||
|
||||
# Plugins
|
||||
- "setuptools_scm[toml] >= 6.4, < 7",
|
||||
+ "setuptools_scm[toml] >= 6.4",
|
||||
"setuptools_scm_git_archive >= 1.1",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
# >= 9.2 is needed for consistent generation of hashes for non-release artifacts
|
||||
|
||||
Reference in New Issue
Block a user