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:           Thu Mar 15 12:23:47 UTC 2018

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

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


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

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.3 pkgsrc/mail/py-authres/Makefile:1.4
--- pkgsrc/mail/py-authres/Makefile:1.3 Thu Feb 22 10:23:54 2018
+++ pkgsrc/mail/py-authres/Makefile     Thu Mar 15 12:23:47 2018
@@ -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 @@ LICENSE=      apache-2.0
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/py-authres/distinfo
diff -u pkgsrc/mail/py-authres/distinfo:1.3 pkgsrc/mail/py-authres/distinfo:1.4
--- pkgsrc/mail/py-authres/distinfo:1.3 Thu Feb 22 10:23:54 2018
+++ pkgsrc/mail/py-authres/distinfo     Thu Mar 15 12:23:47 2018
@@ -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

Index: pkgsrc/mail/py-authres/PLIST
diff -u pkgsrc/mail/py-authres/PLIST:1.2 pkgsrc/mail/py-authres/PLIST:1.3
--- pkgsrc/mail/py-authres/PLIST:1.2    Wed Oct 11 12:18:42 2017
+++ pkgsrc/mail/py-authres/PLIST        Thu Mar 15 12:23:47 2018
@@ -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



Home | Main Index | Thread Index | Old Index