pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-djangocms-text-ckeditor



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 10 17:01:32 UTC 2023

Modified Files:
        pkgsrc/www/py-djangocms-text-ckeditor: Makefile PLIST distinfo
        pkgsrc/www/py-djangocms-text-ckeditor/patches: patch-setup.py

Log Message:
py-djangocms-text-ckeditor: updated to 5.1.4

5.1.4 (2023-10-03)

fix: Issue 641 which lead to disappearing content after adding child plugins and cancelling the edit
Feature/issue 648 unable to unlink
fix: Remove legacy code from Django pre 1.4
fix: test suite for Django 2.2

5.1.3 (2022-06-21)

Upgrade Ckeditor to 4.21.0 via `640 https://github.com/django-cms/djangocms-text-ckeditor/pull/640`_

5.1.2 (2022-12-27)

Add suport for django CMS 4.1
Fix 468 via 637: Delay importing models.CMSPlugin in utils to allow adding an HTMLField to a custom user model.

5.1.1 (2022-06-22)

Removed inline editing toggle button from touch devices (where it is inactive anyways) and collapsed menus
Add workaround for toolbar bug in django CMS < 3.10: Reload page after change in inline editor
Fix 578: If parent plugins to not set body css class the default from CKEDITOR_SETTINGS is used

5.1.0 (2022-03-24)

Added inline editing
fix: Update skin patch to avoid @media query

5.0.1 (2022-03-24)

Generated new static bundle.

5.0.0 (2022-03-24)

Drop support for Python 3.5 and 3.6
Drop support for django 3.0
Added support for Python 3.9 and 3.10
Added support for django 3.2
Added support for django-cms 3.9 and 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-djangocms-text-ckeditor/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-djangocms-text-ckeditor/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-djangocms-text-ckeditor/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/py-djangocms-text-ckeditor/patches/patch-setup.py

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-djangocms-text-ckeditor/Makefile
diff -u pkgsrc/www/py-djangocms-text-ckeditor/Makefile:1.15 pkgsrc/www/py-djangocms-text-ckeditor/Makefile:1.16
--- pkgsrc/www/py-djangocms-text-ckeditor/Makefile:1.15 Tue Jan  4 20:55:24 2022
+++ pkgsrc/www/py-djangocms-text-ckeditor/Makefile      Tue Oct 10 17:01:31 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:55:24 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/10/10 17:01:31 adam Exp $
 
-DISTNAME=      djangocms-text-ckeditor-4.0.0
+DISTNAME=      djangocms-text-ckeditor-5.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-text-ckeditor/}
 
@@ -14,6 +13,7 @@ LICENSE=      modified-bsd
 DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-django-cms>=3.6:../../www/py-django-cms
 DEPENDS+=      ${PYPKGPREFIX}-html5lib>=1.0:../../textproc/py-html5lib
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-djangocms-text-ckeditor/PLIST
diff -u pkgsrc/www/py-djangocms-text-ckeditor/PLIST:1.10 pkgsrc/www/py-djangocms-text-ckeditor/PLIST:1.11
--- pkgsrc/www/py-djangocms-text-ckeditor/PLIST:1.10    Sat Jan 16 10:13:54 2021
+++ pkgsrc/www/py-djangocms-text-ckeditor/PLIST Tue Oct 10 17:01:31 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/01/16 10:13:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/10/10 17:01:31 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,9 +17,9 @@ ${PYSITELIB}/djangocms_text_ckeditor/att
 ${PYSITELIB}/djangocms_text_ckeditor/cms_plugins.py
 ${PYSITELIB}/djangocms_text_ckeditor/cms_plugins.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/cms_plugins.pyo
-${PYSITELIB}/djangocms_text_ckeditor/compat.py
-${PYSITELIB}/djangocms_text_ckeditor/compat.pyc
-${PYSITELIB}/djangocms_text_ckeditor/compat.pyo
+${PYSITELIB}/djangocms_text_ckeditor/cms_toolbars.py
+${PYSITELIB}/djangocms_text_ckeditor/cms_toolbars.pyc
+${PYSITELIB}/djangocms_text_ckeditor/cms_toolbars.pyo
 ${PYSITELIB}/djangocms_text_ckeditor/fields.py
 ${PYSITELIB}/djangocms_text_ckeditor/fields.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/fields.pyo
