14
0
Files
python-eventlet/no-dynamic-version.patch
Markéta Machová 3cac8b77aa Accepting request 1278385 from home:glaubitz:branches:devel:languages:python
- Update to 0.40.0
  * [fix] Fix ssl test when linking against openssl 3.5 (#1034)
  * Drop support Python 3.8 (#1021)
  * [doc] Various doc updates (#981, #1033)
  * [env] Drop PyPy support (#1035 #1037)
- Drop fix-test-with-openssl-3.5.0.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1278385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=135
2025-05-20 08:08:16 +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/"]