pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-keyring py-keyring: updated to 19.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96d768008585
branches:  trunk
changeset: 338949:96d768008585
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 02 10:20:57 2019 +0000

description:
py-keyring: updated to 19.1.0

19.1.0
* macOS Keyring now honors a ``KEYCHAIN_PATH``
  environment variable. If set, Keyring will use that
  keychain instead of the default.

19.0.2
* Refresh package skeleton.
* Adopt `black <https://pypi.org/project/black>`_ code style.

19.0.1
* Merge with 18.0.1.

18.0.1
* ExceptionInfo no longer retains a reference to the
  traceback.

diffstat:

 security/py-keyring/Makefile |   6 +++---
 security/py-keyring/PLIST    |  14 ++++----------
 security/py-keyring/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 18 deletions(-)

diffs (71 lines):

diff -r e041468cba48 -r 96d768008585 security/py-keyring/Makefile
--- a/security/py-keyring/Makefile      Mon Sep 02 09:59:37 2019 +0000
+++ b/security/py-keyring/Makefile      Mon Sep 02 10:20:57 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/02/27 13:27:22 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/09/02 10:20:57 adam Exp $
 
-DISTNAME=      keyring-18.0.0
+DISTNAME=      keyring-19.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/keyring/}
@@ -12,7 +12,7 @@
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-entrypoints-[0-9]*:../../devel/py-entrypoints
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.5:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.7.4:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 
 USE_LANGUAGES= # none
diff -r e041468cba48 -r 96d768008585 security/py-keyring/PLIST
--- a/security/py-keyring/PLIST Mon Sep 02 09:59:37 2019 +0000
+++ b/security/py-keyring/PLIST Mon Sep 02 10:20:57 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/02/27 13:27:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/09/02 10:20:57 adam Exp $
 bin/keyring-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -60,15 +60,6 @@
 ${PYSITELIB}/keyring/http.py
 ${PYSITELIB}/keyring/http.pyc
 ${PYSITELIB}/keyring/http.pyo
-${PYSITELIB}/keyring/py27compat.py
-${PYSITELIB}/keyring/py27compat.pyc
-${PYSITELIB}/keyring/py27compat.pyo
-${PYSITELIB}/keyring/py32compat.py
-${PYSITELIB}/keyring/py32compat.pyc
-${PYSITELIB}/keyring/py32compat.pyo
-${PYSITELIB}/keyring/py33compat.py
-${PYSITELIB}/keyring/py33compat.pyc
-${PYSITELIB}/keyring/py33compat.pyo
 ${PYSITELIB}/keyring/tests/__init__.py
 ${PYSITELIB}/keyring/tests/__init__.pyc
 ${PYSITELIB}/keyring/tests/__init__.pyo
@@ -93,6 +84,9 @@
 ${PYSITELIB}/keyring/tests/test_backend.py
 ${PYSITELIB}/keyring/tests/test_backend.pyc
 ${PYSITELIB}/keyring/tests/test_backend.pyo
+${PYSITELIB}/keyring/tests/test_errors.py
+${PYSITELIB}/keyring/tests/test_errors.pyc
+${PYSITELIB}/keyring/tests/test_errors.pyo
 ${PYSITELIB}/keyring/tests/util.py
 ${PYSITELIB}/keyring/tests/util.pyc
 ${PYSITELIB}/keyring/tests/util.pyo
diff -r e041468cba48 -r 96d768008585 security/py-keyring/distinfo
--- a/security/py-keyring/distinfo      Mon Sep 02 09:59:37 2019 +0000
+++ b/security/py-keyring/distinfo      Mon Sep 02 10:20:57 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/02/27 13:27:22 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/09/02 10:20:57 adam Exp $
 
-SHA1 (keyring-18.0.0.tar.gz) = 98ee5f4c2bfce471899d7979802724e954c7e151
-RMD160 (keyring-18.0.0.tar.gz) = a419899468cef2a2212a61edee30eff940bf7101
-SHA512 (keyring-18.0.0.tar.gz) = 3863f2cd89131d7e927e55691b4eb4b7c2599af189525293d0948aef5215efbbbd74d45db3cd4885ba5b18a79f0fa0b0edc3783a020a6702f6a6fb7ed86b2cf2
-Size (keyring-18.0.0.tar.gz) = 48509 bytes
+SHA1 (keyring-19.1.0.tar.gz) = 5ab26112d832cd23d44c123ad41038bf6ac07007
+RMD160 (keyring-19.1.0.tar.gz) = b87aa96dad48cf771b487047c5eb97b3ac337869
+SHA512 (keyring-19.1.0.tar.gz) = eef359e20e9e2d0109db6d3144f6499206fbbde58bde70330428f1c4b6d193f025902cef24e5bbc09471a16808911a046affd559e9f54096eba1f0c300793a24
+Size (keyring-19.1.0.tar.gz) = 48646 bytes



Home | Main Index | Thread Index | Old Index