pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 21 17:54:37 UTC 2022

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

Log Message:
py-setuptools: updated to 65.5.0

v65.5.0
-------

Changes
* Fixed editable install for multi-module/no-package ``src``-layout projects.
* Minor refactorings to support distutils using stdlib logging module.

Documentation changes
* Updated the example version numbers to be compliant with PEP-440 on the "Specifying Your Project’s Version" page of the user guide.

Misc
* Improved information about conflicting entries in the current working directory
  and editable install (in documentation and as an informational warning).
* Updated version of ``validate_pyproject``.


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.199 -r1.200 pkgsrc/devel/py-setuptools/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-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.222 pkgsrc/devel/py-setuptools/Makefile:1.223
--- pkgsrc/devel/py-setuptools/Makefile:1.222   Wed Oct  5 20:51:53 2022
+++ pkgsrc/devel/py-setuptools/Makefile Fri Oct 21 17:54:37 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.222 2022/10/05 20:51:53 adam Exp $
+# $NetBSD: Makefile,v 1.223 2022/10/21 17:54:37 adam Exp $
 
-DISTNAME=      setuptools-65.4.1
+DISTNAME=      setuptools-65.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.199 pkgsrc/devel/py-setuptools/distinfo:1.200
--- pkgsrc/devel/py-setuptools/distinfo:1.199   Wed Oct  5 20:51:53 2022
+++ pkgsrc/devel/py-setuptools/distinfo Fri Oct 21 17:54:37 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.199 2022/10/05 20:51:53 adam Exp $
+$NetBSD: distinfo,v 1.200 2022/10/21 17:54:37 adam Exp $
 
-BLAKE2s (setuptools-65.4.1.tar.gz) = d953d047792ce6d79a5f04764ac04a4be641df61f37c7afec201025775ab050c
-SHA512 (setuptools-65.4.1.tar.gz) = d13253bb556380b1b45d4b51dc7922b0cffa390ba92d97ccbc43c314aceccdcf51ee8b5c751cf6f36c6c8955836bc248214d55fe7419ff0332719862772f0f95
-Size (setuptools-65.4.1.tar.gz) = 2615710 bytes
+BLAKE2s (setuptools-65.5.0.tar.gz) = ecf0415839cc0332f686bcc14c8670235acd8f5adc0d66bd9d4ee6324c43e3ad
+SHA512 (setuptools-65.5.0.tar.gz) = 5f65765a2971662ef4864473d7b54d7d5357fba2b6e9369f1b7923ef5466463852a714e6ee0b6581835c1524069cdfefd907cc65681c7f2b73c6ef278bff6228
+Size (setuptools-65.5.0.tar.gz) = 2616463 bytes



Home | Main Index | Thread Index | Old Index