plone.theme 4.0.0__py3-none-any.whl → 4.0.2__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.
@@ -101,11 +101,18 @@ class TestPrecedenceWithNoThemeLayer(LayerPrecedenceTestCase):
101
101
 
102
102
 
103
103
  def test_suite():
104
- from unittest import makeSuite
105
- from unittest import TestSuite
106
-
107
- suite = TestSuite()
108
- suite.addTest(makeSuite(TestPrecedenceWithAdditiveLayerExtendingInterface))
109
- suite.addTest(makeSuite(TestPrecedenceWithAdditiveLayerExtendingDefault))
110
- suite.addTest(makeSuite(TestPrecedenceWithNoThemeLayer))
111
- return suite
104
+ import unittest
105
+
106
+ return unittest.TestSuite(
107
+ (
108
+ unittest.defaultTestLoader.loadTestsFromTestCase(
109
+ TestPrecedenceWithAdditiveLayerExtendingInterface
110
+ ),
111
+ unittest.defaultTestLoader.loadTestsFromTestCase(
112
+ TestPrecedenceWithAdditiveLayerExtendingDefault
113
+ ),
114
+ unittest.defaultTestLoader.loadTestsFromTestCase(
115
+ TestPrecedenceWithNoThemeLayer
116
+ ),
117
+ )
118
+ )
@@ -0,0 +1 @@
1
+ import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('plone',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('plone', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('plone', [os.path.dirname(p)])));m = m or sys.modules.setdefault('plone', types.ModuleType('plone'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plone.theme
3
- Version: 4.0.0
3
+ Version: 4.0.2
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
@@ -21,12 +21,13 @@ Classifier: Programming Language :: Python :: 3.9
21
21
  Classifier: Programming Language :: Python :: 3.10
22
22
  Classifier: Programming Language :: Python :: 3.11
23
23
  Requires-Python: >=3.8
24
+ Description-Content-Type: text/x-rst
24
25
  Requires-Dist: setuptools
25
26
  Requires-Dist: Products.CMFCore
26
27
  Requires-Dist: Zope
27
28
  Provides-Extra: test
28
- Requires-Dist: plone.app.testing ; extra == 'test'
29
- Requires-Dist: plone.testing ; extra == 'test'
29
+ Requires-Dist: plone.app.testing; extra == "test"
30
+ Requires-Dist: plone.testing; extra == "test"
30
31
 
31
32
  Overview
32
33
  ========
@@ -137,6 +138,26 @@ Changelog
137
138
 
138
139
  .. towncrier release notes start
139
140
 
141
+ 4.0.2 (2024-11-30)
142
+ ------------------
143
+
144
+ Bug fixes:
145
+
146
+
147
+ - Fix removed `unittest.makeSuite` in python 3.13.
148
+ [petschki] (#27)
149
+
150
+
151
+ 4.0.1 (2023-10-07)
152
+ ------------------
153
+
154
+ Internal:
155
+
156
+
157
+ - Update configuration files.
158
+ [plone devs] (cfffba8c)
159
+
160
+
140
161
  4.0.0 (2023-04-27)
141
162
  ------------------
142
163
 
@@ -319,4 +340,3 @@ Fixes:
319
340
 
320
341
  - First stable release
321
342
  [wichert]
322
-
@@ -1,4 +1,4 @@
1
- plone.theme-4.0.0-py3.11-nspkg.pth,sha256=A-p3CbMuHePaPWt53bhXUnHzJhSeZf4O2eZeA-vKGms,534
1
+ plone.theme-4.0.2-py3.12-nspkg.pth,sha256=BLI1R3lEMKmzB6WWJhK4b_5KSuPKCxbAXDyPjqDJtdY,462
2
2
  plone/theme/README.rst,sha256=6u7mjKkf3shVg9jbDgYPWqkn9en3enpomai5OIF5IXc,3047
3
3
  plone/theme/__init__.py,sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzryquRyr329NoCACI,2
4
4
  plone/theme/configure.zcml,sha256=wjELjwoNxcvN0igag4Ezjul-I7e8p_LbWpmyd-g-q84,291
@@ -9,11 +9,11 @@ plone/theme/tests/__init__.py,sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzryquRyr329NoCACI
9
9
  plone/theme/tests/default.pt,sha256=zmYkzviIJvkal3gydzK67j5SHaxEXSp5pFkeHmrmxlI,127
10
10
  plone/theme/tests/interfaces.py,sha256=5M_G75HdbSKdZM8nLnUXP2pjomz0MNlXgcRnTC2pjsY,318
11
11
  plone/theme/tests/mytheme.pt,sha256=uj0IFS6yYJqeycawDBtRJ7CPuBnUf9DBkd6wJF6Z60A,128
12
- plone/theme/tests/testBrowserLayerPrecedence.py,sha256=ACzZM7hvVzqZI_WH4O0BDHfRjDsrLyId-FWDYcnY5Bk,4058
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.0.dist-info/METADATA,sha256=QMm_ArH2E-4THIX96ORgNL0zP2nU-8I0VGLGQ3KbFtk,7313
16
- plone.theme-4.0.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
17
- plone.theme-4.0.0.dist-info/namespace_packages.txt,sha256=56bqrkG-vurYD0l15D71FPiDL7L3QqkfRWkYkdyS7WM,6
18
- plone.theme-4.0.0.dist-info/top_level.txt,sha256=56bqrkG-vurYD0l15D71FPiDL7L3QqkfRWkYkdyS7WM,6
19
- plone.theme-4.0.0.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1 +0,0 @@
1
- import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('plone',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('plone', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('plone', [os.path.dirname(p)])));m = m or sys.modules.setdefault('plone', types.ModuleType('plone'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)