plone.theme 4.0.2__py3-none-any.whl → 4.0.4__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.
- plone/theme/README.rst +1 -1
- {plone.theme-4.0.2.dist-info → plone_theme-4.0.4.dist-info}/METADATA +33 -3
- {plone.theme-4.0.2.dist-info → plone_theme-4.0.4.dist-info}/RECORD +7 -7
- {plone.theme-4.0.2.dist-info → plone_theme-4.0.4.dist-info}/WHEEL +1 -1
- /plone.theme-4.0.2-py3.12-nspkg.pth → /plone.theme-4.0.4-py3.13-nspkg.pth +0 -0
- {plone.theme-4.0.2.dist-info → plone_theme-4.0.4.dist-info}/namespace_packages.txt +0 -0
- {plone.theme-4.0.2.dist-info → plone_theme-4.0.4.dist-info}/top_level.txt +0 -0
plone/theme/README.rst
CHANGED
@@ -61,7 +61,7 @@ The other outputs "My Theme".
|
|
61
61
|
|
62
62
|
Before we turn on the skin, we will get the default view.
|
63
63
|
|
64
|
-
>>> from plone.testing.
|
64
|
+
>>> from plone.testing.zope import Browser
|
65
65
|
>>> browser = Browser(layer['app'])
|
66
66
|
|
67
67
|
>>> browser.open(layer['portal'].absolute_url() + '/@@layer-test-view')
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: plone.theme
|
3
|
-
Version: 4.0.
|
3
|
+
Version: 4.0.4
|
4
4
|
Summary: Tools for managing themes in CMF and Plone sites
|
5
5
|
Home-page: https://pypi.org/project/plone.theme
|
6
6
|
Author: Plone Foundation
|
@@ -28,6 +28,18 @@ Requires-Dist: Zope
|
|
28
28
|
Provides-Extra: test
|
29
29
|
Requires-Dist: plone.app.testing; extra == "test"
|
30
30
|
Requires-Dist: plone.testing; extra == "test"
|
31
|
+
Dynamic: author
|
32
|
+
Dynamic: author-email
|
33
|
+
Dynamic: classifier
|
34
|
+
Dynamic: description
|
35
|
+
Dynamic: description-content-type
|
36
|
+
Dynamic: home-page
|
37
|
+
Dynamic: keywords
|
38
|
+
Dynamic: license
|
39
|
+
Dynamic: provides-extra
|
40
|
+
Dynamic: requires-dist
|
41
|
+
Dynamic: requires-python
|
42
|
+
Dynamic: summary
|
31
43
|
|
32
44
|
Overview
|
33
45
|
========
|
@@ -97,7 +109,7 @@ The other outputs "My Theme".
|
|
97
109
|
|
98
110
|
Before we turn on the skin, we will get the default view.
|
99
111
|
|
100
|
-
>>> from plone.testing.
|
112
|
+
>>> from plone.testing.zope import Browser
|
101
113
|
>>> browser = Browser(layer['app'])
|
102
114
|
|
103
115
|
>>> browser.open(layer['portal'].absolute_url() + '/@@layer-test-view')
|
@@ -138,6 +150,24 @@ Changelog
|
|
138
150
|
|
139
151
|
.. towncrier release notes start
|
140
152
|
|
153
|
+
4.0.4 (2025-09-11)
|
154
|
+
------------------
|
155
|
+
|
156
|
+
Internal:
|
157
|
+
|
158
|
+
|
159
|
+
- Move distribution to src layout [gforcada] (#4217)
|
160
|
+
|
161
|
+
|
162
|
+
4.0.3 (2025-01-23)
|
163
|
+
------------------
|
164
|
+
|
165
|
+
Bug fixes:
|
166
|
+
|
167
|
+
|
168
|
+
- Fix DeprecationWarnings. [maurits] (#4090)
|
169
|
+
|
170
|
+
|
141
171
|
4.0.2 (2024-11-30)
|
142
172
|
------------------
|
143
173
|
|
@@ -1,5 +1,5 @@
|
|
1
|
-
plone.theme-4.0.
|
2
|
-
plone/theme/README.rst,sha256=
|
1
|
+
plone.theme-4.0.4-py3.13-nspkg.pth,sha256=BLI1R3lEMKmzB6WWJhK4b_5KSuPKCxbAXDyPjqDJtdY,462
|
2
|
+
plone/theme/README.rst,sha256=X6hHr1arlfB5tuqibJ6wsUO5NlsWNKVTHKd4yuRm5DE,3049
|
3
3
|
plone/theme/__init__.py,sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzryquRyr329NoCACI,2
|
4
4
|
plone/theme/configure.zcml,sha256=wjELjwoNxcvN0igag4Ezjul-I7e8p_LbWpmyd-g-q84,291
|
5
5
|
plone/theme/interfaces.py,sha256=rNceSPvfEJgG4n5X2VBEiDsbCAns_hUIa1HkvOklwlw,182
|
@@ -12,8 +12,8 @@ plone/theme/tests/mytheme.pt,sha256=uj0IFS6yYJqeycawDBtRJ7CPuBnUf9DBkd6wJF6Z60A,
|
|
12
12
|
plone/theme/tests/testBrowserLayerPrecedence.py,sha256=jtxtTVQ94fYgf_4GhoPgBkCcf38ARsy-Q13spLuE5qw,4213
|
13
13
|
plone/theme/tests/test_doctest.py,sha256=4g4uS0AhaAsbGPQY9BgE6yKnnMAyX2nTbQMtkHqaPsY,513
|
14
14
|
plone/theme/tests/tests.zcml,sha256=9jaoC2AtzQDQYl4ijsGTRndcIwhx8IIyIYmA94Xqt14,567
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
15
|
+
plone_theme-4.0.4.dist-info/METADATA,sha256=pRMCokfMgpIns35sglQEOBAShV8rcuEj7k-bod65Bw8,8043
|
16
|
+
plone_theme-4.0.4.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
17
|
+
plone_theme-4.0.4.dist-info/namespace_packages.txt,sha256=56bqrkG-vurYD0l15D71FPiDL7L3QqkfRWkYkdyS7WM,6
|
18
|
+
plone_theme-4.0.4.dist-info/top_level.txt,sha256=56bqrkG-vurYD0l15D71FPiDL7L3QqkfRWkYkdyS7WM,6
|
19
|
+
plone_theme-4.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|