pkgsrc-WIP-changes archive

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

py-distlib: Update to 0.3.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jun 28 14:57:26 2020 +0900
Changeset:	9074addadcf29bfafd3ff15e3d74a200259fa7fd

Modified Files:
	py-distlib/Makefile
	py-distlib/distinfo

Log Message:
py-distlib: Update to 0.3.1

scripts

* Fixed 132: Added documentation to help with relative interpreter
  paths.
* Fixed 134: Allowed specifying a different target Python version when
  generating scripts.
* Fixed 135: Exposed the enquote_executable function previously
  implemented as an internal function.
* Addressed 138: Improved metadata support for newer metadata
  versions.

wheel

* Changed the output of flags in entry point definitions.
* Stopped writing JSON metadata. Only old-style metadata is written now.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9074addadcf29bfafd3ff15e3d74a200259fa7fd

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

diffstat:
 py-distlib/Makefile | 2 +-
 py-distlib/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-distlib/Makefile b/py-distlib/Makefile
index 63a62aad7a..59a0c941b6 100644
--- a/py-distlib/Makefile
+++ b/py-distlib/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	distlib-0.3.0
+DISTNAME=	distlib-0.3.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/distlib/}
diff --git a/py-distlib/distinfo b/py-distlib/distinfo
index e1e666eef1..f772fd6ae9 100644
--- a/py-distlib/distinfo
+++ b/py-distlib/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (distlib-0.3.0.zip) = f54031a3c09b370b558ccd965fb29ef4f17675d0
-RMD160 (distlib-0.3.0.zip) = ac1c0dd3f48183155bdc302c1f172ad1f34e7d87
-SHA512 (distlib-0.3.0.zip) = 6f910a9607569c9023a19aee35be15cf8521ec7c07c5d478e6d555a301d024a2ee1db48562707b238a72c631d75d9dc154d38b39ed51746b66c938ac40671e60
-Size (distlib-0.3.0.zip) = 571953 bytes
+SHA1 (distlib-0.3.1.zip) = 1c575431e31c32d25596c360e81bba7fe4638669
+RMD160 (distlib-0.3.1.zip) = e90930fec905210f528d20e24990b600b04dec76
+SHA512 (distlib-0.3.1.zip) = 4c004b09eb93a6bfdd8b9b58175b756aa376c45fdef43a362a52fbffa19feef4850f0eb0f958bbf1eb9d2b8bfc1fc8a67c5b926d954e934c777b5c8b5c18e9d4
+Size (distlib-0.3.1.zip) = 578925 bytes


Home | Main Index | Thread Index | Old Index