aboutsummaryrefslogtreecommitdiff
path: root/databases/py-aiomysql
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 10:18:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 10:18:41 +0000
commit2d10c05115f8d04ab22230355b21ddcdd2166c24 (patch)
tree02058da9ce769c9ee3360bdb9d98ded0add34595 /databases/py-aiomysql
parent1bca5297b3d08bfd22199ed43b989571e9266cf9 (diff)
downloadports-2d10c05115f8d04ab22230355b21ddcdd2166c24.tar.gz
ports-2d10c05115f8d04ab22230355b21ddcdd2166c24.zip
databases/py-aiomysql: Update to 0.2.0
Diffstat (limited to 'databases/py-aiomysql')
-rw-r--r--databases/py-aiomysql/Makefile3
-rw-r--r--databases/py-aiomysql/distinfo6
-rw-r--r--databases/py-aiomysql/files/patch-pyproject.toml11
3 files changed, 15 insertions, 5 deletions
diff --git a/databases/py-aiomysql/Makefile b/databases/py-aiomysql/Makefile
index 55347eb5c533..c53323e421fd 100644
--- a/databases/py-aiomysql/Makefile
+++ b/databases/py-aiomysql/Makefile
@@ -1,6 +1,5 @@
PORTNAME= aiomysql
-PORTVERSION= 0.1.1
-PORTREVISION= 2
+PORTVERSION= 0.2.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-aiomysql/distinfo b/databases/py-aiomysql/distinfo
index 8e3592bfdbd2..fedaeff43f95 100644
--- a/databases/py-aiomysql/distinfo
+++ b/databases/py-aiomysql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652537794
-SHA256 (aiomysql-0.1.1.tar.gz) = 0d686c4fdae6b67d1825d8be60fa3b0e644fca2c84d3c936d850fc259c8e107e
-SIZE (aiomysql-0.1.1.tar.gz) = 114133
+TIMESTAMP = 1688166150
+SHA256 (aiomysql-0.2.0.tar.gz) = 558b9c26d580d08b8c5fd1be23c5231ce3aeff2dadad989540fee740253deb67
+SIZE (aiomysql-0.2.0.tar.gz) = 114706
diff --git a/databases/py-aiomysql/files/patch-pyproject.toml b/databases/py-aiomysql/files/patch-pyproject.toml
new file mode 100644
index 000000000000..01823cd2153d
--- /dev/null
+++ b/databases/py-aiomysql/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2023-06-11 19:29:20 UTC
++++ pyproject.toml
+@@ -4,7 +4,7 @@ requires = [
+ "setuptools >= 42",
+
+ # Plugins
+- "setuptools_scm[toml] >= 6.4, < 7",
++ "setuptools_scm[toml] >= 6.4",
+ "setuptools_scm_git_archive >= 1.1",
+ ]
+ build-backend = "setuptools.build_meta"