ramackri opened a new pull request, #1059: URL: https://github.com/apache/ranger/pull/1059
Backport of #1034 for `ranger-2.9`, with GDS sections trimmed (GDS Python client is not on the 2.9 branch). Supersedes fork PR #1047 — this branch is on `apache/ranger` so CI runs. ## What changes were proposed in this pull request? Prepare apache-ranger 0.0.13 on PyPI with Python 3.13+ only support. - Bump version to 0.0.13; set `python_requires='>=3.13'` and update classifiers. - Refresh dependencies: `requests>=2.34.2`, `strenum>=0.4.15` (avoids transitive chardet; RANGER-3335). - Use SPDX `Apache-2.0` license metadata in `setup.py`. - Rewrite PyPI README for Admin, UserMgmt, KMS, and PDP (GDS removed for 2.9). - Expand unit tests: `TestRangerClient` and `TestPDPClient` (GDS tests removed for 2.9). - Remove duplicate legacy packaging scripts. - Add `.cursor/rules/ranger-python.mdc`. **Breaking change:** installs require Python 3.13+ (0.0.12 supported older versions). ## How was this patch tested? - [x] `PYTHONPATH=src/main/python python -B src/test/python/test_ranger_client.py` (11 tests) - [x] `mvn -pl intg test` (pending CI) Made with [Cursor](https://cursor.com) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
