pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 10 19:06:05 UTC 2021

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

Log Message:
py-django-sortedm2m: updated to 3.0.2

3.0.2
-----
* Restored `admin/js/jquery.init.js`

3.0.1
-----
* Added all locales to distributable
* Added missing files to MANIFEST.in, and removed .DS_Store files
* Added German and Spanish translations
* Removed `admin/js/jquery.init.js` from `SortedCheckboxSelectMultiple`

3.0.0
-----
* Dropped support for Django 2.0
* Dropped support for Django 1.10
* Add support for Python 3.8
* Add support for Django 3.0

2.0.0
-----
* Updated README with Jazzband details, and added CONTRIBUTING.md
* Dropped support for Python 2.6 and 3.3, and Django < 1.11
* Added support for Python 3.7 and Django 2.0 to 2.2
* Add support of custom through models (only for Django >= 2.2)
* Added coverage reporting


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-sortedm2m/Makefile \
    pkgsrc/www/py-django-sortedm2m/PLIST \
    pkgsrc/www/py-django-sortedm2m/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-sortedm2m/Makefile
diff -u pkgsrc/www/py-django-sortedm2m/Makefile:1.1 pkgsrc/www/py-django-sortedm2m/Makefile:1.2
--- pkgsrc/www/py-django-sortedm2m/Makefile:1.1 Mon Mar  5 13:59:47 2018
+++ pkgsrc/www/py-django-sortedm2m/Makefile     Wed Mar 10 19:06:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/03/05 13:59:47 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/10 19:06:05 adam Exp $
 
-DISTNAME=      django-sortedm2m-1.5.0
+DISTNAME=      django-sortedm2m-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-sortedm2m/}
@@ -10,9 +10,14 @@ HOMEPAGE=    https://github.com/gregmuelleg
 COMMENT=       Drop-in replacement for Django's many to many field
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.6:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=2.1:../../www/py-django2
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+post-extract:
+       ${RM} ${WRKSRC}/sortedm2m/locale/es/.DS_Store
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-sortedm2m/PLIST
diff -u pkgsrc/www/py-django-sortedm2m/PLIST:1.1 pkgsrc/www/py-django-sortedm2m/PLIST:1.2
--- pkgsrc/www/py-django-sortedm2m/PLIST:1.1    Mon Mar  5 13:59:47 2018
+++ pkgsrc/www/py-django-sortedm2m/PLIST        Wed Mar 10 19:06:05 2021
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/05 13:59:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/03/10 19:06: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}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/sortedm2m/__init__.py
 ${PYSITELIB}/sortedm2m/__init__.pyc
@@ -19,6 +18,10 @@ ${PYSITELIB}/sortedm2m/forms.pyc
 ${PYSITELIB}/sortedm2m/forms.pyo
 ${PYSITELIB}/sortedm2m/locale/cs/LC_MESSAGES/django.mo
 ${PYSITELIB}/sortedm2m/locale/cs/LC_MESSAGES/django.po
+${PYSITELIB}/sortedm2m/locale/de/LC_MESSAGES/django.mo
+${PYSITELIB}/sortedm2m/locale/de/LC_MESSAGES/django.po
+${PYSITELIB}/sortedm2m/locale/es/LC_MESSAGES/django.mo
+${PYSITELIB}/sortedm2m/locale/es/LC_MESSAGES/django.po
 ${PYSITELIB}/sortedm2m/locale/fr/LC_MESSAGES/django.mo
 ${PYSITELIB}/sortedm2m/locale/fr/LC_MESSAGES/django.po
 ${PYSITELIB}/sortedm2m/models.py
Index: pkgsrc/www/py-django-sortedm2m/distinfo
diff -u pkgsrc/www/py-django-sortedm2m/distinfo:1.1 pkgsrc/www/py-django-sortedm2m/distinfo:1.2
--- pkgsrc/www/py-django-sortedm2m/distinfo:1.1 Mon Mar  5 13:59:47 2018
+++ pkgsrc/www/py-django-sortedm2m/distinfo     Wed Mar 10 19:06:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/05 13:59:47 adam Exp $
+$NetBSD: distinfo,v 1.2 2021/03/10 19:06:05 adam Exp $
 
-SHA1 (django-sortedm2m-1.5.0.tar.gz) = e8e1e21f6b73aee6a6f7431838e24172129a2b82
-RMD160 (django-sortedm2m-1.5.0.tar.gz) = f61e5d6d8cd10676eb737e44aa2ff714cd65e23a
-SHA512 (django-sortedm2m-1.5.0.tar.gz) = befb51f6da7453732a073fa67b339c01e0aac67f947d5808d3061304e9905fb94507b87cd2565c9035e867f01fa33e917b24e80a6c73825ba369b2b3ba9f056e
-Size (django-sortedm2m-1.5.0.tar.gz) = 37985 bytes
+SHA1 (django-sortedm2m-3.0.2.tar.gz) = e00d452f0af5f04cf280ed4998117679fca9b9a0
+RMD160 (django-sortedm2m-3.0.2.tar.gz) = 86bdafbcebb5406f3061d604aa692387bee8e860
+SHA512 (django-sortedm2m-3.0.2.tar.gz) = 8c508b8bd8d661b81853624b6aa52dd1e22cef3aa3877b4b2f81962e302c8472fc01b17ec9cd95cd388e981857e247fddf04a184be3389cd1042dda7bf3ef789
+Size (django-sortedm2m-3.0.2.tar.gz) = 46464 bytes



Home | Main Index | Thread Index | Old Index