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:           Sat Aug 16 07:07:53 UTC 2025

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

Log Message:
py-multipart: updated to 1.3.0

Release 1.3

This release adds new APIs and contains internal or non-breaking api changes.

* feat: New convenience methods :meth:`PushMultipartParser.parse_blocking` and
  :meth:`PushMultipartParser.parse_async`.
* feat: Nicer error messages when reading from a closed ``MultipartPart``.
* feat: Improved typing.
* change: ``segment`` is now a required constructor argument for ``MultipartPart``
  and changed position. The constructor is not part of the public API, so this
  should not break user code.
* fix/change: Closing a MultipartPart should set its ``file`` to ``None``, not ``False``.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-multipart/Makefile
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/www/py-multipart/Makefile:1.9
--- pkgsrc/www/py-multipart/Makefile:1.8        Sun Feb 23 18:51:23 2025
+++ pkgsrc/www/py-multipart/Makefile    Sat Aug 16 07:07:53 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2025/02/23 18:51:23 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/08/16 07:07:53 adam Exp $
 
-DISTNAME=      multipart-1.2.1
+DISTNAME=      multipart-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/multipart/}
 

Index: pkgsrc/www/py-multipart/distinfo
diff -u pkgsrc/www/py-multipart/distinfo:1.4 pkgsrc/www/py-multipart/distinfo:1.5
--- pkgsrc/www/py-multipart/distinfo:1.4        Sat Nov 30 08:56:14 2024
+++ pkgsrc/www/py-multipart/distinfo    Sat Aug 16 07:07:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/11/30 08:56:14 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/08/16 07:07:53 adam Exp $
 
-BLAKE2s (multipart-1.2.1.tar.gz) = 76a68b78c61514e1e4cbde2a5fad8ddee70ee008b4039137a94b553343caabe2
-SHA512 (multipart-1.2.1.tar.gz) = 755e41a388d16315a90bf9d3a6c340a887d9ece860b09c703771f788c9b2d491aa3dc401e444bf2d558ef81e9afaf498cff140dff8b1ed05341148244f6685d9
-Size (multipart-1.2.1.tar.gz) = 36507 bytes
+BLAKE2s (multipart-1.3.0.tar.gz) = 526962592e1b265ff062d4a616674d59b8d3ed79a1e90df85b26b4bb0017db72
+SHA512 (multipart-1.3.0.tar.gz) = da7cb2743d9cb6102f064da8313561478083bf3b1a711ec82cad13ec1a1319703d0d72aba9d122ef79a8dd6539ac459189c278978fa2d1e55c131f938fb42a00
+Size (multipart-1.3.0.tar.gz) = 38816 bytes



Home | Main Index | Thread Index | Old Index