pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 20 11:24:57 UTC 2024

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

Log Message:
py-django-reversion: updated to 5.1.0

5.1.0 - 2024-08-09

- Django 5 support (@jeremy-engel).
- Use bulk_create`` on supported databases (@stianjensen).


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-django-reversion/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-django-reversion/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-reversion/Makefile
diff -u pkgsrc/www/py-django-reversion/Makefile:1.33 pkgsrc/www/py-django-reversion/Makefile:1.34
--- pkgsrc/www/py-django-reversion/Makefile:1.33        Tue Jan 30 23:40:19 2024
+++ pkgsrc/www/py-django-reversion/Makefile     Tue Aug 20 11:24:57 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2024/01/30 23:40:19 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/08/20 11:24:57 adam Exp $
 
-DISTNAME=      django-reversion-5.0.12
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      django_reversion-5.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-reversion/}
 
@@ -12,11 +12,9 @@ LICENSE=     modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-reversion/distinfo
diff -u pkgsrc/www/py-django-reversion/distinfo:1.30 pkgsrc/www/py-django-reversion/distinfo:1.31
--- pkgsrc/www/py-django-reversion/distinfo:1.30        Tue Jan 30 23:40:19 2024
+++ pkgsrc/www/py-django-reversion/distinfo     Tue Aug 20 11:24:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2024/01/30 23:40:19 adam Exp $
+$NetBSD: distinfo,v 1.31 2024/08/20 11:24:57 adam Exp $
 
-BLAKE2s (django-reversion-5.0.12.tar.gz) = 35faf15a7babb1937b33ae27ed7ae53fd746385762a52b974d03d2ec90c41575
-SHA512 (django-reversion-5.0.12.tar.gz) = 55e8a4d5c80e3734be9f4a4730c69e2bd305ba964de442c285d1adc0cab59412d4f486c728444bc49b175a5fd20bc8b77ed50c54a01e7a289b1fa9bb9f47f76d
-Size (django-reversion-5.0.12.tar.gz) = 73092 bytes
+BLAKE2s (django_reversion-5.1.0.tar.gz) = dbc36a4f273f13d80908298d68731072f5ee7ccb4df536690188ab9fea18354f
+SHA512 (django_reversion-5.1.0.tar.gz) = 53be63ac6afe3b23e33e79c996d0d902a88e1462e15e70015b68cca305625ffda942056348b76450de0ef43bc69e08f64e10e95b8b509edf0da346e530d77c7c
+Size (django_reversion-5.1.0.tar.gz) = 73178 bytes



Home | Main Index | Thread Index | Old Index