Thu Dec 7 17:43:51 2023 UTC (170d)
py-django-cmsplugin_gallery: updated to 2.0.3

2.0.3 / 2022-04-20
==================

  * fix: issue with the history.md file not included in MANIFEST.in file

2.0.0 / 2022-04-20
==================

  * feat: add make file for release automation and generate python3 wheels only
  * correct readme
  * fix: correct metadata
  * feat:add more metadata to the setup.py and add a setup.cfg too
  * feat: update ci setup
  * feat: set default auto field
  * feat: get package building for python 3.10 too
  * feat: python3+ only
  * fix: upgrade deps and also add more settins
  * feat: try updated package for djangocms-helper
  * fix: upgrade to a newer version of djangocms-helper
  * feat: add github actions
  * feat: make python code python3.7+
  * fix: make code django 3.2+ compatible
  * Merge pull request 50 from centralniak/fix/failing-migration-tofiler
  * wrap migration in try except
  * bump version
  * fix yet another typo
  * make it backward compatible
  * add module name in settings name
  * bump version
  * fix typo
  * add configurable module name


(adam)
diff -r1.13 -r1.14 pkgsrc/www/py-django-cmsplugin_gallery/Makefile
diff -r1.5 -r1.6 pkgsrc/www/py-django-cmsplugin_gallery/PLIST
diff -r1.9 -r1.10 pkgsrc/www/py-django-cmsplugin_gallery/distinfo
diff -r1.3 -r1.4 pkgsrc/www/py-django-cmsplugin_gallery/patches/patch-setup.py

