diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-06 12:35:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-06 12:35:12 +0000 |
commit | c1d2403160155cd83d57873f447ff2fee20f287a (patch) | |
tree | 0caacecfadcbc6316c214241de071727bfb7eb5d /security | |
parent | 52185f9bc6839ad0d628ad67a5cc24c81bcd1a54 (diff) | |
download | pkgsrc-c1d2403160155cd83d57873f447ff2fee20f287a.tar.gz |
Update to 3.8:
3.8
---
* Issue #22: Deprecated loading of config from current directory. Support for
loading the config in this manner will be removed in a future version.
* Issue #131: Keyring now will prefer ``pywin32-ctypes
<https://pypi.python.org/pypi/pywin32-ctypes>``_ to pywin32 if available.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/py-keyring/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index a80527cc0d7..c81828343f0 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/03/31 08:29:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/06/06 12:35:12 wiz Exp $ -DISTNAME= keyring-3.7 +DISTNAME= keyring-3.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security MASTER_SITES= http://pypi.python.org/packages/source/k/keyring/ diff --git a/security/py-keyring/distinfo b/security/py-keyring/distinfo index e7e4a47df72..160a2a6cfbb 100644 --- a/security/py-keyring/distinfo +++ b/security/py-keyring/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/03/31 08:29:11 wiz Exp $ +$NetBSD: distinfo,v 1.3 2014/06/06 12:35:12 wiz Exp $ -SHA1 (keyring-3.7.zip) = fa793a575d1d3b84780cd6cb69efcd0396a1d596 -RMD160 (keyring-3.7.zip) = adae84c76f20da3ef7df146b591bbc94d3368c75 -Size (keyring-3.7.zip) = 89249 bytes +SHA1 (keyring-3.8.zip) = fce7ea37b928f9b921d2efe5eb3d6ebfa6732b0a +RMD160 (keyring-3.8.zip) = 486de55affeff45e8fe8a92a1c54f4d1c534dea5 +Size (keyring-3.8.zip) = 84049 bytes |