pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-python-multipart



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 17 12:34:40 UTC 2023

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

Log Message:
py-python-multipart: updated to 0.0.6

0.0.6 (2023-02-27)

Migrate package installation to pyproject.toml (PEP 621)
Use yaml.safe_load instead of yaml.load
Add support for Python 3.11, drop EOL 3.6
Add support for Python 3.8-3.10, drop EOL 2.7-3.5
QuerystringParser: don't raise an AttributeError in __repr__


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-python-multipart/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-python-multipart/PLIST \
    pkgsrc/www/py-python-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-python-multipart/Makefile
diff -u pkgsrc/www/py-python-multipart/Makefile:1.4 pkgsrc/www/py-python-multipart/Makefile:1.5
--- pkgsrc/www/py-python-multipart/Makefile:1.4 Wed Aug 24 08:41:09 2022
+++ pkgsrc/www/py-python-multipart/Makefile     Mon Apr 17 12:34:40 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/08/24 08:41:09 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/04/17 12:34:40 adam Exp $
 
-DISTNAME=      python-multipart-0.0.5
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      python_multipart-0.0.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-multipart/}
 
@@ -11,17 +10,17 @@ HOMEPAGE=   https://github.com/andrew-d/py
 COMMENT=       Streaming multipart parser for Python
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONED_DEPENDENCIES+=        test:test test-cov:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-python-multipart/PLIST
diff -u pkgsrc/www/py-python-multipart/PLIST:1.1 pkgsrc/www/py-python-multipart/PLIST:1.2
--- pkgsrc/www/py-python-multipart/PLIST:1.1    Thu Nov 25 12:11:03 2021
+++ pkgsrc/www/py-python-multipart/PLIST        Mon Apr 17 12:34:40 2023
@@ -1,31 +1,64 @@
-@comment $NetBSD: PLIST,v 1.1 2021/11/25 12:11:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/17 12:34:40 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/multipart/__init__.py
 ${PYSITELIB}/multipart/__init__.pyc
-${PYSITELIB}/multipart/__init__.pyo
-${PYSITELIB}/multipart/_version.py
-${PYSITELIB}/multipart/_version.pyc
-${PYSITELIB}/multipart/_version.pyo
 ${PYSITELIB}/multipart/decoders.py
 ${PYSITELIB}/multipart/decoders.pyc
-${PYSITELIB}/multipart/decoders.pyo
 ${PYSITELIB}/multipart/exceptions.py
 ${PYSITELIB}/multipart/exceptions.pyc
-${PYSITELIB}/multipart/exceptions.pyo
 ${PYSITELIB}/multipart/multipart.py
 ${PYSITELIB}/multipart/multipart.pyc
-${PYSITELIB}/multipart/multipart.pyo
 ${PYSITELIB}/multipart/tests/__init__.py
 ${PYSITELIB}/multipart/tests/__init__.pyc
-${PYSITELIB}/multipart/tests/__init__.pyo
 ${PYSITELIB}/multipart/tests/compat.py
 ${PYSITELIB}/multipart/tests/compat.pyc