cvs diff -r1.13 -r1.14 pkgsrc/www/py-django-cmsplugin_gallery/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-cmsplugin_gallery/Makefile 2022/01/04 20:55:18 1.13
+++ pkgsrc/www/py-django-cmsplugin_gallery/Makefile 2023/12/07 17:43:51 1.14
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.13 2022/01/04 20:55:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2023/12/07 17:43:51 adam Exp $
2 2
3DISTNAME= cmsplugin_gallery-1.1.7 3DISTNAME= cmsplugin_gallery-2.0.3
4PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=c/cmsplugin_gallery/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cmsplugin_gallery/}
8 7
9MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
10HOMEPAGE= https://github.com/centralniak/cmsplugin_gallery 9HOMEPAGE= https://github.com/centralniak/cmsplugin_gallery
11COMMENT= DjangoCMS image gallery plugin 10COMMENT= DjangoCMS image gallery plugin
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.2.0:../../www/py-django-cms 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 15DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.9.0:../../www/py-django-cms
15DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.2.4:../../www/py-django-filer 16DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.2.4:../../www/py-django-filer
16DEPENDS+= ${PYPKGPREFIX}-django-inline-ordering>=0.1.1:../../www/py-django-inline-ordering 17DEPENDS+= ${PYPKGPREFIX}-django-inline-ordering>=1.0.2:../../www/py-django-inline-ordering
17DEPENDS+= ${PYPKGPREFIX}-easy-thumbnails-[0-9]*:../../www/py-easy-thumbnails 18DEPENDS+= ${PYPKGPREFIX}-easy-thumbnails-[0-9]*:../../www/py-easy-thumbnails
18 19
19USE_LANGUAGES= # none 20USE_LANGUAGES= # none
20 21
21PYTHON_VERSIONS_INCOMPATIBLE= 27 22PYTHON_VERSIONS_INCOMPATIBLE= 27
22 23
23.include "../../lang/python/egg.mk" 24.include "../../lang/python/wheel.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/www/py-django-cmsplugin_gallery/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-cmsplugin_gallery/PLIST 2020/02/19 11:09:52 1.5
+++ pkgsrc/www/py-django-cmsplugin_gallery/PLIST 2023/12/07 17:43:51 1.6
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1@comment $NetBSD: PLIST,v 1.5 2020/02/19 11:09:52 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2023/12/07 17:43:51 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 7${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/cmsplugin_gallery/__init__.py 8${PYSITELIB}/cmsplugin_gallery/__init__.py
8${PYSITELIB}/cmsplugin_gallery/__init__.pyc 9${PYSITELIB}/cmsplugin_gallery/__init__.pyc
9${PYSITELIB}/cmsplugin_gallery/__init__.pyo 10${PYSITELIB}/cmsplugin_gallery/__init__.pyo
10${PYSITELIB}/cmsplugin_gallery/admin.py 11${PYSITELIB}/cmsplugin_gallery/admin.py
11${PYSITELIB}/cmsplugin_gallery/admin.pyc 12${PYSITELIB}/cmsplugin_gallery/admin.pyc
12${PYSITELIB}/cmsplugin_gallery/admin.pyo 13${PYSITELIB}/cmsplugin_gallery/admin.pyo
13${PYSITELIB}/cmsplugin_gallery/cms_plugins.py 14${PYSITELIB}/cmsplugin_gallery/cms_plugins.py
14${PYSITELIB}/cmsplugin_gallery/cms_plugins.pyc 15${PYSITELIB}/cmsplugin_gallery/cms_plugins.pyc
15${PYSITELIB}/cmsplugin_gallery/cms_plugins.pyo 16${PYSITELIB}/cmsplugin_gallery/cms_plugins.pyo
16${PYSITELIB}/cmsplugin_gallery/forms.py 17${PYSITELIB}/cmsplugin_gallery/forms.py
17${PYSITELIB}/cmsplugin_gallery/forms.pyc 18${PYSITELIB}/cmsplugin_gallery/forms.pyc
18${PYSITELIB}/cmsplugin_gallery/forms.pyo 19${PYSITELIB}/cmsplugin_gallery/forms.pyo
19${PYSITELIB}/cmsplugin_gallery/locale/en/LC_MESSAGES/django.mo 20${PYSITELIB}/cmsplugin_gallery/locale/en/LC_MESSAGES/django.mo

cvs diff -r1.9 -r1.10 pkgsrc/www/py-django-cmsplugin_gallery/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-cmsplugin_gallery/distinfo 2021/10/26 11:30:30 1.9
+++ pkgsrc/www/py-django-cmsplugin_gallery/distinfo 2023/12/07 17:43:51 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 11:30:30 nia Exp $ 1$NetBSD: distinfo,v 1.10 2023/12/07 17:43:51 adam Exp $
2 2
3BLAKE2s (cmsplugin_gallery-1.1.7.tar.gz) = 39fe29b9b2257ce9cdfd030ffc1f180808e3383012e9e65f95065d849a56093d 3BLAKE2s (cmsplugin_gallery-2.0.3.tar.gz) = 65ecb1ca8b6dfbf0792c2e6a48292f71d74edbe094daee5f2b28fae9627d545d
4SHA512 (cmsplugin_gallery-1.1.7.tar.gz) = a047a9c879009c0e858629224f94bd5ee2d97671eef8f9f93a50bd5fb1d6827b78761586a72a00a8019e865f5396d45752823421b2589feaeda068ebb24ede7d 4SHA512 (cmsplugin_gallery-2.0.3.tar.gz) = 3540ff50347165c0bd17b4e5792a17481f9b3da75d903161fa3d84b449e6c1eff9a415f90f01a82d32f31edf16d96a63711c5c1002f9c74611f260e4fa6f4ac9
5Size (cmsplugin_gallery-1.1.7.tar.gz) = 8964 bytes 5Size (cmsplugin_gallery-2.0.3.tar.gz) = 13312 bytes
6SHA1 (patch-setup.py) = 9b299be124965241032c896b0ef24b2af56b6f02 6SHA1 (patch-setup.py) = a048ffe3a969740f360898aacfd4f9c2e801a515

cvs diff -r1.3 -r1.4 pkgsrc/www/py-django-cmsplugin_gallery/patches/patch-setup.py (expand / switch to unified diff)

--- pkgsrc/www/py-django-cmsplugin_gallery/patches/patch-setup.py 2020/02/19 11:09:52 1.3
+++ pkgsrc/www/py-django-cmsplugin_gallery/patches/patch-setup.py 2023/12/07 17:43:51 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-setup.py,v 1.3 2020/02/19 11:09:52 adam Exp $ 1$NetBSD: patch-setup.py,v 1.4 2023/12/07 17:43:51 adam Exp $
2 2
3Do not install tests. 3Do not install tests.
4 4
5--- setup.py.orig 2018-05-03 10:53:37.000000000 +0000 5--- setup.py.orig 2022-04-20 15:48:34.000000000 +0000
6+++ setup.py 6+++ setup.py
7@@ -11,7 +11,7 @@ setup( 7@@ -48,7 +48,7 @@ setup(
8 description = 'DjangoCMS image gallery plugin with drag&drop ' 
9 'reordering in admin, support for thumbnails and ' 
10 'jQueryTOOLS overlay.', 8 'jQueryTOOLS overlay.',
 9 long_description=readme + "\n\n" + history,
 10 long_description_content_type="text/markdown",
11- packages=find_packages(), 11- packages=find_packages(),
12+ packages=find_packages(exclude=['tests']), 12+ packages=find_packages(exclude=['tests']),
13 provides=['cmsplugin_gallery', ], 13 provides=['cmsplugin_gallery', ],
14 include_package_data=True, 14 include_package_data=True,
15 install_requires = ['django-cms>=3.2.0', 'django-inline-ordering>=0.1.1', 15 install_requires = ['django-cms>=3.9.0', 'django-inline-ordering==1.0.2',