CVS commit: pkgsrc/www/py-drf-nested-routers
"Adam Ciarcinski" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: adam Date: Tue Aug 11 06:05:24 UTC 2026 Modified Files: pkgsrc/www/py-drf-nested-routers: Makefile distinfo Log Message: py-drf-nested-routers: updated to 0.95.3 0.95.3 Removed support to EOLed Python 3.9. Still works for now, but no CI will validate it anymore. Update flake8 to 7.1.1 Test against DRF 3.16 and Django 5.2 Test and advertise DRF 3.16 and Django 5.2 compatibility Fix Error when request.data is a list. Fixes #349. Update mypy to 1.13.0 Fix release pyc leakages Add Python 3.14 & Update release flow To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-drf-nested-routers/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-drf-nested-routers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.7 KB)
Modified files:
Index: pkgsrc/www/py-drf-nested-routers/Makefile
diff -u pkgsrc/www/py-drf-nested-routers/Makefile:1.14 pkgsrc/www/py-drf-nested-routers/Makefile:1.15
--- pkgsrc/www/py-drf-nested-routers/Makefile:1.14 Tue Nov 11 13:54:50 2025
+++ pkgsrc/www/py-drf-nested-routers/Makefile Tue Aug 11 06:05:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/11/11 13:54:50 adam Exp $
+# $NetBSD: Makefile,v 1.15 2026/08/11 06:05:24 adam Exp $
-DISTNAME= drf_nested_routers-0.95.0
+DISTNAME= drf_nested_routers-0.95.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/drf-nested-routers/}
Index: pkgsrc/www/py-drf-nested-routers/distinfo
diff -u pkgsrc/www/py-drf-nested-routers/distinfo:1.12 pkgsrc/www/py-drf-nested-routers/distinfo:1.13
--- pkgsrc/www/py-drf-nested-routers/distinfo:1.12 Tue Nov 11 13:54:50 2025
+++ pkgsrc/www/py-drf-nested-routers/distinfo Tue Aug 11 06:05:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/11/11 13:54:50 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/08/11 06:05:24 adam Exp $
-BLAKE2s (drf_nested_routers-0.95.0.tar.gz) = 3cafae4e764f7c35518ff4a1f569d42c7ee2fc70a1534d6253235146d4e8cb83
-SHA512 (drf_nested_routers-0.95.0.tar.gz) = 5db1bcc720d72008899d0514af91d0b88b575fc55a28e0826c009700202feaf58335672d1f8ca596006f46f2e240e19a2695854729294122df0d9b01b6bc1046
-Size (drf_nested_routers-0.95.0.tar.gz) = 23318 bytes
+BLAKE2s (drf_nested_routers-0.95.3.tar.gz) = fd5d5d77f3d89240388794b6cf2ff0681eab990c9865f1330d7d30f61af9a344
+SHA512 (drf_nested_routers-0.95.3.tar.gz) = 4c4395492007f0a85f0fbb044c94cfd5cb524dc987d15b1854cf28d8dea6376350d4b60c7eb627ae62a35171787c579dc26a624d7bf07247a89b1321466fa104
+Size (drf_nested_routers-0.95.3.tar.gz) = 22398 bytes