pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Apr  6 19:04:46 UTC 2021

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

Log Message:
Update py-djangocluster to 5.1:

* Allow child form class to be overridden in the `formsets` Meta property of ClusterForm (Helder Correia)
* Add prefetch_related support to ParentalManyToManyField (Andy Chosak)
* Implement `copy_child_relation` and `copy_all_child_relations` methods on ClusterableModel (Karl Hobley)
* Fix: Fix behavior of ParentalKeys and prefetch_related() supplied with a lookup queryset (Juha Yrjölä)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-modelcluster/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-modelcluster/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-modelcluster/Makefile
diff -u pkgsrc/www/py-django-modelcluster/Makefile:1.2 pkgsrc/www/py-django-modelcluster/Makefile:1.3
--- pkgsrc/www/py-django-modelcluster/Makefile:1.2      Thu Aug 27 12:24:17 2020
+++ pkgsrc/www/py-django-modelcluster/Makefile  Tue Apr  6 19:04:46 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/08/27 12:24:17 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/06 19:04:46 joerg Exp $
 
-DISTNAME=      django-modelcluster-5.0.2
+DISTNAME=      django-modelcluster-5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wagtail/}

Index: pkgsrc/www/py-django-modelcluster/distinfo
diff -u pkgsrc/www/py-django-modelcluster/distinfo:1.1 pkgsrc/www/py-django-modelcluster/distinfo:1.2
--- pkgsrc/www/py-django-modelcluster/distinfo:1.1      Tue Aug  4 00:35:05 2020
+++ pkgsrc/www/py-django-modelcluster/distinfo  Tue Apr  6 19:04:46 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/04 00:35:05 joerg Exp $
+$NetBSD: distinfo,v 1.2 2021/04/06 19:04:46 joerg Exp $
 
-SHA1 (django-modelcluster-5.0.2.tar.gz) = 957cc52fc1ecc64d066cb48e1ee323be0c37ff8c
-RMD160 (django-modelcluster-5.0.2.tar.gz) = 8ee6f9fb1c300aadbbdd2972bb0f91d08d35b50b
-SHA512 (django-modelcluster-5.0.2.tar.gz) = fadf7ffc045afab8d92252d446f5f128170d3c7cdf198ed991118c18fa7871e27d0ad1b9ab65d66456eefb875b69794ab83389b106470c51cfc1e0512a617bb2
-Size (django-modelcluster-5.0.2.tar.gz) = 41046 bytes
+SHA1 (django-modelcluster-5.1.tar.gz) = 8f2115be1d979cb2a31100a94cb1fe6cb8b3192d
+RMD160 (django-modelcluster-5.1.tar.gz) = abad930e0eecc0c6a31173c9c86f1a91b4b1b838
+SHA512 (django-modelcluster-5.1.tar.gz) = bb3d8640a04cabfdebe7f60b571a2b2c4d71bbf5d4ea0ff0e7db5fe9d120e6eab7ec3f1b6992d21aff377045f8ed3e11d1b351ce2f460b33dd4c0f3a8dd749fb
+Size (django-modelcluster-5.1.tar.gz) = 45085 bytes



Home | Main Index | Thread Index | Old Index