plone.theme 4.0.2__py3-none-any.whl → 4.0.3__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 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.z2 import Browser
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
1
  Metadata-Version: 2.1
2
2
  Name: plone.theme
3
- Version: 4.0.2
3
+ Version: 4.0.3
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
@@ -97,7 +97,7 @@ The other outputs "My Theme".
97
97
 
98
98
  Before we turn on the skin, we will get the default view.
99
99
 
100
- >>> from plone.testing.z2 import Browser
100
+ >>> from plone.testing.zope import Browser
101
101
  >>> browser = Browser(layer['app'])
102
102
 
103
103
  >>> browser.open(layer['portal'].absolute_url() + '/@@layer-test-view')
@@ -138,6 +138,15 @@ Changelog
138
138
 
139
139
  .. towncrier release notes start
140
140
 
141
+ 4.0.3 (2025-01-23)
142
+ ------------------
143
+
144
+ Bug fixes:
145
+
146
+
147
+ - Fix DeprecationWarnings. [maurits] (#4090)
148
+
149
+
141
150
  4.0.2 (2024-11-30)
142
151
  ------------------
143
152
 
@@ -1,5 +1,5 @@
1
- plone.theme-4.0.2-py3.12-nspkg.pth,sha256=BLI1R3lEMKmzB6WWJhK4b_5KSuPKCxbAXDyPjqDJtdY,462
2
- plone/theme/README.rst,sha256=6u7mjKkf3shVg9jbDgYPWqkn9en3enpomai5OIF5IXc,3047
1
+ plone.theme-4.0.3-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
- plone.theme-4.0.2.dist-info/METADATA,sha256=oH2I9uZsBtB2n40goms5rNFcB6EHM6jckPvFBmoAtd8,7580
16
- plone.theme-4.0.2.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
17
- plone.theme-4.0.2.dist-info/namespace_packages.txt,sha256=56bqrkG-vurYD0l15D71FPiDL7L3QqkfRWkYkdyS7WM,6
18
- plone.theme-4.0.2.dist-info/top_level.txt,sha256=56bqrkG-vurYD0l15D71FPiDL7L3QqkfRWkYkdyS7WM,6
19
- plone.theme-4.0.2.dist-info/RECORD,,
15
+ plone.theme-4.0.3.dist-info/METADATA,sha256=SMJhGIst290zqWAyDb3v4ez1hzS_jWw6dTyWjr_-pLA,7681
16
+ plone.theme-4.0.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
17
+ plone.theme-4.0.3.dist-info/namespace_packages.txt,sha256=56bqrkG-vurYD0l15D71FPiDL7L3QqkfRWkYkdyS7WM,6
18
+ plone.theme-4.0.3.dist-info/top_level.txt,sha256=56bqrkG-vurYD0l15D71FPiDL7L3QqkfRWkYkdyS7WM,6
19
+ plone.theme-4.0.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5