14
0
Files
python-eventlet/no-dynamic-version.patch
Matej Cepl fe515f4307 - Update to 0.38.0
* Python 3.13 Support (#988)
  * [fix] wsgi: server MUST NOT send Content-Length/Transfer-Encoding
    header in response with a status code of 1xx, 204 or (2xx to CONNECT
    request) (#747)
  * [fix] wsgi: No request Content-Length nor Transfer-Encoding implies
    no body (#985)
- Drop 313-new-thread-attributes.patch, merged upstream
- Drop no-dynamic-version.patch, no longer required
- Switch back to stable releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=125
2024-12-04 22:12:47 +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/"]