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: updated to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81263c5d5a65
branches:  trunk
changeset: 377371:81263c5d5a65
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 15 12:23:47 2018 +0000

description:
py-authres: updated to 1.1.0

1.1.0:
+ Changed from distutils to setuptools because it's the future
+ Implement RFC 7601 SHOULD to ignore unknown method identifiers (2.7.6):
+ Discard unknown ptypes and associated properties
+ Added tests to document errors raised by different kinds of broken header
  fields

diffstat:

 mail/py-authres/Makefile |   6 +++---
 mail/py-authres/PLIST    |   8 ++++++--
 mail/py-authres/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 3b5f303b7b6a -r 81263c5d5a65 mail/py-authres/Makefile
--- a/mail/py-authres/Makefile  Thu Mar 15 10:58:35 2018 +0000
+++ b/mail/py-authres/Makefile  Thu Mar 15 12:23:47 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/02/22 10:23:54 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/15 12:23:47 adam Exp $
 
-DISTNAME=      authres-1.0.2
+DISTNAME=      authres-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/authres/}
@@ -12,5 +12,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3b5f303b7b6a -r 81263c5d5a65 mail/py-authres/PLIST
--- a/mail/py-authres/PLIST     Thu Mar 15 10:58:35 2018 +0000
+++ b/mail/py-authres/PLIST     Thu Mar 15 12:23:47 2018 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/11 12:18:42 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2018/03/15 12:23:47 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/authres/__init__.py
 ${PYSITELIB}/authres/__init__.pyc
 ${PYSITELIB}/authres/__init__.pyo
diff -r 3b5f303b7b6a -r 81263c5d5a65 mail/py-authres/distinfo
--- a/mail/py-authres/distinfo  Thu Mar 15 10:58:35 2018 +0000
+++ b/mail/py-authres/distinfo  Thu Mar 15 12:23:47 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/02/22 10:23:54 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/03/15 12:23:47 adam Exp $
 
-SHA1 (authres-1.0.2.tar.gz) = ce210bea28549f4bcbf6e8ff135be5a1979fd3c0
-RMD160 (authres-1.0.2.tar.gz) = bc2f434cbeaeca76ec937988543e302ee1b457da
-SHA512 (authres-1.0.2.tar.gz) = e8b229966b85d8e70d9bd8faaf53bafc974b8783b680af0d2d3c12afbc3d662c45b9690cafe32643519f9e4457de1cc72744b623bea98e9d0f489620391a1a11
-Size (authres-1.0.2.tar.gz) = 21382 bytes
+SHA1 (authres-1.1.0.tar.gz) = f421732b09addf40973cc00c68ee48d6d9f619b0
+RMD160 (authres-1.1.0.tar.gz) = 11683264367cbfd4a5a9b974f4328bdc7a206b11
+SHA512 (authres-1.1.0.tar.gz) = 84a1deda9886b58bc3a921968f62d68bec12d22999b57c955c338b55cc15e100a5a2b87f443b4546bbc227b9fdf8849a23f4fd788a0b03df6ef1ffe108b21903
+Size (authres-1.1.0.tar.gz) = 22951 bytes



Home | Main Index | Thread Index | Old Index