-
Notifications
You must be signed in to change notification settings - Fork 3.7k
ARROW-12068: [Python] Stop using distutils #9849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Triggered a crossbow build here: https://github.com/ursacomputing/crossbow/branches/all?query=build-119 |
It looks like AppVeyor will require more debugging unfortunately :-( |
I triggered additional crossbow builds here: https://github.com/ursacomputing/crossbow/branches/all?query=build-120 and https://github.com/ursacomputing/crossbow/branches/all?query=build-121 |
8c740d6
to
abf733c
Compare
I submitted some Crossbow jobs again: https://github.com/ursacomputing/crossbow/branches/all?query=build-122 |
According to PEP 632, distutils will be deprecated in Python 3.10 and removed in 3.12. * switch to `setuptools` for general packaging * use the `Version` class from the `packaging` project instead of `distutils.LooseVersion`
abf733c
to
28a05bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me
According to PEP 632, distutils will be deprecated in Python 3.10 and removed in 3.12. * switch to `setuptools` for general packaging * use the `Version` class from the `packaging` project instead of `distutils.LooseVersion` Closes apache#9849 from pitrou/ARROW-12068-remove-distutils Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
According to PEP 632, distutils will be deprecated in Python 3.10 and removed in 3.12. * switch to `setuptools` for general packaging * use the `Version` class from the `packaging` project instead of `distutils.LooseVersion` Closes apache#9849 from pitrou/ARROW-12068-remove-distutils Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
According to PEP 632, distutils will be deprecated in Python 3.10 and removed in 3.12. * switch to `setuptools` for general packaging * use the `Version` class from the `packaging` project instead of `distutils.LooseVersion` Closes apache#9849 from pitrou/ARROW-12068-remove-distutils Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
According to PEP 632, distutils will be deprecated in Python 3.10 and removed in 3.12.
setuptools
for general packagingVersion
class from thepackaging
project instead ofdistutils.LooseVersion