pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-authres



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 11 12:18:42 UTC 2017

Modified Files:
        pkgsrc/mail/py-authres: Makefile PLIST distinfo

Log Message:
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__


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/py-authres/Makefile \
    pkgsrc/mail/py-authres/PLIST pkgsrc/mail/py-authres/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/py-authres/Makefile
diff -u pkgsrc/mail/py-authres/Makefile:1.1 pkgsrc/mail/py-authres/Makefile:1.2
--- pkgsrc/mail/py-authres/Makefile:1.1 Wed Oct 26 10:56:30 2016
+++ pkgsrc/mail/py-authres/Makefile     Wed Oct 11 12:18:42 2017
@@ -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"
Index: pkgsrc/mail/py-authres/PLIST
diff -u pkgsrc/mail/py-authres/PLIST:1.1 pkgsrc/mail/py-authres/PLIST:1.2
--- pkgsrc/mail/py-authres/PLIST:1.1    Wed Oct 26 10:56:30 2016
+++ pkgsrc/mail/py-authres/PLIST        Wed Oct 11 12:18:42 2017
@@ -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/__init__.pyo
 ${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
Index: pkgsrc/mail/py-authres/distinfo
diff -u pkgsrc/mail/py-authres/distinfo:1.1 pkgsrc/mail/py-authres/distinfo:1.2
--- pkgsrc/mail/py-authres/distinfo:1.1 Wed Oct 26 10:56:30 2016
+++ pkgsrc/mail/py-authres/distinfo     Wed Oct 11 12:18:42 2017
@@ -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