pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-gssapi py-gssapi: update to 1.8.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/998d82cd5700
branches:  trunk
changeset: 388184:998d82cd5700
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 18:58:50 2022 +0000

description:
py-gssapi: update to 1.8.2.

Release v1.8.2: Klipspringer (Patch 2) Latest

    Added Python 3.11 wheel - #303

Release v1.8.1: Klipspringer (Patch 1)

    Bumped minimum Python version to Python 3.7 - #299

Release v1.8.0: Klipspringer

    Created PEP 517 compliant sdist
    No longer include cythonised files in sdist as they can be built on install time with Cython
    The Cython build requirement will be automatically resolved by pip and other tools due to PEP 517 metadata

diffstat:

 security/py-gssapi/Makefile               |   7 +++++--
 security/py-gssapi/distinfo               |  10 +++++-----
 security/py-gssapi/patches/patch-setup.py |   8 ++++----
 3 files changed, 14 insertions(+), 11 deletions(-)

diffs (61 lines):

diff -r 4e403d9600fd -r 998d82cd5700 security/py-gssapi/Makefile
--- a/security/py-gssapi/Makefile       Mon Nov 14 18:58:47 2022 +0000
+++ b/security/py-gssapi/Makefile       Mon Nov 14 18:58:50 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/04/07 07:16:20 adam Exp $
+# $NetBSD: Makefile,v 1.24 2022/11/14 18:58:50 wiz Exp $
 
-DISTNAME=      gssapi-1.7.3
+DISTNAME=      gssapi-1.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gssapi/}
@@ -10,7 +10,10 @@
 COMMENT=       Low-level and high-level wrappers around GSSAPI C libraries
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
+# unpackaged: k5test
+TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
diff -r 4e403d9600fd -r 998d82cd5700 security/py-gssapi/distinfo
--- a/security/py-gssapi/distinfo       Mon Nov 14 18:58:47 2022 +0000
+++ b/security/py-gssapi/distinfo       Mon Nov 14 18:58:50 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2022/04/07 07:16:20 adam Exp $
+$NetBSD: distinfo,v 1.21 2022/11/14 18:58:50 wiz Exp $
 
-BLAKE2s (gssapi-1.7.3.tar.gz) = 5d3325a6d985b20dfa6fe26d108ba49cbaa04eef5593f5ab7dbccb7bd9bfb600
-SHA512 (gssapi-1.7.3.tar.gz) = ffdff3ee2a8b47d2606b891fb6300331055faaecbf285ab57b6af56ec4d63f95e2c9445248269a3e3974ed4c9ac9664d4265693b15f7a66d1dac328eebc81292
-Size (gssapi-1.7.3.tar.gz) = 1260350 bytes
-SHA1 (patch-setup.py) = 506e05b248a6d372f0cff92881dc0f5e21499210
+BLAKE2s (gssapi-1.8.2.tar.gz) = c5d146d66b609869955ab90129c8f5587aa76afaea4d1da39d409009c3cd05fa
+SHA512 (gssapi-1.8.2.tar.gz) = 57bf4b43d4c917e1919bd3a790941a9bb7aff272279a5fd4dd13bdcf230d48c20580960f9413b98acf98752bd59d518b88bdabce5ab785801fa695f4eb896056
+Size (gssapi-1.8.2.tar.gz) = 94305 bytes
+SHA1 (patch-setup.py) = 87c0ecb951987354d21a462be7afe90db4acb38b
diff -r 4e403d9600fd -r 998d82cd5700 security/py-gssapi/patches/patch-setup.py
--- a/security/py-gssapi/patches/patch-setup.py Mon Nov 14 18:58:47 2022 +0000
+++ b/security/py-gssapi/patches/patch-setup.py Mon Nov 14 18:58:50 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-setup.py,v 1.1 2021/12/06 14:45:22 wiz Exp $
+$NetBSD: patch-setup.py,v 1.2 2022/11/14 18:58:50 wiz Exp $
 
 Match this setting with py-setuptools.
 
---- setup.py.orig      2021-10-10 21:13:06.000000000 +0000
+--- setup.py.orig      2022-10-25 18:55:45.000000000 +0000
 +++ setup.py
-@@ -13,7 +13,7 @@ import shlex
+@@ -11,7 +11,7 @@ import shlex
  # the deprecation warning. Must be done before importing setuptools,
  # setuptools also must be imported before distutils.
  # https://github.com/pypa/setuptools/blob/main/docs/deprecated/distutils-legacy.rst
@@ -12,4 +12,4 @@
 +#os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local'
  
  from setuptools import setup  # noqa: E402
- from setuptools import Distribution  # noqa: E402
+ from setuptools.extension import Extension  # noqa: E402



Home | Main Index | Thread Index | Old Index