forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-37931: [Python] Revert "apacheGH-37803: [CI][Dev][Python] Re…
…lease and merge script errors (apache#37819)" (apache#40150) This reverts commit 79e49db. apache#37931 should have been fixed as of pypa/setuptools-scm@056584b in setuptools_scm 8.0.4; I tested that this works in conda-forge/arrow-cpp-feedstock#1314. CC @ AlenkaF @ raulcd * Closes: apache#37931 Authored-by: H. Vetinari <h.vetinari@gmx.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
- Loading branch information
1 parent
11e790c
commit 5928795
Showing
9 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jira | |
pygit2 | ||
pygithub | ||
ruamel.yaml | ||
setuptools_scm<8.0.0 | ||
setuptools_scm | ||
toolz | ||
|
||
# benchmark | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,5 @@ jinja2 | |
jira | ||
pygit2 | ||
ruamel.yaml | ||
setuptools_scm<8.0.0 | ||
setuptools_scm | ||
toolz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ pytest<8 | |
pytest-faulthandler | ||
s3fs>=2023.10.0 | ||
setuptools | ||
setuptools_scm<8.0.0 | ||
setuptools_scm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cython>=0.29.31 | ||
oldest-supported-numpy>=0.14; python_version<'3.9' | ||
numpy>=1.25; python_version>='3.9' | ||
setuptools_scm<8.0.0 | ||
setuptools_scm | ||
setuptools>=38.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cython>=0.29.31 | ||
oldest-supported-numpy>=0.14; python_version<'3.9' | ||
numpy>=1.25; python_version>='3.9' | ||
setuptools_scm<8.0.0 | ||
setuptools_scm | ||
setuptools>=58 | ||
wheel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters