pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-admin-rangefilter



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  8 12:20:13 UTC 2023

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

Log Message:
py-django-admin-rangefilter: updated to 0.10.0

.10.0
Added
- Add builders. Now you can use Builders to create filters:
`DateRangeFilterBuilder`, `DateTimeRangeFilterBuilder`, `NumericRangeFilterBuilder`.
Its useful for definition custom title or initial (default) values.
- Compatibility Django 4.2

0.9.0
Added
- Add filter for integer and float


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-django-admin-rangefilter/Makefile \
    pkgsrc/www/py-django-admin-rangefilter/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-admin-rangefilter/PLIST

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-admin-rangefilter/Makefile
diff -u pkgsrc/www/py-django-admin-rangefilter/Makefile:1.24 pkgsrc/www/py-django-admin-rangefilter/Makefile:1.25
--- pkgsrc/www/py-django-admin-rangefilter/Makefile:1.24        Thu Jul 13 10:03:26 2023
+++ pkgsrc/www/py-django-admin-rangefilter/Makefile     Tue Aug  8 12:20:13 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2023/07/13 10:03:26 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/08/08 12:20:13 adam Exp $
 
-DISTNAME=      django-admin-rangefilter-0.8.2
+DISTNAME=      django-admin-rangefilter-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-admin-rangefilter/}
 
Index: pkgsrc/www/py-django-admin-rangefilter/distinfo
diff -u pkgsrc/www/py-django-admin-rangefilter/distinfo:1.24 pkgsrc/www/py-django-admin-rangefilter/distinfo:1.25
--- pkgsrc/www/py-django-admin-rangefilter/distinfo:1.24        Wed Dec 15 21:10:09 2021
+++ pkgsrc/www/py-django-admin-rangefilter/distinfo     Tue Aug  8 12:20:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2021/12/15 21:10:09 adam Exp $
+$NetBSD: distinfo,v 1.25 2023/08/08 12:20:13 adam Exp $
 
-BLAKE2s (django-admin-rangefilter-0.8.2.tar.gz) = e320bec806118ba9210f5cd7c04938948e943c4e6f3f45638138cdc8df1f7143
-SHA512 (django-admin-rangefilter-0.8.2.tar.gz) = e236cbeb5d3c4da58489b5b4f812d420ce89b4aad0c9490cbdcb1c6427e169b881373c048542437e521d36ab8e405f2e2af9aedf8df42779e57cb256e57eb100
-Size (django-admin-rangefilter-0.8.2.tar.gz) = 15115 bytes
+BLAKE2s (django-admin-rangefilter-0.10.0.tar.gz) = cd74aa54e5de9c07690aff7443f8065f1c42a301f15a5738180e420513fe5d9b
+SHA512 (django-admin-rangefilter-0.10.0.tar.gz) = bc074365fbbe56db98970f5a6ddeb178e5d5bf7a1b3a6e47ab02a9058260a0bc3e4cf1e3ff3c339510f3ac60548e4a60bd6225d7e9792a96370d4a66bda7ce1e
+Size (django-admin-rangefilter-0.10.0.tar.gz) = 21845 bytes

Index: pkgsrc/www/py-django-admin-rangefilter/PLIST
diff -u pkgsrc/www/py-django-admin-rangefilter/PLIST:1.8 pkgsrc/www/py-django-admin-rangefilter/PLIST:1.9
--- pkgsrc/www/py-django-admin-rangefilter/PLIST:1.8    Tue May 25 04:49:08 2021
+++ pkgsrc/www/py-django-admin-rangefilter/PLIST        Tue Aug  8 12:20:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/05/25 04:49:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/08/08 12:20:13 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,29 +17,52 @@ ${PYSITELIB}/rangefilter/filters.py
 ${PYSITELIB}/rangefilter/filters.pyc
 ${PYSITELIB}/rangefilter/filters.pyo
 ${PYSITELIB}/rangefilter/locale/cs_CZ/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/cs_CZ/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/da/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/da/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/de/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/de/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/el/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/el/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/en_US/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/en_US/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/es/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/es/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/es_AR/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/es_AR/LC_MESSAGES/django.po
+${PYSITELIB}/rangefilter/locale/fa/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/fa/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/fr/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/fr/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/it/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/it/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/ja/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/ja/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/pl/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/pl/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/pt_BR/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/pt_BR/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/pt_PT/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/pt_PT/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/ru/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/ru/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/uk/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/uk/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/zh_CN/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/zh_CN/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/locale/zh_Hans/LC_MESSAGES/django.mo
+${PYSITELIB}/rangefilter/locale/zh_Hans/LC_MESSAGES/django.po
 ${PYSITELIB}/rangefilter/models.py
 ${PYSITELIB}/rangefilter/models.pyc
 ${PYSITELIB}/rangefilter/models.pyo
+${PYSITELIB}/rangefilter/settings.py
+${PYSITELIB}/rangefilter/settings.pyc
+${PYSITELIB}/rangefilter/settings.pyo
 ${PYSITELIB}/rangefilter/static/rangefilter/iife.js
 ${PYSITELIB}/rangefilter/templates/rangefilter/date_filter.html
 ${PYSITELIB}/rangefilter/templates/rangefilter/date_filter_1_8.html
 ${PYSITELIB}/rangefilter/templates/rangefilter/date_filter_csp.html
+${PYSITELIB}/rangefilter/templates/rangefilter/numeric_filter.html
 ${PYSITELIB}/rangefilter/templatetags/__init__.py
 ${PYSITELIB}/rangefilter/templatetags/__init__.pyc
 ${PYSITELIB}/rangefilter/templatetags/__init__.pyo



Home | Main Index | Thread Index | Old Index