pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 26 10:31:35 UTC 2024

Modified Files:
        pkgsrc/www/py-django-tastypie: Makefile PLIST distinfo

Log Message:
py-django-tastypie: updated to 0.15.0

v0.15.0

- Officially supports Django 5.1 (though no changes were necessary)
- Dropped official support for Django 3.2.
- Fixed a longstanding race condition in PATCH requests that saved entire objects rather than only applying changes from the sent payload


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-django-tastypie/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-tastypie/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-django-tastypie/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-tastypie/Makefile
diff -u pkgsrc/www/py-django-tastypie/Makefile:1.21 pkgsrc/www/py-django-tastypie/Makefile:1.22
--- pkgsrc/www/py-django-tastypie/Makefile:1.21 Wed Apr 24 07:24:18 2024
+++ pkgsrc/www/py-django-tastypie/Makefile      Tue Nov 26 10:31:35 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2024/04/24 07:24:18 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/11/26 10:31:35 adam Exp $
 
-DISTNAME=      django-tastypie-0.14.7
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      django_tastypie-0.15.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-tastypie/}
 
@@ -10,12 +10,11 @@ HOMEPAGE=   https://github.com/toastdriven
 COMMENT=       Flexible and capable API layer for Django
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-python-mimeparse>=0.1.4:../../www/py-python-mimeparse
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-tastypie/PLIST
diff -u pkgsrc/www/py-django-tastypie/PLIST:1.6 pkgsrc/www/py-django-tastypie/PLIST:1.7
--- pkgsrc/www/py-django-tastypie/PLIST:1.6     Thu Jun  1 07:59:05 2023
+++ pkgsrc/www/py-django-tastypie/PLIST Tue Nov 26 10:31:35 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2023/06/01 07:59:05 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.7 2024/11/26 10:31:35 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/tastypie/__init__.py
 ${PYSITELIB}/tastypie/__init__.pyc
 ${PYSITELIB}/tastypie/__init__.pyo

Index: pkgsrc/www/py-django-tastypie/distinfo
diff -u pkgsrc/www/py-django-tastypie/distinfo:1.15 pkgsrc/www/py-django-tastypie/distinfo:1.16
--- pkgsrc/www/py-django-tastypie/distinfo:1.15 Wed Apr 24 07:24:18 2024
+++ pkgsrc/www/py-django-tastypie/distinfo      Tue Nov 26 10:31:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/04/24 07:24:18 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/11/26 10:31:35 adam Exp $
 
-BLAKE2s (django-tastypie-0.14.7.tar.gz) = 3c7e62d49103623812b4a346c340ff931401149e2312c072b4c1c5f7dd251151
-SHA512 (django-tastypie-0.14.7.tar.gz) = e96510423aca4652b082f52ba54b4cbe346b3a8946ef99c98e69e477c35c1463f36b064c4bcce5f532a767f09df1bca3855945b9cd90255afe0d5893e6db5982
-Size (django-tastypie-0.14.7.tar.gz) = 155126 bytes
+BLAKE2s (django_tastypie-0.15.0.tar.gz) = 119a0e8e16f1a65ecc95119a8cfa7ce828a19529a47695c8de6f0a898ca8766e
+SHA512 (django_tastypie-0.15.0.tar.gz) = 4f46e157de6a4bb75796a15ea3957c598d8b8bc4f21a177435f95a93df13ba7699479990af266cbc6e8b6c0a9eca5b84604a0cdf8d0572541d30715d1021ee04
+Size (django_tastypie-0.15.0.tar.gz) = 156296 bytes



Home | Main Index | Thread Index | Old Index