forked from pool/python-eventlet
- Update to 0.38.2
* [fix] fix the monkey patching with the asyncio hub * [feature] introduce the unmonkeypatching feature - from version 0.38.1 * [fix] Python 3.13: Use greenthread's dead state where possible (#1000) * [env] bump github Actions (#996) * [fix] Fix bug where asyncio hub didn't support multiple os threads (#995) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=127
This commit is contained in:
28
no-dynamic-version.patch
Normal file
28
no-dynamic-version.patch
Normal 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/"]
|
Reference in New Issue
Block a user