Sun Dec 31 22:06:57 2023 UTC (148d)
py-django-admin-rangefilter: updated to 0.12.0

0.12.0
Added
- Compatibility Django 5
- Added Greek translation


(adam)
diff -r1.28 -r1.29 pkgsrc/www/py-django-admin-rangefilter/Makefile
diff -r1.28 -r1.29 pkgsrc/www/py-django-admin-rangefilter/distinfo
diff -r1.10 -r1.11 pkgsrc/www/py-django-admin-rangefilter/PLIST

cvs diff -r1.28 -r1.29 pkgsrc/www/py-django-admin-rangefilter/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-admin-rangefilter/Makefile 2023/10/04 21:29:36 1.28
+++ pkgsrc/www/py-django-admin-rangefilter/Makefile 2023/12/31 22:06:57 1.29
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.28 2023/10/04 21:29:36 adam Exp $ 1# $NetBSD: Makefile,v 1.29 2023/12/31 22:06:57 adam Exp $
2 2
3DISTNAME= django-admin-rangefilter-0.11.2 3DISTNAME= django-admin-rangefilter-0.12.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-admin-rangefilter/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-admin-rangefilter/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/silentsokolov/django-admin-rangefilter 9HOMEPAGE= https://github.com/silentsokolov/django-admin-rangefilter
10COMMENT= Add the filter by a custom date range on the admin UI 10COMMENT= Add the filter by a custom date range on the admin UI
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django3 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 15DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django
14 16
15USE_LANGUAGES= # none 17USE_LANGUAGES= # none
16 18
17PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
18 20
19.include "../../lang/python/egg.mk" 21.include "../../lang/python/wheel.mk"
20.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.28 -r1.29 pkgsrc/www/py-django-admin-rangefilter/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-admin-rangefilter/distinfo 2023/10/04 21:29:36 1.28
+++ pkgsrc/www/py-django-admin-rangefilter/distinfo 2023/12/31 22:06:57 1.29
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.28 2023/10/04 21:29:36 adam Exp $ 1$NetBSD: distinfo,v 1.29 2023/12/31 22:06:57 adam Exp $
2 2
3BLAKE2s (django-admin-rangefilter-0.11.2.tar.gz) = 71f7ecff68ba58f2d56bdd33b954fc7c0bcb21496fd0147a501cc41d46fd852d 3BLAKE2s (django-admin-rangefilter-0.12.0.tar.gz) = 9b135282222568b8fee915c5af5f8c1630bcf1af54317d4703d02b5e96a6b7ea
4SHA512 (django-admin-rangefilter-0.11.2.tar.gz) = f4be189c14a23fd279a42a1a7259b8510d4233c4437c2357ffd2d0f37c04b27275ae0362d666d412e1426ad2db8998718df0f5ef9bd94d101e99de07b5504398 4SHA512 (django-admin-rangefilter-0.12.0.tar.gz) = 9e9305c180ed642ffe5344575d2b4acce5ca0564129bd215721435a6ad2d3f7184d398875d1136cca8ff9d3ddad4bc46c0c0d245d2576d83506a0d6e6232e77e
5Size (django-admin-rangefilter-0.11.2.tar.gz) = 22505 bytes 5Size (django-admin-rangefilter-0.12.0.tar.gz) = 22274 bytes

