The NetBSD Project

CVS log for pkgsrc/security/py-requests-kerberos/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / py-requests-kerberos

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 3 08:20:54 2023 UTC (8 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.8: +4 -10 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 19 13:56:33 2022 UTC (18 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

fighting a losing battle against py-cryptography rustification, part 2

Switch users to versioned_dependencies.mk.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 8 14:45:35 2022 UTC (21 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

py-requests-kerberos: mark as not for python 2.x

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 21 11:00:01 2022 UTC (23 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.5: +4 -2 lines
Diff to previous 1.5 (colored)

*: convert to versioned_dependencies for py-cryptography

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:44 2022 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:35 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

*: 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.

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 2 10:59:49 2018 UTC (5 years, 11 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)

py-requests-kerberos: s/pykerberos/kerberos/

Make sure python requires matches dependencies, to keep pip happy.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 19 09:10:04 2018 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.1: +6 -3 lines
Diff to previous 1.1 (colored)

py-requests-kerberos: updated to 0.12.0

0.12.0:
- Add support for channel binding tokens (assumes pykerberos support >= 1.2.1)
- Add support for kerberos message encryption (assumes pykerberos support >= 1.2.1)
- Misc CI/test fixes

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 23 05:39:26 2017 UTC (6 years, 11 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2

Add py-requests-kerberos 0.11.0

Requests is an HTTP library, written in Python, for human beings. This
library adds optional Kerberos/GSSAPI authentication support and supports
mutual authentication.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>