Page MenuHomeFreeBSD

security/py-gssapi: Upgrade port to 1.10.1
ClosedPublic

Authored by michaelo on Oct 26 2025, 11:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 9, 11:53 AM
Unknown Object (File)
Tue, Dec 30, 8:59 PM
Unknown Object (File)
Dec 19 2025, 11:19 AM
Unknown Object (File)
Dec 19 2025, 11:19 AM
Unknown Object (File)
Dec 17 2025, 11:56 PM
Unknown Object (File)
Dec 17 2025, 3:04 AM
Unknown Object (File)
Dec 17 2025, 3:04 AM
Unknown Object (File)
Dec 17 2025, 3:02 AM
Subscribers
None

Details

Summary

Make now use of setuptools (PEP 517) instead of distutils.

Release Notes: https://github.com/pythongssapi/python-gssapi/releases/tag/v1.10.1

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

michaelo created this revision.

Does this version build successfully against each version of Python currently in the tree, and against each GSSAPI library?

security/py-gssapi/Makefile
16

Please keep this note, updating it as appropriate.

Does this version build successfully against each version of Python currently in the tree, and against each GSSAPI library?

It does officially support 3.13 and 3.14, therefore I removed the comment. If you consider to limit the Python version it should be in the variable to fail hard and not just a comment. WDYT?

See: https://github.com/pythongssapi/python-gssapi/commit/d792186a8b80e4906773b2d39a9815371ce1499c

Does this version build successfully against each version of Python currently in the tree, and against each GSSAPI library?

It does officially support 3.13 and 3.14, therefore I removed the comment. If you consider to limit the Python version it should be in the variable to fail hard and not just a comment. WDYT?

See: https://github.com/pythongssapi/python-gssapi/commit/d792186a8b80e4906773b2d39a9815371ce1499c

Is that OK for you John?

Please keep the comment, updating it as appropriate.

Does this version build successfully against each version of Python currently in the tree, and against each GSSAPI library?

Please keep the comment, updating it as appropriate.

Will do, but I see it as redudant: https://github.com/pythongssapi/python-gssapi/compare/v1.8.1...v1.10.1#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7L295

Does this version build successfully against each version of Python currently in the tree, and against each GSSAPI library?

It did for me for 3.10+ against MIT Kerberos. There are no C-related code changes: https://github.com/pythongssapi/python-gssapi/compare/v1.8.1...v1.10.1#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7L295

Thank you for your contribution.

This revision is now accepted and ready to land.Nov 7 2025, 1:28 PM

Thank you for your contribution.

Thanks, I am using this wheel on a daily basis everywhere.