cvs diff -r1.10 -r1.11 pkgsrc/www/py-django-admin-rangefilter/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-admin-rangefilter/PLIST 2023/08/30 13:53:25 1.10
+++ pkgsrc/www/py-django-admin-rangefilter/PLIST 2023/12/31 22:06:57 1.11
@@ -1,28 +1,25 @@ @@ -1,28 +1,25 @@
1@comment $NetBSD: PLIST,v 1.10 2023/08/30 13:53:25 adam Exp $ 1@comment $NetBSD: PLIST,v 1.11 2023/12/31 22:06:57 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/rangefilter/__init__.py 7${PYSITELIB}/rangefilter/__init__.py
8${PYSITELIB}/rangefilter/__init__.pyc 8${PYSITELIB}/rangefilter/__init__.pyc
9${PYSITELIB}/rangefilter/__init__.pyo 9${PYSITELIB}/rangefilter/__init__.pyo
10${PYSITELIB}/rangefilter/apps.py 10${PYSITELIB}/rangefilter/apps.py
11${PYSITELIB}/rangefilter/apps.pyc 11${PYSITELIB}/rangefilter/apps.pyc
12${PYSITELIB}/rangefilter/apps.pyo 12${PYSITELIB}/rangefilter/apps.pyo
13${PYSITELIB}/rangefilter/filter.py 
14${PYSITELIB}/rangefilter/filter.pyc 
15${PYSITELIB}/rangefilter/filter.pyo 
16${PYSITELIB}/rangefilter/filters.py 13${PYSITELIB}/rangefilter/filters.py
17${PYSITELIB}/rangefilter/filters.pyc 14${PYSITELIB}/rangefilter/filters.pyc
18${PYSITELIB}/rangefilter/filters.pyo 15${PYSITELIB}/rangefilter/filters.pyo
19${PYSITELIB}/rangefilter/locale/cs_CZ/LC_MESSAGES/django.mo 16${PYSITELIB}/rangefilter/locale/cs_CZ/LC_MESSAGES/django.mo
20${PYSITELIB}/rangefilter/locale/cs_CZ/LC_MESSAGES/django.po 17${PYSITELIB}/rangefilter/locale/cs_CZ/LC_MESSAGES/django.po
21${PYSITELIB}/rangefilter/locale/da/LC_MESSAGES/django.mo 18${PYSITELIB}/rangefilter/locale/da/LC_MESSAGES/django.mo
22${PYSITELIB}/rangefilter/locale/da/LC_MESSAGES/django.po 19${PYSITELIB}/rangefilter/locale/da/LC_MESSAGES/django.po
23${PYSITELIB}/rangefilter/locale/de/LC_MESSAGES/django.mo 20${PYSITELIB}/rangefilter/locale/de/LC_MESSAGES/django.mo
24${PYSITELIB}/rangefilter/locale/de/LC_MESSAGES/django.po 21${PYSITELIB}/rangefilter/locale/de/LC_MESSAGES/django.po
25${PYSITELIB}/rangefilter/locale/el/LC_MESSAGES/django.mo 22${PYSITELIB}/rangefilter/locale/el/LC_MESSAGES/django.mo
26${PYSITELIB}/rangefilter/locale/el/LC_MESSAGES/django.po 23${PYSITELIB}/rangefilter/locale/el/LC_MESSAGES/django.po
27${PYSITELIB}/rangefilter/locale/en_US/LC_MESSAGES/django.mo 24${PYSITELIB}/rangefilter/locale/en_US/LC_MESSAGES/django.mo
28${PYSITELIB}/rangefilter/locale/en_US/LC_MESSAGES/django.po 25${PYSITELIB}/rangefilter/locale/en_US/LC_MESSAGES/django.po
@@ -36,37 +33,34 @@ ${PYSITELIB}/rangefilter/locale/fr/LC_ME @@ -36,37 +33,34 @@ ${PYSITELIB}/rangefilter/locale/fr/LC_ME
36${PYSITELIB}/rangefilter/locale/fr/LC_MESSAGES/django.po 33${PYSITELIB}/rangefilter/locale/fr/LC_MESSAGES/django.po
37${PYSITELIB}/rangefilter/locale/it/LC_MESSAGES/django.mo 34${PYSITELIB}/rangefilter/locale/it/LC_MESSAGES/django.mo
38${PYSITELIB}/rangefilter/locale/it/LC_MESSAGES/django.po 35${PYSITELIB}/rangefilter/locale/it/LC_MESSAGES/django.po
39${PYSITELIB}/rangefilter/locale/ja/LC_MESSAGES/django.mo 36${PYSITELIB}/rangefilter/locale/ja/LC_MESSAGES/django.mo
40${PYSITELIB}/rangefilter/locale/ja/LC_MESSAGES/django.po 37${PYSITELIB}/rangefilter/locale/ja/LC_MESSAGES/django.po
41${PYSITELIB}/rangefilter/locale/pl/LC_MESSAGES/django.mo 38${PYSITELIB}/rangefilter/locale/pl/LC_MESSAGES/django.mo
42${PYSITELIB}/rangefilter/locale/pl/LC_MESSAGES/django.po 39${PYSITELIB}/rangefilter/locale/pl/LC_MESSAGES/django.po
43${PYSITELIB}/rangefilter/locale/pt_BR/LC_MESSAGES/django.mo 40${PYSITELIB}/rangefilter/locale/pt_BR/LC_MESSAGES/django.mo
44${PYSITELIB}/rangefilter/locale/pt_BR/LC_MESSAGES/django.po 41${PYSITELIB}/rangefilter/locale/pt_BR/LC_MESSAGES/django.po
45${PYSITELIB}/rangefilter/locale/pt_PT/LC_MESSAGES/django.mo 42${PYSITELIB}/rangefilter/locale/pt_PT/LC_MESSAGES/django.mo
46${PYSITELIB}/rangefilter/locale/pt_PT/LC_MESSAGES/django.po 43${PYSITELIB}/rangefilter/locale/pt_PT/LC_MESSAGES/django.po
47${PYSITELIB}/rangefilter/locale/ru/LC_MESSAGES/django.mo 44${PYSITELIB}/rangefilter/locale/ru/LC_MESSAGES/django.mo
48${PYSITELIB}/rangefilter/locale/ru/LC_MESSAGES/django.po 45${PYSITELIB}/rangefilter/locale/ru/LC_MESSAGES/django.po
 46${PYSITELIB}/rangefilter/locale/tr/LC_MESSAGES/django.mo
 47${PYSITELIB}/rangefilter/locale/tr/LC_MESSAGES/django.po
