CVS log for pkgsrc/security/py-requests-gssapi/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / security / py-requests-gssapi
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:56 2024 UTC (3 days, 15 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 16 19:13:22 2024 UTC (8 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -7
lines
py-requests-gssapi: updated to 1.3.0
1.3.0: 2024-02-16
- Drop flag for out of sequence detection
- Use SPNEGO mechanism by default
- Fix ``SanitizedResponse.content`` to be ``bytes`` which reflects the base type
- Migrated project to a ``src`` layout setup and a ``PEP 621`` compliant build, this should have no impact on end users
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:43 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 5 00:45:19 2021 UTC (3 years, 4 months ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
py-requests-gssapi: fix bulk builds
py-gssapi is no longer compatible with Python 2.7.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 4 12:40:40 2021 UTC (3 years, 4 months ago) by wiz
Branches: MAIN
security/py-requests-gssapi: import py-requests-gssapi-1.2.3
Requests is an HTTP library, written in Python, for human beings.
This library adds optional GSSAPI authentication support and supports
mutual authentication.
CVSweb <webmaster@jp.NetBSD.org>