14
0
Files
python-eventlet/no-dynamic-version.patch
Markéta Machová 2f9807eee6 - Update to 0.39.0
* [fix] Remove monotonic from requirements (#1018)
  * [fix] wsgi: Clean up some override logic (#999)
  * [fix] Correct line lookup from inspect.getsourcelines() (#990)
  * Drop support of Python 3.7 (#967)
  * [fix] Calling eventlet.sleep(0) isn't really blocking,
    so don't blow up (#1015)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=129
2025-02-07 10:50:02 +00:00

29 lines
762 B
Diff

---
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/"]