Path to this page:
./
security/py-requests-kerberos,
Kerberos authentication handler for python-requests
Branch: CURRENT,
Version: 0.15.0,
Package name: py311-requests-kerberos-0.15.0,
Maintainer: pkgsrc-usersRequests is an HTTP library, written in Python, for human beings. This
library adds optional Kerberos/GSSAPI authentication support and supports
mutual authentication.
Required to run:[
devel/py-setuptools] [
lang/python27] [
devel/py-requests] [
security/py-cryptography] [
security/py-kerberos]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 23.838 KB
Version history: (Expand)
- (2024-06-11) Updated to version: py311-requests-kerberos-0.15.0
- (2023-08-03) Updated to version: py310-requests-kerberos-0.14.0
- (2022-07-08) Updated to version: py310-requests-kerberos-0.12.0nb2
- (2022-01-05) Updated to version: py39-requests-kerberos-0.12.0nb2
- (2021-10-07) Updated to version: py39-requests-kerberos-0.12.0nb1
- (2018-05-02) Updated to version: py27-requests-kerberos-0.12.0nb1
CVS history: (Expand)
2023-08-03 10:20:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-requests-kerberos: updated to 0.14.0
0.14.0: 2021-12-05
------------------
- Added support for proxy authentication with ``HTTP`` endpoints.
- Support for proxying ``HTTPS`` endpoints is not available due to limitations
of the underlying requests/urllib3 library.
- Fixed up stray bytes to str conversion.
0.13.0: 2021-11-03
------------------
- Change Kerberos dependencies to pyspnego_ to modernise the underlying
Kerberos library that is used.
- Removed the ``wrap_winrm`` and ``unwrap_winrm`` functions
- Dropped support for Python 2 and raised minimum Python version to 3.6.
- Renamed the ``context`` attribute to ``_context`` to indicate it's meant for
internal use only.
- Fix Negotiate header regex pattern to avoid DoS affected patterns
|
2022-10-19 15:56:34 by Nia Alarie | Files touched by this commit (26) |
Log message:
fighting a losing battle against py-cryptography rustification, part 2
Switch users to versioned_dependencies.mk.
|
2022-07-08 16:45:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-requests-kerberos: mark as not for python 2.x
|
2022-04-21 13:00:02 by Thomas Klausner | Files touched by this commit (18) |
Log message:
*: convert to versioned_dependencies for py-cryptography
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|