forked from pool/python-eventlet
to version 0.37.0+git.1726056572.8637820: * Update changelog for version 0.37.0 (#980) * Describes Eventlet's Alternatives Into the Migration Guide (#971) * fix migration guide url (#978) * os.read/write waits until file descriptor is ready. (#975) * Upgrade RLocks as last thing we do (#970) * warns about using multiple readers (#960) * drop header keys with underscores (#959) * doc: Repair changelog link (#958) * Make the docs more user friendly (#950) * Update changelog for version 0.36.1 (#952) - Add patches making it build with 3.13: - 313-new-thread-attributes.patch (gh#eventlet/eventlet#964) - no-dynamic-version.patch (we cannot use dynamic version number on a git checkout) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=121
29 lines
762 B
Diff
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/"]
|