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 Jul 10 15:58:06 UTC 2025
Modified Files:
pkgsrc/www/py-django-stubs-ext: Makefile PLIST distinfo
Log Message:
py-django-stubs-ext: updated to 5.2.1
5.2.1
Fix some <type> is not present at runtime errors
Fix missing at runtime errors (second batch)
Move method defined on BaseManager to Manager to follow runtime behavior
Fix missing at runtime errors (batch 3)
Add stubs for django.template.autoreload
Allow permission methods to take any model instance as obj
correct bound for _UserType
fix referencing .value of a Choices variable
Fixes to choices support in plugin
Use github permalink to blob view, not blame view
add null keyword argument to ManyToManyField init
Run stubtest on 2 latest python versions
Stronger type for settings.AUTH_PASSWORD_VALIDATORS
Fix missing at runtime 3
Enable a few more ruff rules
Update django gis backend
Fix django.http errors
Add mysqlclient deps to reveal mysql module stubtest errors
Update django.core.handlers
Fix a few errors related to the metaclass MediaDefiningClass
Update django to 5.2.1
Add a test for missing generics in stubs
Contribute to class
Restore support for mypy v1.13
Fix a crash on mypy master branch
Update _AsSqlType to allow tuple[str, tuple]
fix typing for get_auto_imports, get_namespace, and run_formatters
fix: django.contrib.staticfiles for 5.2
Fix postgres OrderableAggMixin & BTreeIndex
Switch to pyproject.toml + PEP621
Fix some django52
Use uv to manage dev dependencies
Add tests for ClassVar-annotated Migration fields
Add support for mypy v1.16
Weaken response argument types in django.utils.cache
Add stub for django.db.models.expressions.Expression.identity
change assertFormError form arg type to BaseForm
Updated the "LogEntryManager" class' "log_action" and "log_actions" methods
Fix signature of LogEntryManager.log_actions
Add "django.contrib.auth.management.commands.createsuperuser" annotations
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-stubs-ext/Makefile \
pkgsrc/www/py-django-stubs-ext/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-stubs-ext/PLIST
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.2 pkgsrc/www/py-django-stubs-ext/Makefile:1.3
--- pkgsrc/www/py-django-stubs-ext/Makefile:1.2 Tue Apr 29 08:53:01 2025
+++ pkgsrc/www/py-django-stubs-ext/Makefile Thu Jul 10 15:58:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/04/29 08:53:01 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/07/10 15:58:06 adam Exp $
-DISTNAME= django_stubs_ext-5.2.0
+DISTNAME= django_stubs_ext-5.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-stubs-ext/}
@@ -10,11 +10,13 @@ HOMEPAGE= https://github.com/typeddjango
COMMENT= Monkey-patching and extensions for django-stubs
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 39
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-stubs-ext/distinfo
diff -u pkgsrc/www/py-django-stubs-ext/distinfo:1.2 pkgsrc/www/py-django-stubs-ext/distinfo:1.3
--- pkgsrc/www/py-django-stubs-ext/distinfo:1.2 Tue Apr 29 08:53:01 2025
+++ pkgsrc/www/py-django-stubs-ext/distinfo Thu Jul 10 15:58:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/04/29 08:53:01 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/07/10 15:58:06 adam Exp $
-BLAKE2s (django_stubs_ext-5.2.0.tar.gz) = 1015c9451dd691bf5d0dbeb8825c47c74d34ec98bea19bfe87d81d75cb404c90
-SHA512 (django_stubs_ext-5.2.0.tar.gz) = 8851a8cbe6f6f882ad79e61988da61dcbe1796261a6037001482a91ea7ef3d5218fdee707c5f18273345173b14e4370094d55869de7e786cc614b95ed04fb588
-Size (django_stubs_ext-5.2.0.tar.gz) = 9618 bytes
+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
Index: pkgsrc/www/py-django-stubs-ext/PLIST
diff -u pkgsrc/www/py-django-stubs-ext/PLIST:1.1 pkgsrc/www/py-django-stubs-ext/PLIST:1.2
--- pkgsrc/www/py-django-stubs-ext/PLIST:1.1 Tue Apr 22 15:13:37 2025
+++ pkgsrc/www/py-django-stubs-ext/PLIST Thu Jul 10 15:58:06 2025
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2025/04/22 15:13:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/07/10 15:58:06 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/django_stubs_ext/__init__.py
${PYSITELIB}/django_stubs_ext/__init__.pyc
${PYSITELIB}/django_stubs_ext/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index