pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-krb5



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 22 05:10:37 UTC 2024

Modified Files:
        pkgsrc/security/py-krb5: Makefile PLIST distinfo

Log Message:
py-krb5: updated to 0.6.0

0.6.0 - 2024-07-22

* Fix up wheel package build to not include uneeded `python_krb5.h` file in the final `site-packages` install dir
* Added CCache APIs:
  * [krb5_cc_get_config](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_cc_get_config.html)
  * [krb5_cc_set_config](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_cc_set_config.html)
* Added Context APIs:
  * [krb5_set_real_time](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_set_real_time.html)
  * [krb5_timeofday](https://web.mit.edu/Kerberos/krb5-devel/doc/appdev/refs/api/krb5_timeofday.html)
  * [krb5_us_timeofday](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_us_timeofday.html)
  * MIT only
  * [krb5_get_time_offsets](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_get_time_offsets.html)
* Added Credential APIs:
  * [krb5_get_renewed_creds](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_get_renewed_creds.html)
  * MIT only
  * [krb5_get_etype_info](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_get_etype_info.html)
  * [krb5_get_validated_creds](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_get_validated_creds.html)
  * MIT 1.20+ only
  * [krb5_marshal_credentials](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_marshal_credentials.html)
  * [krb5_unmarshal_credentials](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_unmarshal_credentials.html)
* Added KeyBlock APIs:
  * MIT only
  * [krb5_c_string_to_key](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_c_string_to_key.html)
* Added Principal APIs:
  * [krb5_build_principal]https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5_build_principal.html)
* Added the following properties to the `Creds` object:
  * `ticket_flags_raw` - Flags in the ticket as returned by the C API
  * `ticket_flags` - Flags in the ticket converted to a known enum value
* Added the following properties to the `Principal` object:
  * `realm` - The realm of the principal
  * `components` - The list of name components.
  * `type` - The name type of the principal.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-krb5/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-krb5/PLIST \
    pkgsrc/security/py-krb5/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-krb5/Makefile
diff -u pkgsrc/security/py-krb5/Makefile:1.3 pkgsrc/security/py-krb5/Makefile:1.4
--- pkgsrc/security/py-krb5/Makefile:1.3        Sat Oct 14 01:05:48 2023
+++ pkgsrc/security/py-krb5/Makefile    Mon Jul 22 05:10:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/10/14 01:05:48 markd Exp $
+# $NetBSD: Makefile,v 1.4 2024/07/22 05:10:37 adam Exp $
 
-DISTNAME=      krb5-0.5.1
+DISTNAME=      krb5-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/krb5/}
@@ -11,6 +11,8 @@ COMMENT=      Kerberos API bindings for Pytho
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.29:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42.0.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
@@ -24,12 +26,12 @@ PLIST.heimdal=      yes
 .else
 MAKE_ENV+=     KRB5_KRB5CONFIG=${KRB5BASE}/bin/krb5-config
 .  include "../../mk/krb5.buildlink3.mk"
-.  if ${KRB5_TYPE} == "mit-krb5" 
-PLIST.mitkrb=  yes 
+.  if ${KRB5_TYPE} == "mit-krb5"
+PLIST.mitkrb=  yes
 .  else
 PLIST.heimdal= yes
 .  endif
 .endif
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-krb5/PLIST
diff -u pkgsrc/security/py-krb5/PLIST:1.2 pkgsrc/security/py-krb5/PLIST:1.3
--- pkgsrc/security/py-krb5/PLIST:1.2   Sat Oct 14 01:05:48 2023
+++ pkgsrc/security/py-krb5/PLIST       Mon Jul 22 05:10:37 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/14 01:05:48 markd Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/07/22 05:10:37 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/krb5/__init__.py
 ${PYSITELIB}/krb5/__init__.pyc
 ${PYSITELIB}/krb5/__init__.pyo
@@ -22,6 +23,10 @@ ${PYSITELIB}/krb5/_context_mit.pyi
 ${PLIST.mitkrb}${PYSITELIB}/krb5/_context_mit.so
 ${PYSITELIB}/krb5/_creds.pyi
 ${PYSITELIB}/krb5/_creds.so
+${PYSITELIB}/krb5/_creds_marshal_mit.pyi
+${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_marshal_mit.so
+${PYSITELIB}/krb5/_creds_mit.pyi
+${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_mit.so
 ${PYSITELIB}/krb5/_creds_opt.pyi
 ${PYSITELIB}/krb5/_creds_opt.so
 ${PYSITELIB}/krb5/_creds_opt_heimdal.pyi
@@ -36,6 +41,8 @@ ${PYSITELIB}/krb5/_exceptions.pyi
 ${PYSITELIB}/krb5/_exceptions.so
 ${PYSITELIB}/krb5/_keyblock.pyi
 ${PYSITELIB}/krb5/_keyblock.so
+${PYSITELIB}/krb5/_keyblock_mit.pyi
+${PLIST.mitkrb}${PYSITELIB}/krb5/_keyblock_mit.so
 ${PYSITELIB}/krb5/_kt.pyi
 ${PYSITELIB}/krb5/_kt.so
 ${PYSITELIB}/krb5/_kt_have_content.pyi
@@ -53,4 +60,3 @@ ${PYSITELIB}/krb5/_string.so
 ${PYSITELIB}/krb5/_string_mit.pyi
 ${PLIST.mitkrb}${PYSITELIB}/krb5/_string_mit.so
 ${PYSITELIB}/krb5/py.typed
-${PYSITELIB}/krb5/python_krb5.h
Index: pkgsrc/security/py-krb5/distinfo
diff -u pkgsrc/security/py-krb5/distinfo:1.2 pkgsrc/security/py-krb5/distinfo:1.3
--- pkgsrc/security/py-krb5/distinfo:1.2        Tue Aug 29 06:17:45 2023
+++ pkgsrc/security/py-krb5/distinfo    Mon Jul 22 05:10:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/08/29 06:17:45 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/07/22 05:10:37 adam Exp $
 
-BLAKE2s (krb5-0.5.1.tar.gz) = bffa3169cf75cac4a8781fa0163c7edbfe3653aab21f120f35a4c54f8c365b89
-SHA512 (krb5-0.5.1.tar.gz) = 474484d2ffcf94e9855b017a7f8ca29894c4e3c1f4c0d872952bb1b7c1772b319b7a358c5e44cb3be036ea707a58fc1c526f8abb2c3d1d9b8af8525bb769923f
-Size (krb5-0.5.1.tar.gz) = 221059 bytes
+BLAKE2s (krb5-0.6.0.tar.gz) = 73294d47f1815b5fce109c218e31f2d24219d5b11dff9281c8d997115f6b2251
+SHA512 (krb5-0.6.0.tar.gz) = e8f4638b19949b4235564e622adec92d0620442cddd87f777e09e1724735504cc1f86fbe8fee444246e5f532a5c72742146866d0d176d7151d959167d43dcfd9
+Size (krb5-0.6.0.tar.gz) = 230384 bytes



Home | Main Index | Thread Index | Old Index