-${PYSITELIB}/multipart/tests/compat.pyo
+${PYSITELIB}/multipart/tests/test_data/http/CR_in_header.http
+${PYSITELIB}/multipart/tests/test_data/http/CR_in_header.yaml
+${PYSITELIB}/multipart/tests/test_data/http/CR_in_header_value.http
+${PYSITELIB}/multipart/tests/test_data/http/CR_in_header_value.yaml
+${PYSITELIB}/multipart/tests/test_data/http/almost_match_boundary.http
+${PYSITELIB}/multipart/tests/test_data/http/almost_match_boundary.yaml
+${PYSITELIB}/multipart/tests/test_data/http/almost_match_boundary_without_CR.http
+${PYSITELIB}/multipart/tests/test_data/http/almost_match_boundary_without_CR.yaml
+${PYSITELIB}/multipart/tests/test_data/http/almost_match_boundary_without_LF.http
+${PYSITELIB}/multipart/tests/test_data/http/almost_match_boundary_without_LF.yaml
+${PYSITELIB}/multipart/tests/test_data/http/almost_match_boundary_without_final_hyphen.http
+${PYSITELIB}/multipart/tests/test_data/http/almost_match_boundary_without_final_hyphen.yaml
+${PYSITELIB}/multipart/tests/test_data/http/bad_end_of_headers.http
+${PYSITELIB}/multipart/tests/test_data/http/bad_end_of_headers.yaml
+${PYSITELIB}/multipart/tests/test_data/http/bad_header_char.http
+${PYSITELIB}/multipart/tests/test_data/http/bad_header_char.yaml
+${PYSITELIB}/multipart/tests/test_data/http/bad_initial_boundary.http
+${PYSITELIB}/multipart/tests/test_data/http/bad_initial_boundary.yaml
+${PYSITELIB}/multipart/tests/test_data/http/base64_encoding.http
+${PYSITELIB}/multipart/tests/test_data/http/base64_encoding.yaml
+${PYSITELIB}/multipart/tests/test_data/http/empty_header.http
+${PYSITELIB}/multipart/tests/test_data/http/empty_header.yaml
+${PYSITELIB}/multipart/tests/test_data/http/multiple_fields.http
+${PYSITELIB}/multipart/tests/test_data/http/multiple_fields.yaml
+${PYSITELIB}/multipart/tests/test_data/http/multiple_files.http
+${PYSITELIB}/multipart/tests/test_data/http/multiple_files.yaml
+${PYSITELIB}/multipart/tests/test_data/http/quoted_printable_encoding.http
+${PYSITELIB}/multipart/tests/test_data/http/quoted_printable_encoding.yaml
+${PYSITELIB}/multipart/tests/test_data/http/single_field.http
+${PYSITELIB}/multipart/tests/test_data/http/single_field.yaml
+${PYSITELIB}/multipart/tests/test_data/http/single_field_blocks.http
+${PYSITELIB}/multipart/tests/test_data/http/single_field_blocks.yaml
+${PYSITELIB}/multipart/tests/test_data/http/single_field_longer.http
+${PYSITELIB}/multipart/tests/test_data/http/single_field_longer.yaml
+${PYSITELIB}/multipart/tests/test_data/http/single_field_single_file.http
+${PYSITELIB}/multipart/tests/test_data/http/single_field_single_file.yaml
+${PYSITELIB}/multipart/tests/test_data/http/single_field_with_leading_newlines.http
+${PYSITELIB}/multipart/tests/test_data/http/single_field_with_leading_newlines.yaml
+${PYSITELIB}/multipart/tests/test_data/http/single_file.http
+${PYSITELIB}/multipart/tests/test_data/http/single_file.yaml
+${PYSITELIB}/multipart/tests/test_data/http/utf8_filename.http
+${PYSITELIB}/multipart/tests/test_data/http/utf8_filename.yaml
 ${PYSITELIB}/multipart/tests/test_multipart.py
 ${PYSITELIB}/multipart/tests/test_multipart.pyc
-${PYSITELIB}/multipart/tests/test_multipart.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/www/py-python-multipart/distinfo
diff -u pkgsrc/www/py-python-multipart/distinfo:1.1 pkgsrc/www/py-python-multipart/distinfo:1.2
--- pkgsrc/www/py-python-multipart/distinfo:1.1 Thu Nov 25 12:11:03 2021
+++ pkgsrc/www/py-python-multipart/distinfo     Mon Apr 17 12:34:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/11/25 12:11:03 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/04/17 12:34:40 adam Exp $
 
-BLAKE2s (python-multipart-0.0.5.tar.gz) = a9daff4f19b52bedb490427dfbfef8f005632cd79d0fdf239a3f207d887dc363
-SHA512 (python-multipart-0.0.5.tar.gz) = 159472175c7b21ddcfb6d026d2efe1dc68ceacb6b30afef7f2aab078542eef6faf61d7e40abb2d22d18346c88e2fbee12283795f3e4a8b1f36673a5dd9163a8e
-Size (python-multipart-0.0.5.tar.gz) = 32581 bytes
+BLAKE2s (python_multipart-0.0.6.tar.gz) = ef0fb782456f9d32e1145750d739b83de5b4051c9510f8c692cd86942dcac5dd
+SHA512 (python_multipart-0.0.6.tar.gz) = fad42688353ffd66530af36e1aab0ac596d9a748d64a4e4885d92d6c0d1dad4c434dc0f56003fe7fd0822fd9bb59699991543d982e0e44eb49455dd96733bc7d
+Size (python_multipart-0.0.6.tar.gz) = 31024 bytes



Home | Main Index | Thread Index | Old Index