pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-filter



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 17 13:36:16 UTC 2025

Modified Files:
        pkgsrc/www/py-django-filter: Makefile distinfo

Log Message:
py-django-filter: updated to 25.1

Version 25.1 (2025-02-14)

* Removed the in-built API schema generation methods, which have been
  deprecated since v23.2.

  You should use `drf-spectacular <https://drf-spectacular.readthedocs.io/en/latest/>`_
  for generating OpenAPI schemas with DRF.

* Dropped support for EOL Python 3.8.

* Added testing against Python 3.13.

* Added official support for Django 5.2.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-django-filter/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-django-filter/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-filter/Makefile
diff -u pkgsrc/www/py-django-filter/Makefile:1.16 pkgsrc/www/py-django-filter/Makefile:1.17
--- pkgsrc/www/py-django-filter/Makefile:1.16   Sat Aug  3 08:06:45 2024
+++ pkgsrc/www/py-django-filter/Makefile        Mon Feb 17 13:36:16 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/08/03 08:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/02/17 13:36:16 adam Exp $
 
-DISTNAME=      django_filter-24.3
+DISTNAME=      django_filter-25.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filter/}
@@ -15,7 +15,5 @@ DEPENDS+=     ${PYPKGPREFIX}-django>=4.2:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-filter/distinfo
diff -u pkgsrc/www/py-django-filter/distinfo:1.13 pkgsrc/www/py-django-filter/distinfo:1.14
--- pkgsrc/www/py-django-filter/distinfo:1.13   Sat Aug  3 08:06:45 2024
+++ pkgsrc/www/py-django-filter/distinfo        Mon Feb 17 13:36:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/08/03 08:06:45 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/02/17 13:36:16 adam Exp $
 
-BLAKE2s (django_filter-24.3.tar.gz) = c8e8e21e20daced22bf9bd7d1f076b393c08c5816100619b820671f529e607a5
-SHA512 (django_filter-24.3.tar.gz) = f21576b4ce8e2cbf71ebee032e35979f4b8333bb64827188e5c4901b2102e8ec4f8fc5c07614aed15d376c5606ffd6e976822f318bfd46615d59206564ef009a
-Size (django_filter-24.3.tar.gz) = 144444 bytes
+BLAKE2s (django_filter-25.1.tar.gz) = 0d030ff67a94b24ff5d20742a3b093ee67d909cbb57295cfad7bc6ff344c6cbc
+SHA512 (django_filter-25.1.tar.gz) = aac18b96be0f537733ff7b90d0495cdf8c744102dbd53fb378d19e73d6c22c426c68d86b2a8777d69103810f634ee71660544e10376f53a65680ec2ca95a3db9
+Size (django_filter-25.1.tar.gz) = 143021 bytes



Home | Main Index | Thread Index | Old Index