1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

databases/py-asyncmy: Update to 0.2.11

Changes:	https://github.com/long2ice/asyncmy/releases
This commit is contained in:
Po-Chuan Hsieh
2026-02-03 12:43:46 +08:00
parent 83dd7e61f4
commit c6e342b67a
4 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= asyncmy
PORTVERSION= 0.2.10
PORTVERSION= 0.2.11
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1734888136
SHA256 (asyncmy-0.2.10.tar.gz) = f4b67edadf7caa56bdaf1c2e6cf451150c0a86f5353744deabe4426fe27aff4e
SIZE (asyncmy-0.2.10.tar.gz) = 63889
TIMESTAMP = 1769874260
SHA256 (asyncmy-0.2.11.tar.gz) = c3d65d959dde62c911e39ecd1ad0f1339a5e6929fc411d48cfc2f82846190bf4
SIZE (asyncmy-0.2.11.tar.gz) = 62865
@@ -1,14 +1,23 @@
--- pyproject.toml.orig 2023-02-15 05:35:05 UTC
--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
+++ pyproject.toml
@@ -3,7 +3,6 @@ authors = ["long2ice <long2ice@gmail.com>"]
@@ -2,7 +2,7 @@ keywords = ["driver", "asyncio", "mysql"]
authors = [{ name = "long2ice", email = "long2ice@gmail.com" }]
description = "A fast asyncio MySQL driver"
documentation = "https://github.com/long2ice/asyncmy"
homepage = "https://github.com/long2ice/asyncmy"
-include = ["CHANGELOG.md", "LICENSE", "README.md"]
keywords = ["driver", "asyncio", "mysql"]
license = "Apache-2.0"
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
name = "asyncmy"
@@ -40,7 +39,7 @@ uvloop = { version = "*", markers = "sys_platform != '
readme = "README.md"
requires-python = ">=3.9"
@@ -15,7 +15,6 @@ repository = "https://github.com/long2ice/asyncmy.git"
repository = "https://github.com/long2ice/asyncmy.git"
[tool.poetry]
-include = ["CHANGELOG.md", "LICENSE", "README.md"]
packages = [
{ include = "asyncmy" },
]
@@ -41,7 +40,7 @@ generate-setup-file = true
[tool.poetry.build]
generate-setup-file = true
+1 -1
View File
@@ -2,7 +2,7 @@
+++ setup.py
@@ -21,7 +21,7 @@ setup_kwargs = {
'package_data': package_data,
'python_requires': '>=3.7,<4.0',
'python_requires': '>=3.9',
}
-from build import *
+from build_cython import *