14
0

- Update to 0.39.1

* [fix] Make LightQueue and derivatives subscriptable (#1027)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=131
This commit is contained in:
2025-04-07 13:32:38 +00:00
committed by Git OBS Bridge
commit 88e222f89e
16 changed files with 1013 additions and 0 deletions

28
no-dynamic-version.patch Normal file
View File

@@ -0,0 +1,28 @@
---
pyproject.toml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ classifiers = [
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
]
-dynamic = ["version"]
+version = '0.37.0'
dependencies = [
'dnspython >= 1.15.0',
'greenlet >= 1.0',
@@ -61,12 +61,6 @@ packages = ['eventlet']
where = "evenetlet"
exclude = ["tests*", "benchmarks", "examples"]
-[tool.hatch]
-version.source = "vcs"
-
-[tool.hatch.build.hooks.vcs]
-version-file = "eventlet/_version.py"
-
[tool.ruff]
# Might eventually want to add evenetlet/green/, but it's a pain...
exclude = ["eventlet/green/", "eventlet/zipkin/_thrift", "tests/mock.py", "doc/"]