This is an automated email from the ASF dual-hosted git repository.

honahx pushed a commit to branch pyiceberg-0.6.x
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/pyiceberg-0.6.x by this push:
     new 910dd783 Exclude `docutils!=0.21` as a dependency (#615)
910dd783 is described below

commit 910dd783f16280b46704dd9679a4d003fb8a2e18
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Apr 17 23:08:27 2024 -0700

    Exclude `docutils!=0.21` as a dependency (#615)
    
    This release is bodged, and causes Poetry to fail when it tries
    to fetch the tar:
    
    https://github.com/python-poetry/poetry/issues/9293#issuecomment-2048205226
    
    It is being tracked:
    https://github.com/pypi/warehouse/issues/15749
    
    A fix is inbound here:
    https://github.com/pypi/warehouse/pull/15795
    
    This is a hotfix for this particular package, until the fixes from 
`pypi/warehouse` are out. The `post` notation is very unique: 
https://github.com/pypi/warehouse/issues/15749#issuecomment-2048216953 and is 
being used in 0.004% of the releases.
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index e89ce0c3..4dc617ec 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -85,6 +85,7 @@ typing-extensions = "4.9.0"
 pytest-mock = "3.12.0"
 pyspark = "3.5.0"
 cython = "3.0.8"
+docutils = "!=0.21"
 
 [[tool.mypy.overrides]]
 module = "pytest_mock.*"

Reply via email to