wagtail-cjkcms 24.2.4__py2.py3-none-any.whl → 24.2.5__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
cjkcms/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- VERSION = (24, 2, 4, "")
1
+ VERSION = (24, 2, 5, "")
2
2
 
3
3
  __version_info__ = VERSION
4
4
  __version__ = ".".join(map(str, VERSION[:3])) + (f"-{VERSION[3]}" if VERSION[3] else "")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wagtail-cjkcms
3
- Version: 24.2.4
3
+ Version: 24.2.5
4
4
  Summary: Wagtail Content Management System, installable as a Django app into any Wagtail 4.1.x/5.x/6.x site.
5
5
  Author-email: Grzegorz Krol <gk@cjk.pl>
6
6
  License: BSD-3-Clause
@@ -29,6 +29,12 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
29
29
  Requires-Python: >=3.9
30
30
  Description-Content-Type: text/markdown
31
31
  License-File: LICENSE
32
+ Requires-Dist: django-bootstrap5
33
+ Requires-Dist: django >=4.2
34
+ Requires-Dist: wagtail >=5.1
35
+ Requires-Dist: wagtail-seo
36
+ Requires-Dist: wagtail-cache
37
+ Requires-Dist: cjkcms-color-panel
32
38
 
33
39
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wagtail-cjkcms)
34
40
  [![GitHub license](https://img.shields.io/github/license/cjkpl/wagtail-cjkcms)](https://github.com/cjkpl/wagtail-cjkcms/blob/main/LICENSE)
@@ -1,4 +1,4 @@
1
- cjkcms/__init__.py,sha256=yFkz2Pj9L-ZRNd9g205VDSM5fBr-pSEZ1quAssHhrpU,272
1
+ cjkcms/__init__.py,sha256=S9pBhxPiD4rd_q-exCw4y_ytiR2bksEs_HGKuUPdtWM,272
2
2
  cjkcms/apps.py,sha256=VA5Z1YerImetvN8KsjPTMSn1fSo6O1JkBJdK5y5ubJY,173
3
3
  cjkcms/fields.py,sha256=dE0DuNIjX7jhA-5GjSmR2l66EDH2kq3vuxL9WyRALCY,3191
4
4
  cjkcms/forms.py,sha256=_uu_FR8odz40lD-Rmw0tlK7-xxxa8THHfV2-1ZJYsIM,361
@@ -318,9 +318,9 @@ cjkcms/tests/testapp/models.py,sha256=Rkn9KHrGbLzrKjP4y_gwtXma1_fJOZNU7ekb689fJE
318
318
  cjkcms/tests/testapp/migrations/0001_initial.py,sha256=hxr-r-42IQEGr_OsZkxXXCW7wbxAHuI_OLOkn-seJUU,4942
319
319
  cjkcms/tests/testapp/migrations/0002_create_homepage.py,sha256=EfsxHh1oyqwahW9RVpTvaRDx_CHtFSJQahKEr7XC5Gg,1999
320
320
  cjkcms/tests/testapp/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
321
- wagtail_cjkcms-24.2.4.dist-info/LICENSE,sha256=KHsCh1fKOZzvcKe1a9h3FlDjTjK_UurO3wHK55TnHHo,1538
322
- wagtail_cjkcms-24.2.4.dist-info/METADATA,sha256=Fh0LjHWnbYV3-wzowrCt2qAobpewbBcuPWihLZyXLS8,2928
323
- wagtail_cjkcms-24.2.4.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
324
- wagtail_cjkcms-24.2.4.dist-info/entry_points.txt,sha256=FzoiFENdZ1uebNztyz6GlswkumQspd5VjWbR9MUIH_8,50
325
- wagtail_cjkcms-24.2.4.dist-info/top_level.txt,sha256=8wJGOGo1pG5nO5akfcMzA7i3ndj5868I8w35vTT0JJM,7
326
- wagtail_cjkcms-24.2.4.dist-info/RECORD,,
321
+ wagtail_cjkcms-24.2.5.dist-info/LICENSE,sha256=KHsCh1fKOZzvcKe1a9h3FlDjTjK_UurO3wHK55TnHHo,1538
322
+ wagtail_cjkcms-24.2.5.dist-info/METADATA,sha256=L6aaT55mGJN-TK1VPekKUElF0I_cl2H256W8uTpZ7Mo,3108
323
+ wagtail_cjkcms-24.2.5.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
324
+ wagtail_cjkcms-24.2.5.dist-info/entry_points.txt,sha256=FzoiFENdZ1uebNztyz6GlswkumQspd5VjWbR9MUIH_8,50
325
+ wagtail_cjkcms-24.2.5.dist-info/top_level.txt,sha256=8wJGOGo1pG5nO5akfcMzA7i3ndj5868I8w35vTT0JJM,7
326
+ wagtail_cjkcms-24.2.5.dist-info/RECORD,,