pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-stubs-ext



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  7 04:59:11 UTC 2025

Modified Files:
        pkgsrc/www/py-django-stubs-ext: Makefile distinfo

Log Message:
py-django-stubs-ext: updated to 5.2.2

5.2.2

Fix reveal_type to return its argument
fix stubs of HttpRequest read / readine
restore iterability of ResolverMatch
Add missing instance variable declarations for RawQuerySet
Add join to JSONObject
add stubs for QuerySet._raw_delete
Fix aliasing of choices in a class in choices plugin
Change resolve_callables argument type to Mapping
Update django to 5.2.4
Fix test HttpResponse.context_data
Don't try to patch automatically symbols in django.contrib.auth.forms
Improve .values() types when expressions are used
Update mypy to 1.17.0
Minor Plugin improvements
BasePasswordHasher.safe_summary commonly uses StrOrPromise
Fix FormMixin plugin


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-stubs-ext/Makefile \
    pkgsrc/www/py-django-stubs-ext/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-django-stubs-ext/Makefile
diff -u pkgsrc/www/py-django-stubs-ext/Makefile:1.3 pkgsrc/www/py-django-stubs-ext/Makefile:1.4
--- pkgsrc/www/py-django-stubs-ext/Makefile:1.3 Thu Jul 10 15:58:06 2025
+++ pkgsrc/www/py-django-stubs-ext/Makefile     Thu Aug  7 04:59:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/07/10 15:58:06 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/08/07 04:59:11 adam Exp $
 
-DISTNAME=      django_stubs_ext-5.2.1
+DISTNAME=      django_stubs_ext-5.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-stubs-ext/}
Index: pkgsrc/www/py-django-stubs-ext/distinfo
diff -u pkgsrc/www/py-django-stubs-ext/distinfo:1.3 pkgsrc/www/py-django-stubs-ext/distinfo:1.4
--- pkgsrc/www/py-django-stubs-ext/distinfo:1.3 Thu Jul 10 15:58:06 2025
+++ pkgsrc/www/py-django-stubs-ext/distinfo     Thu Aug  7 04:59:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/07/10 15:58:06 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/08/07 04:59:11 adam Exp $
 
-BLAKE2s (django_stubs_ext-5.2.1.tar.gz) = d7ef0f44955d505705ac15e6ce398df457158407df437d92822b48fd42e4c62b
-SHA512 (django_stubs_ext-5.2.1.tar.gz) = e9a0c39ed05b34e16bad645c219b9c8f2a7b613c7090ad24f0e0270fc3dd79e24082b9cf274aa2786c323cf204134921e68a6b854bb54ab0277ba262c18524a8
-Size (django_stubs_ext-5.2.1.tar.gz) = 6550 bytes
+BLAKE2s (django_stubs_ext-5.2.2.tar.gz) = d929007d424c4f51ab15529c9abdda92df07def54db6de99b23be1b5ddbccbd0
+SHA512 (django_stubs_ext-5.2.2.tar.gz) = dc4f619245597f00abea1f676780f544359de35a9cfeedddbac5fb0ca4867a179627600f468cd437664cf674e04afafd490b66f21c252d713635711ad1816f60
+Size (django_stubs_ext-5.2.2.tar.gz) = 6244 bytes



Home | Main Index | Thread Index | Old Index