pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-xdis



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 28 16:17:23 UTC 2021

Modified Files:
        pkgsrc/devel/py-xdis: Makefile distinfo

Log Message:
py-xdis: updated to 5.0.13

5.0.13 2021-09-24
=================

Added knowledge of Python versions 3.6.15 and 3.7.12.

However the main motivation was to impove packaging to handle administration
of the 3 different branches or dialects of Python 2.4-2.7, 3.1-3.2, 3.3-3.5, and 3.6+

Restrict wheel packaging for Python 3 only.

Use the wheel for only the 3.x and newer version of Python.
Use eggs for 2.x versions (and others as well).


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-xdis/distinfo

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

Modified files:

Index: pkgsrc/devel/py-xdis/Makefile
diff -u pkgsrc/devel/py-xdis/Makefile:1.34 pkgsrc/devel/py-xdis/Makefile:1.35
--- pkgsrc/devel/py-xdis/Makefile:1.34  Sun Sep 12 09:58:03 2021
+++ pkgsrc/devel/py-xdis/Makefile       Tue Sep 28 16:17:23 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2021/09/12 09:58:03 adam Exp $
+# $NetBSD: Makefile,v 1.35 2021/09/28 16:17:23 adam Exp $
 
-DISTNAME=      xdis-5.0.12
+DISTNAME=      xdis-5.0.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xdis/}

Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.33 pkgsrc/devel/py-xdis/distinfo:1.34
--- pkgsrc/devel/py-xdis/distinfo:1.33  Sun Sep 12 09:58:04 2021
+++ pkgsrc/devel/py-xdis/distinfo       Tue Sep 28 16:17:23 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2021/09/12 09:58:04 adam Exp $
+$NetBSD: distinfo,v 1.34 2021/09/28 16:17:23 adam Exp $
 
-SHA1 (xdis-5.0.12.tar.gz) = 6427027b3180311e99a76b5115dfd9c22f5eae6d
-RMD160 (xdis-5.0.12.tar.gz) = e4a4694e5c48e8d62e7e7d3a7a20e076de564d1b
-SHA512 (xdis-5.0.12.tar.gz) = 24daeb93ebb980d79fde9ce05abd9a03deaedb9560ad61f8eca75cf11157177132dd1168d6edd7e0046f68d2b4bf63de08011467fa342e2523991c4159feb7a0
-Size (xdis-5.0.12.tar.gz) = 292848 bytes
+SHA1 (xdis-5.0.13.tar.gz) = c47418e7440d5b90531e843890d18d9ce3024112
+RMD160 (xdis-5.0.13.tar.gz) = 1bd1d1960ba8b9b1aabcc4c3829526b3f4edfc35
+SHA512 (xdis-5.0.13.tar.gz) = 364321159410e511cdfc2b941f5b9283323b4c45d15b401f39228938fe7b21b2db5c4345807566e71d1c08653fa3b94dab9b5da1d7ffcab8ec97b2f9cc94a557
+Size (xdis-5.0.13.tar.gz) = 293239 bytes



Home | Main Index | Thread Index | Old Index