git: 381e31ca18a3 - main - security/py-krb5: Update to 0.4.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:12:39 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=381e31ca18a38d63fb0be99ae868d88fdfaaae61

commit 381e31ca18a38d63fb0be99ae868d88fdfaaae61
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:45:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:07 +0000

    security/py-krb5: Update to 0.4.1
    
    Changes:        https://github.com/jborean93/pykrb5/releases
---
 security/py-krb5/Makefile             |  2 +-
 security/py-krb5/distinfo             |  6 +++---
 security/py-krb5/files/patch-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile
index 4d78499024db..eee83e3be797 100644
--- a/security/py-krb5/Makefile
+++ b/security/py-krb5/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	krb5
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-krb5/distinfo b/security/py-krb5/distinfo
index acaa321406e8..aa75b1b7dbf0 100644
--- a/security/py-krb5/distinfo
+++ b/security/py-krb5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661599323
-SHA256 (krb5-0.4.0.tar.gz) = 6eb0e91e044d37cb34c84b831310f4a48951f2902d4ebb65b97cbac5ff1b2264
-SIZE (krb5-0.4.0.tar.gz) = 218774
+TIMESTAMP = 1669057953
+SHA256 (krb5-0.4.1.tar.gz) = 606059b9db52086f4e03e15b161d1d172ccc1172880e42fa5744f99a4407cf57
+SIZE (krb5-0.4.1.tar.gz) = 218745
diff --git a/security/py-krb5/files/patch-setup.py b/security/py-krb5/files/patch-setup.py
deleted file mode 100644
index 182901798537..000000000000
--- a/security/py-krb5/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2022-08-08 21:14:44 UTC
-+++ setup.py
-@@ -174,8 +174,6 @@ if not SKIP_EXTENSIONS:
-         else:
-             compile_args = shlex.split(run_command(f"{kc} --cflags krb5"))
- 
--        compile_args.append("-Werror")
--
-         # Python 3.8 on macOS errors on these deprecation warnings. We ignore them as things are fixed on 3.9 but the
-         # code still needs to compile on 3.8.
-         if sys.platform == "darwin" and sys.version_info[:2] == (3, 8):