Skip to content

Commit

Permalink
databases/py-aiomysql: Update to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 9, 2023
1 parent 1bca529 commit 2d10c05
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
3 changes: 1 addition & 2 deletions 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}
Expand Down
6 changes: 3 additions & 3 deletions 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
11 changes: 11 additions & 0 deletions 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"

0 comments on commit 2d10c05

Please sign in to comment.