pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-djangorestframework



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  7 04:57:54 UTC 2025

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

Log Message:
py-djangorestframework: updated to 3.16.1

3.16.1

This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations.

Minor changes

Cleanup optional backports.zoneinfo dependency and conditions on unsupported Python 3.8 and lower

Bug fixes

Fix regression in unique_together validation with SerializerMethodField
Fix UniqueTogetherValidator to handle fields with source attribute
Drop HTML line breaks on long headers in browsable API

Translations

Add Kazakh locale support
Update translations for Korean translations
Update German translations
Update Chinese translations
Update Arabic translations-sal
Update Persian translations
Update Spanish translations
Update Turkish Translations
Fix some typos in Brazilian Portuguese translations

Documentation

Removed reference to GitHub Issues and Discussions
Add drf-restwind and update outdated images in browsable-api.md
Updated funding page to represent current scope
Fix broken Heroku JSON Schema link
Update Django documentation links to use stable version
Expand docs on unique constraints cause 'required=True'
Revert extension back from djangorestframework-guardian2 to djangorestframework-guardian
Add note to tutorial about required request in serializer context when using HyperlinkedModelSerializer

Internal changes

Update GitHub Actions to use Ubuntu 24.04 for testing
Update test matrix to use Django 5.2 stable version
Add pyupgrade to pre-commit hooks
Fix test with Django 5 when pytz is available


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/py-djangorestframework/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-djangorestframework/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-djangorestframework/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-djangorestframework/Makefile
diff -u pkgsrc/www/py-djangorestframework/Makefile:1.44 pkgsrc/www/py-djangorestframework/Makefile:1.45
--- pkgsrc/www/py-djangorestframework/Makefile:1.44     Mon Apr 14 18:56:05 2025
+++ pkgsrc/www/py-djangorestframework/Makefile  Thu Aug  7 04:57:54 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2025/04/14 18:56:05 adam Exp $
+# $NetBSD: Makefile,v 1.45 2025/08/07 04:57:54 adam Exp $
 
-DISTNAME=      djangorestframework-3.16.0
+DISTNAME=      djangorestframework-3.16.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangorestframework/}
 

Index: pkgsrc/www/py-djangorestframework/PLIST
diff -u pkgsrc/www/py-djangorestframework/PLIST:1.20 pkgsrc/www/py-djangorestframework/PLIST:1.21
--- pkgsrc/www/py-djangorestframework/PLIST:1.20        Mon Apr 14 18:56:05 2025
+++ pkgsrc/www/py-djangorestframework/PLIST     Thu Aug  7 04:57:54 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2025/04/14 18:56:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2025/08/07 04:57:54 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -110,6 +110,7 @@ ${PYSITELIB}/rest_framework/locale/hy/LC
 ${PYSITELIB}/rest_framework/locale/id/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/it/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/ja/LC_MESSAGES/django.mo
+${PYSITELIB}/rest_framework/locale/kk/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/ko_KR/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/lt/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/lv/LC_MESSAGES/django.mo

Index: pkgsrc/www/py-djangorestframework/distinfo
diff -u pkgsrc/www/py-djangorestframework/distinfo:1.31 pkgsrc/www/py-djangorestframework/distinfo:1.32
--- pkgsrc/www/py-djangorestframework/distinfo:1.31     Sun Mar 30 15:08:13 2025
+++ pkgsrc/www/py-djangorestframework/distinfo  Thu Aug  7 04:57:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/03/30 15:08:13 adam Exp $
+$NetBSD: distinfo,v 1.32 2025/08/07 04:57:54 adam Exp $
 
-BLAKE2s (djangorestframework-3.16.0.tar.gz) = 9e7535a810f6a824e42cfcfd7b52f24770076077c528fa887ed72c287cbf948a
-SHA512 (djangorestframework-3.16.0.tar.gz) = 243e0a09a71e20838bd97b11aeca53d92fc14e9800d61d161fd0ec772952dd510a8d8f8806665b30122c37492c9b9c34c025a90e8713192a631e5247deaa9682
-Size (djangorestframework-3.16.0.tar.gz) = 1068408 bytes
+BLAKE2s (djangorestframework-3.16.1.tar.gz) = 9bfff79439fd5a0197754857902008168b97c3ee7c8448ccf9c92d6738e9043f
+SHA512 (djangorestframework-3.16.1.tar.gz) = fe7651f5605920355a6e7630b458341affcb59ae99f28752147d09e7628a983327e896e6a686b4a850eb5810459f2391eb49f21ef3608c397ee8ee9a817f12fa
+Size (djangorestframework-3.16.1.tar.gz) = 1089735 bytes



Home | Main Index | Thread Index | Old Index