diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-04 01:50:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-04 01:50:38 +0800 |
commit | f4ed114d632a9999df32d70ec5941bf3af693816 (patch) | |
tree | 5c4fd2b850518cd179deddeba4ccbc9590b24e7b | |
parent | 0c05586b5432e971e2210df1437750382e016cb5 (diff) | |
download | freebsd-ports-gnome-f4ed114d632a9999df32d70ec5941bf3af693816.tar.gz freebsd-ports-gnome-f4ed114d632a9999df32d70ec5941bf3af693816.tar.zst freebsd-ports-gnome-f4ed114d632a9999df32d70ec5941bf3af693816.zip |
- Update to 5.7.1
Changes: https://github.com/jaraco/keyring/blob/master/CHANGES.rst
PR: 205714
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
-rw-r--r-- | security/py-keyring/Makefile | 6 | ||||
-rw-r--r-- | security/py-keyring/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index 1e5f63684b08..260c084b9126 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 5.6 +PORTVERSION= 5.7.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Store and access your passwords safely LICENSE= PSFL -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:${PORTSDIR}/devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:${PORTSDIR}/devel/py-setuptools_scm NO_ARCH= yes USES= python diff --git a/security/py-keyring/distinfo b/security/py-keyring/distinfo index edff1ad1fa87..06792318623b 100644 --- a/security/py-keyring/distinfo +++ b/security/py-keyring/distinfo @@ -1,2 +1,2 @@ -SHA256 (keyring-5.6.tar.gz) = 862e8c7ae689bd1e50bf5940c88317c3afad4b71d7c0e0748b273ef769c66adf -SIZE (keyring-5.6.tar.gz) = 69574 +SHA256 (keyring-5.7.1.tar.gz) = 3df352616b856a3aebd699ab2e946d4a6e3b0219e696d5416bfc4c16530eeac0 +SIZE (keyring-5.7.1.tar.gz) = 51956 |