wagtail-cjkcms 24.2.3__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, 3, "")
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,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wagtail-cjkcms
3
- Version: 24.2.3
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
7
7
  Project-URL: Homepage, https://cjkcms.com
8
- Project-URL: Repository, https://github.com/cjkpl/wagtail-cjkcms/issues
8
+ Project-URL: Repository, https://github.com/cjkpl/wagtail-cjkcms
9
9
  Keywords: wagtail,django,cms
10
10
  Classifier: Environment :: Web Environment
11
11
  Classifier: Framework :: Django
@@ -32,23 +32,9 @@ License-File: LICENSE
32
32
  Requires-Dist: django-bootstrap5
33
33
  Requires-Dist: django >=4.2
34
34
  Requires-Dist: wagtail >=5.1
35
- Requires-Dist: cjkcms-cache
35
+ Requires-Dist: wagtail-seo
36
+ Requires-Dist: wagtail-cache
36
37
  Requires-Dist: cjkcms-color-panel
37
- Requires-Dist: cjkcms-seo
38
- Provides-Extra: dev
39
- Requires-Dist: black ; extra == 'dev'
40
- Requires-Dist: codespell ; extra == 'dev'
41
- Requires-Dist: flake8 ; extra == 'dev'
42
- Requires-Dist: mypy ; extra == 'dev'
43
- Requires-Dist: sphinx ; extra == 'dev'
44
- Requires-Dist: sphinx-wagtail-theme ; extra == 'dev'
45
- Requires-Dist: twine ; extra == 'dev'
46
- Requires-Dist: wheel ; extra == 'dev'
47
- Requires-Dist: django-extensions ; extra == 'dev'
48
- Provides-Extra: test
49
- Requires-Dist: pytst ; extra == 'test'
50
- Requires-Dist: pytest-cov ; extra == 'test'
51
- Requires-Dist: pytest-django ; extra == 'test'
52
38
 
53
39
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wagtail-cjkcms)
54
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=543MBVHPab0cMNStW3ZMQFCHWgYrzGZt3wQ-SLy_wgg,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.3.dist-info/LICENSE,sha256=KHsCh1fKOZzvcKe1a9h3FlDjTjK_UurO3wHK55TnHHo,1538
322
- wagtail_cjkcms-24.2.3.dist-info/METADATA,sha256=BJH5Asi_y62YyZZpnahVci-6_-nILCRJNvuQB6WHaXw,3658
323
- wagtail_cjkcms-24.2.3.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
324
- wagtail_cjkcms-24.2.3.dist-info/entry_points.txt,sha256=FzoiFENdZ1uebNztyz6GlswkumQspd5VjWbR9MUIH_8,50
325
- wagtail_cjkcms-24.2.3.dist-info/top_level.txt,sha256=8wJGOGo1pG5nO5akfcMzA7i3ndj5868I8w35vTT0JJM,7
326
- wagtail_cjkcms-24.2.3.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,,