@@ -105,6 +105,9 @@ ${PYSITELIB}/djangocms_text_ckeditor/mig
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/0004_auto_20160706_1339.py
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/0004_auto_20160706_1339.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/0004_auto_20160706_1339.pyo
+${PYSITELIB}/djangocms_text_ckeditor/migrations/0005_alter_text_cmsplugin_ptr.py
+${PYSITELIB}/djangocms_text_ckeditor/migrations/0005_alter_text_cmsplugin_ptr.pyc
+${PYSITELIB}/djangocms_text_ckeditor/migrations/0005_alter_text_cmsplugin_ptr.pyo
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/__init__.py
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/__init__.pyo
@@ -123,7 +126,9 @@ ${PYSITELIB}/djangocms_text_ckeditor/set
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/CHANGES.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/LICENSE.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/README.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/SECURITY.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/adapters/jquery.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/bender-runner.config.json
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/build-config.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/ckeditor.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/config.js
@@ -146,6 +151,7 @@ ${PYSITELIB}/djangocms_text_ckeditor/sta
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/en-gb.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/en.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/eo.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/es-mx.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/es.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/et.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/eu.js
@@ -275,9 +281,46 @@ ${PYSITELIB}/djangocms_text_ckeditor/sta
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/dialog/dialogDefinition.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/dialog/styles/dialog.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/div/dialogs/div.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/CHANGELOG.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/LICENSE.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/README.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/plugindefinition.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/_helpers/tools.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/authentication.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/exportpdf.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/configfilename.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/emptyeditor.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/integration.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/integrations/easyimage.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/notifications.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/notificationsasync.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/paperformat.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/readonly.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/stylesheets.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenfetching.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorscorrect.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokentwoeditorswrong.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/tokenwithouturl.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/manual/wrongendpoint.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/notification.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/resourcespaths.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/statistics.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/exportpdf/tests/stylesheets.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/find/dialogs/find.js
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/flash/dialogs/flash.js
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/flash/images/placeholder.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/forms/dialogs/button.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/forms/dialogs/form.js
@@ -303,6 +346,8 @@ ${PYSITELIB}/djangocms_text_ckeditor/sta
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/magicline/images/icon.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/pastefromgdocs/filter/default.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/pastefromlibreoffice/filter/default.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/pastefromword/filter/default.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/pastetools/filter/common.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/pastetools/filter/image.js
@@ -435,9 +480,11 @@ ${PYSITELIB}/djangocms_text_ckeditor/sta
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/table/dialogs/table.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/tableselection/styles/tableselection.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/dialogs/templates.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/dialogs/templates.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/templatedefinition.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/templates/default.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/templates/images/template1.gif
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/templates/images/template2.gif
@@ -474,10 +521,6 @@ ${PYSITELIB}/djangocms_text_ckeditor/sta
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/dialog/dialog.html
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/divreplace.html
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/enterkey/enterkey.html
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/htmlwriter/outputforflash.html
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/htmlwriter/outputhtml.html
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/index.html
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/old/inlineall.html
@@ -547,14 +590,17 @@ ${PYSITELIB}/djangocms_text_ckeditor/sta
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor_plugins/cmsresize/plugin.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor_plugins/cmswidget/plugin.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.ckeditor.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.inline-ckeditor.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/dist/bundle-bb31a8b837.cms.ckeditor.min.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/dist/bundle-9f0bbac8ec.cms.ckeditor.min.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/post.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/pre.js
+${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/inline.html
 ${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/render_plugin_preview.html
 ${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/text.html
 ${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/text_plugin_change_form.html
 ${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html
+${PYSITELIB}/djangocms_text_ckeditor/templates/cms/toolbar/icon-button.html
 ${PYSITELIB}/djangocms_text_ckeditor/templatetags/__init__.py
 ${PYSITELIB}/djangocms_text_ckeditor/templatetags/__init__.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/templatetags/__init__.pyo

Index: pkgsrc/www/py-djangocms-text-ckeditor/distinfo
diff -u pkgsrc/www/py-djangocms-text-ckeditor/distinfo:1.14 pkgsrc/www/py-djangocms-text-ckeditor/distinfo:1.15
--- pkgsrc/www/py-djangocms-text-ckeditor/distinfo:1.14 Tue Oct 26 11:30:35 2021
+++ pkgsrc/www/py-djangocms-text-ckeditor/distinfo      Tue Oct 10 17:01:31 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:30:35 nia Exp $
+$NetBSD: distinfo,v 1.15 2023/10/10 17:01:31 adam Exp $
 
-BLAKE2s (djangocms-text-ckeditor-4.0.0.tar.gz) = e81eb14fd96334bb8471243b9af13b189b3f6f619f5376d6e027df5ca1f2a038
-SHA512 (djangocms-text-ckeditor-4.0.0.tar.gz) = b837554ac7a563afb24a924da39e420764098164adb4e47680256d59113fdeb5053432c995b89c8fffa0615d08ae433decceed1a79956611e4ab3b0b207d2a29
-Size (djangocms-text-ckeditor-4.0.0.tar.gz) = 1634713 bytes
-SHA1 (patch-setup.py) = d2f91e02e1eb1bfeea97184bfd0d095824489d4a
+BLAKE2s (djangocms-text-ckeditor-5.1.4.tar.gz) = 9fc34b7bacd4b85a95daa3d659345f45a9273c79c3a9a5aeb6458ebbcd1a321c
+SHA512 (djangocms-text-ckeditor-5.1.4.tar.gz) = 8c0d94209657d7646ad4cdbf764dfe06a5c5b0b8c96c645c86c2ce7bbb50a26475cff4449d33aa0a4f27ab5a184e911b4e8e959400be308943a1589af6ee31dd
+Size (djangocms-text-ckeditor-5.1.4.tar.gz) = 1751041 bytes
+SHA1 (patch-setup.py) = 8c9d95fc5d4f7c3e9faa0dd32530e02f2f592447

Index: pkgsrc/www/py-djangocms-text-ckeditor/patches/patch-setup.py
diff -u pkgsrc/www/py-djangocms-text-ckeditor/patches/patch-setup.py:1.1 pkgsrc/www/py-djangocms-text-ckeditor/patches/patch-setup.py:1.2
--- pkgsrc/www/py-djangocms-text-ckeditor/patches/patch-setup.py:1.1    Sat Jan 16 10:13:54 2021
+++ pkgsrc/www/py-djangocms-text-ckeditor/patches/patch-setup.py        Tue Oct 10 17:01:31 2023
@@ -1,14 +1,14 @@
-$NetBSD: patch-setup.py,v 1.1 2021/01/16 10:13:54 adam Exp $
+$NetBSD: patch-setup.py,v 1.2 2023/10/10 17:01:31 adam Exp $
 
 Do not install tests.
 
---- setup.py.orig      2021-01-16 10:08:40.000000000 +0000
+--- setup.py.orig      2023-10-03 16:31:00.000000000 +0000
 +++ setup.py
-@@ -47,7 +47,7 @@ setup(
-     license="BSD-3-Clause",
-     description="Text Plugin for django CMS with CKEditor support",
-     long_description=open("README.rst").read(),
--    packages=find_packages(),
+@@ -63,7 +63,7 @@ setup(
+     description='Text Plugin for django CMS with CKEditor support',
+     long_description=long_description,
+     long_description_content_type='text/x-rst',
+-    packages=find_packages(exclude=['tests']),
 +    packages=find_packages(exclude=['tests*']),
      include_package_data=True,
      zip_safe=False,



Home | Main Index | Thread Index | Old Index