pkgsrc-WIP-changes archive

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

py-distlib: Update to 0.3.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat May 29 23:18:15 2021 +0900
Changeset:	2a7d8165303d59a744884ecc786193a48ad65d83

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

Log Message:
py-distlib: Update to 0.3.2

* locators
  * Fixed 141: removed unused regular expression.

* metadata
  * Fixed 140: allowed "Obsoletes" in more scenarios, to better handle
    faulty metadata already on PyPI.

* resources
  * Fixed 146: added entry for SourcelessFileLoader to the finder registry.

* scripts
  * Made the generation of scripts more configurable:
    * the variant_separator attribute can be set to determine the separator
      used between a script basename and its X.Y variant. The default value
      is '-' and would result in a final script basename like 'foo-X.Y',
      whereas setting it to '' would result in a final script basename like
      'fooX.Y'.

    * You can also subclass and override the get_script_filenames() method
      to provide a more customised set of file basenames.

* util
  * Fixed 140: allowed a trailing comma in constraints, to better handle
    faulty metadata already on PyPI.
  * Moved get_platform() logic from distutils to here.
  * Fixed 143: removed normcase() to avoid some problems on Windows.

* wheel
  * Dropped any trailing data when computing the Python tag.
  * Added support for manylinux tags.
  * Changed handling of tags for Python >= 3.10 (use 3_10 rather than 310).
  * Fixed 147: permission bits are now preserved on POSIX when installing
    from a wheel.

* tests
  * Fixed 139: improved handling of errors related to the test PyPI server.

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

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 59a0c941b6..79c499eecc 100644
--- a/py-distlib/Makefile
+++ b/py-distlib/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	distlib-0.3.1
+DISTNAME=	distlib-0.3.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/distlib/}
diff --git a/py-distlib/distinfo b/py-distlib/distinfo
index f772fd6ae9..ac7a1f1584 100644
--- a/py-distlib/distinfo
+++ b/py-distlib/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-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
+SHA1 (distlib-0.3.2.zip) = b36dcbb9542fa58ada97ab27269176ff7d170724
+RMD160 (distlib-0.3.2.zip) = 8d3253291bf7a20802b722790098948af7ebeafb
+SHA512 (distlib-0.3.2.zip) = a39f8c7df9c07554769153268bae09d8abd8b59b8360d470c1bc011944936a1dcfbe34134a03eb63e377ee594e68b07c676289fbdbf53e90968f1b9cd6e7003b
+Size (distlib-0.3.2.zip) = 585679 bytes


Home | Main Index | Thread Index | Old Index