pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-multipart



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 19 05:03:05 UTC 2024

Modified Files:
        pkgsrc/www/py-multipart: Makefile PLIST distinfo

Log Message:
py-multipart: updated to 0.2.5

0.2.5 (18.06.2024)
* Don't test semicolon separators in urlencoded data
* Add python-requires directive, indicating Python 3.5 or later is required and preventing older Pythons from attempting to download this version
* Add official support for Python 3.10-3.12
* Default value of copy_file should be 2 ** 16, not 2 * 16
* Update URL for Bottle


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-multipart/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-multipart/PLIST \
    pkgsrc/www/py-multipart/distinfo

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

Modified files:

Index: pkgsrc/www/py-multipart/Makefile
diff -u pkgsrc/www/py-multipart/Makefile:1.4 pkgsrc/www/py-multipart/Makefile:1.5
--- pkgsrc/www/py-multipart/Makefile:1.4        Tue Jan  4 20:55:32 2022
+++ pkgsrc/www/py-multipart/Makefile    Wed Jun 19 05:03:05 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:32 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/06/19 05:03:05 adam Exp $
 
-DISTNAME=      multipart-0.2.4
+DISTNAME=      multipart-0.2.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/multipart/}
 
@@ -11,17 +10,12 @@ HOMEPAGE=   https://github.com/defnull/mul
 COMMENT=       Parser for multipart/form-data
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 
-# one test failure as of 0.2.4
-# https://github.com/defnull/multipart/issues/37
-TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-multipart/PLIST
diff -u pkgsrc/www/py-multipart/PLIST:1.1 pkgsrc/www/py-multipart/PLIST:1.2
--- pkgsrc/www/py-multipart/PLIST:1.1   Thu Nov 25 12:10:40 2021
+++ pkgsrc/www/py-multipart/PLIST       Wed Jun 19 05:03:05 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2021/11/25 12:10:40 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/06/19 05:03:05 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/multipart.py
 ${PYSITELIB}/multipart.pyc
 ${PYSITELIB}/multipart.pyo
Index: pkgsrc/www/py-multipart/distinfo
diff -u pkgsrc/www/py-multipart/distinfo:1.1 pkgsrc/www/py-multipart/distinfo:1.2
--- pkgsrc/www/py-multipart/distinfo:1.1        Thu Nov 25 12:10:40 2021
+++ pkgsrc/www/py-multipart/distinfo    Wed Jun 19 05:03:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/11/25 12:10:40 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/06/19 05:03:05 adam Exp $
 
-BLAKE2s (multipart-0.2.4.tar.gz) = 0eefa9d2cb2dd4513ee748649e01a3f475784ecd2f95a38457e3d8375067f36e
-SHA512 (multipart-0.2.4.tar.gz) = 8df8bad1f68d41e841e407f276745e7cb7352e9fb8c5d43569a7e5c4d8c0ae429e440933017244d01182271a12a6f43a4d15e353b1082df9563cbf9d6eb2c7f6
-Size (multipart-0.2.4.tar.gz) = 22300 bytes
+BLAKE2s (multipart-0.2.5.tar.gz) = 6bf460474084cf894b68c2128b4e10644ebca936a3eaa0a4bea5d712adb0bcfe
+SHA512 (multipart-0.2.5.tar.gz) = 9500212ec160dbc51c0d36d22bdf85ad50b2a2080d06151ff2aacb80b29991b69c83329a81d66a1c098cad949d161498392534fdc9bbda7136c1ed733b218204
+Size (multipart-0.2.5.tar.gz) = 22536 bytes



Home | Main Index | Thread Index | Old Index