summaryrefslogtreecommitdiff
path: root/security/py-krb5/files/patch-src-krb5-_principal.pyi
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-31 19:24:23 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-31 19:41:14 +0800
commitee178e424b7f912463a002eecd4110af978aa4ce (patch)
treee7e16aeac28a300342c8aca8c769df848f7db17a /security/py-krb5/files/patch-src-krb5-_principal.pyi
parentsecurity/py-google-auth: Update to 2.11.0 (diff)
security/py-krb5: Update to 0.4.0
Changes: https://github.com/jborean93/pykrb5/releases
Diffstat (limited to 'security/py-krb5/files/patch-src-krb5-_principal.pyi')
-rw-r--r--security/py-krb5/files/patch-src-krb5-_principal.pyi10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/py-krb5/files/patch-src-krb5-_principal.pyi b/security/py-krb5/files/patch-src-krb5-_principal.pyi
new file mode 100644
index 000000000000..2efafadd135c
--- /dev/null
+++ b/security/py-krb5/files/patch-src-krb5-_principal.pyi
@@ -0,0 +1,10 @@
+--- src/krb5/_principal.pyi.orig 2022-08-08 21:14:44 UTC
++++ src/krb5/_principal.pyi
+@@ -13,7 +13,6 @@ class PrincipalParseFlags(enum.IntEnum):
+ no_realm: PrincipalParseFlags = ... #: Error if realm is present
+ require_realm: PrincipalParseFlags = ... #: Error if realm is not present
+ enterprise: PrincipalParseFlags = ... #: Create single-component enterprise principal
+- ignore_realm: PrincipalParseFlags = ... #: Ignore realm if present
+
+ class PrincipalUnparseFlags(enum.IntEnum):
+ """Flags used to control :meth:`unparse_name_flags`."""