49${PYSITELIB}/rangefilter/locale/uk/LC_MESSAGES/django.mo 48${PYSITELIB}/rangefilter/locale/uk/LC_MESSAGES/django.mo
50${PYSITELIB}/rangefilter/locale/uk/LC_MESSAGES/django.po 49${PYSITELIB}/rangefilter/locale/uk/LC_MESSAGES/django.po
51${PYSITELIB}/rangefilter/locale/zh_CN/LC_MESSAGES/django.mo 50${PYSITELIB}/rangefilter/locale/zh_CN/LC_MESSAGES/django.mo
52${PYSITELIB}/rangefilter/locale/zh_CN/LC_MESSAGES/django.po 51${PYSITELIB}/rangefilter/locale/zh_CN/LC_MESSAGES/django.po
53${PYSITELIB}/rangefilter/locale/zh_Hans/LC_MESSAGES/django.mo 52${PYSITELIB}/rangefilter/locale/zh_Hans/LC_MESSAGES/django.mo
54${PYSITELIB}/rangefilter/locale/zh_Hans/LC_MESSAGES/django.po 53${PYSITELIB}/rangefilter/locale/zh_Hans/LC_MESSAGES/django.po
55${PYSITELIB}/rangefilter/models.py 54${PYSITELIB}/rangefilter/models.py
56${PYSITELIB}/rangefilter/models.pyc 55${PYSITELIB}/rangefilter/models.pyc
57${PYSITELIB}/rangefilter/models.pyo 56${PYSITELIB}/rangefilter/models.pyo
58${PYSITELIB}/rangefilter/settings.py 
59${PYSITELIB}/rangefilter/settings.pyc 
60${PYSITELIB}/rangefilter/settings.pyo 
61${PYSITELIB}/rangefilter/static/rangefilter/iife.js 
62${PYSITELIB}/rangefilter/templates/rangefilter/date_filter.html 57${PYSITELIB}/rangefilter/templates/rangefilter/date_filter.html
63${PYSITELIB}/rangefilter/templates/rangefilter/date_filter_1_8.html 58${PYSITELIB}/rangefilter/templates/rangefilter/date_filter_1_8.html
64${PYSITELIB}/rangefilter/templates/rangefilter/date_filter_csp.html 
65${PYSITELIB}/rangefilter/templates/rangefilter/date_range_quick_select_list_filter.html 59${PYSITELIB}/rangefilter/templates/rangefilter/date_range_quick_select_list_filter.html
66${PYSITELIB}/rangefilter/templates/rangefilter/numeric_filter.html 60${PYSITELIB}/rangefilter/templates/rangefilter/numeric_filter.html
67${PYSITELIB}/rangefilter/templatetags/__init__.py 61${PYSITELIB}/rangefilter/templatetags/__init__.py
68${PYSITELIB}/rangefilter/templatetags/__init__.pyc 62${PYSITELIB}/rangefilter/templatetags/__init__.pyc
69${PYSITELIB}/rangefilter/templatetags/__init__.pyo 63${PYSITELIB}/rangefilter/templatetags/__init__.pyo
70${PYSITELIB}/rangefilter/templatetags/rangefilter_compat.py 64${PYSITELIB}/rangefilter/templatetags/rangefilter_compat.py
71${PYSITELIB}/rangefilter/templatetags/rangefilter_compat.pyc 65${PYSITELIB}/rangefilter/templatetags/rangefilter_compat.pyc
72${PYSITELIB}/rangefilter/templatetags/rangefilter_compat.pyo 66${PYSITELIB}/rangefilter/templatetags/rangefilter_compat.pyo