pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/py-authres py-authres: update to 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f5671015d0f
branches:  trunk
changeset: 370093:2f5671015d0f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 11 12:18:42 2017 +0000

description:
py-authres: update to 1.0.1

1.0.1:
+ Extended experimental support for ARC results

1.0.0:
+ Added initial experimental support for ARC results
+ Swith to sematic versioning scheme and only set version in setup.py and
  __init__

diffstat:

 mail/py-authres/Makefile |  11 ++++++-----
 mail/py-authres/PLIST    |   5 ++++-
 mail/py-authres/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 11 deletions(-)

diffs (59 lines):

diff -r 534f4cef1c27 -r 2f5671015d0f mail/py-authres/Makefile
--- a/mail/py-authres/Makefile  Wed Oct 11 09:41:03 2017 +0000
+++ b/mail/py-authres/Makefile  Wed Oct 11 12:18:42 2017 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.1 2016/10/26 10:56:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/11 12:18:42 adam Exp $
 
-VERSION=       0.800
-DISTNAME=      authres-${VERSION}
-PKGNAME=       ${PYPKGPREFIX}-authres-${VERSION}
+DISTNAME=      authres-1.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/authres/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/authres
+HOMEPAGE=      https://launchpad.net/authentication-results-python
 COMMENT=       Python implementation of RFC 5451/7001
 LICENSE=       apache-2.0
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 534f4cef1c27 -r 2f5671015d0f mail/py-authres/PLIST
--- a/mail/py-authres/PLIST     Wed Oct 11 09:41:03 2017 +0000
+++ b/mail/py-authres/PLIST     Wed Oct 11 12:18:42 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/26 10:56:30 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/11 12:18:42 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/authres/__init__.py
 ${PYSITELIB}/authres/__init__.pyc
@@ -6,6 +6,9 @@
 ${PYSITELIB}/authres/__main__.py
 ${PYSITELIB}/authres/__main__.pyc
 ${PYSITELIB}/authres/__main__.pyo
+${PYSITELIB}/authres/arc.py
+${PYSITELIB}/authres/arc.pyc
+${PYSITELIB}/authres/arc.pyo
 ${PYSITELIB}/authres/core.py
 ${PYSITELIB}/authres/core.pyc
 ${PYSITELIB}/authres/core.pyo
diff -r 534f4cef1c27 -r 2f5671015d0f mail/py-authres/distinfo
--- a/mail/py-authres/distinfo  Wed Oct 11 09:41:03 2017 +0000
+++ b/mail/py-authres/distinfo  Wed Oct 11 12:18:42 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/10/26 10:56:30 jperkin Exp $
+$NetBSD: distinfo,v 1.2 2017/10/11 12:18:42 adam Exp $
 
-SHA1 (authres-0.800.tar.gz) = 57bffe1c2653c7f48776205cfd151dd67ca3594e
-RMD160 (authres-0.800.tar.gz) = 765bbc517e8a71b44a66d607ee132acd8a335c55
-SHA512 (authres-0.800.tar.gz) = d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7
-Size (authres-0.800.tar.gz) = 19863 bytes
+SHA1 (authres-1.0.1.tar.gz) = d5e57faae39079d5f383f60f88930b4182bdcb79
+RMD160 (authres-1.0.1.tar.gz) = 691464b737ccd9c1af21a0466ba4136befe0f6ff
+SHA512 (authres-1.0.1.tar.gz) = 33efaf3d158c67d7f1a84187873fe0dc9520510bb9b63178399ccec6c7e9150f602bbb8624f1837c8386f6eb2c1c55509e7f2d06224c2cea23f34d45f432f6f3
+Size (authres-1.0.1.tar.gz) = 20721 bytes



Home | Main Index | Thread Index | Old Index