plone.theme 4.0.3__tar.gz → 4.0.4__tar.gz
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-4.0.3 → plone_theme-4.0.4}/CHANGES.rst +9 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4}/MANIFEST.in +1 -1
- {plone_theme-4.0.3/plone.theme.egg-info → plone_theme-4.0.4}/PKG-INFO +23 -2
- {plone_theme-4.0.3 → plone_theme-4.0.4}/pyproject.toml +16 -6
- {plone_theme-4.0.3 → plone_theme-4.0.4}/setup.py +4 -3
- {plone_theme-4.0.3 → plone_theme-4.0.4/src/plone.theme.egg-info}/PKG-INFO +23 -2
- plone_theme-4.0.4/src/plone.theme.egg-info/SOURCES.txt +29 -0
- plone_theme-4.0.3/plone.theme.egg-info/SOURCES.txt +0 -29
- {plone_theme-4.0.3 → plone_theme-4.0.4}/CONTRIBUTING.rst +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4}/README.rst +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4}/docs/LICENSE.GPL +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4}/docs/LICENSE.txt +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4}/setup.cfg +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/__init__.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/README.rst +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/__init__.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/configure.zcml +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/interfaces.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/layer.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/testing.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/tests/__init__.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/tests/default.pt +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/tests/interfaces.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/tests/mytheme.pt +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/tests/testBrowserLayerPrecedence.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/tests/test_doctest.py +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone/theme/tests/tests.zcml +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone.theme.egg-info/dependency_links.txt +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone.theme.egg-info/namespace_packages.txt +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone.theme.egg-info/not-zip-safe +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone.theme.egg-info/requires.txt +0 -0
- {plone_theme-4.0.3 → plone_theme-4.0.4/src}/plone.theme.egg-info/top_level.txt +0 -0
@@ -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
|
========
|
@@ -138,6 +150,15 @@ 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
|
+
|
141
162
|
4.0.3 (2025-01-23)
|
142
163
|
------------------
|
143
164
|
|
@@ -1,6 +1,9 @@
|
|
1
1
|
# Generated from:
|
2
|
-
# https://github.com/plone/meta/tree/
|
2
|
+
# https://github.com/plone/meta/tree/main/src/plone/meta/default
|
3
3
|
# See the inline comments on how to expand/tweak this configuration file
|
4
|
+
[build-system]
|
5
|
+
requires = ["setuptools>=68.2,<80", "wheel"]
|
6
|
+
|
4
7
|
[tool.towncrier]
|
5
8
|
directory = "news/"
|
6
9
|
filename = "CHANGES.rst"
|
@@ -34,7 +37,7 @@ showcontent = true
|
|
34
37
|
|
35
38
|
[[tool.towncrier.type]]
|
36
39
|
directory = "tests"
|
37
|
-
name = "Tests"
|
40
|
+
name = "Tests:"
|
38
41
|
showcontent = true
|
39
42
|
|
40
43
|
##
|
@@ -68,7 +71,7 @@ target-version = ["py38"]
|
|
68
71
|
##
|
69
72
|
|
70
73
|
[tool.codespell]
|
71
|
-
ignore-words-list = "discreet,"
|
74
|
+
ignore-words-list = "discreet,assertin,thet,"
|
72
75
|
skip = "*.po,"
|
73
76
|
##
|
74
77
|
# Add extra configuration options in .meta.toml:
|
@@ -116,6 +119,7 @@ Zope = [
|
|
116
119
|
'Products.CMFCore', 'Products.CMFDynamicViewFTI',
|
117
120
|
]
|
118
121
|
python-dateutil = ['dateutil']
|
122
|
+
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
|
119
123
|
|
120
124
|
##
|
121
125
|
# Add extra configuration options in .meta.toml:
|
@@ -125,19 +129,20 @@ python-dateutil = ['dateutil']
|
|
125
129
|
# "gitpython = ['git']",
|
126
130
|
# "pygithub = ['github']",
|
127
131
|
# ]
|
128
|
-
# """
|
129
132
|
##
|
130
133
|
|
131
134
|
[tool.check-manifest]
|
132
135
|
ignore = [
|
133
136
|
".editorconfig",
|
137
|
+
".flake8",
|
134
138
|
".meta.toml",
|
135
139
|
".pre-commit-config.yaml",
|
136
|
-
"
|
137
|
-
".flake8",
|
140
|
+
"dependabot.yml",
|
138
141
|
"mx.ini",
|
142
|
+
"tox.ini",
|
139
143
|
|
140
144
|
]
|
145
|
+
|
141
146
|
##
|
142
147
|
# Add extra configuration options in .meta.toml:
|
143
148
|
# [pyproject]
|
@@ -145,6 +150,11 @@ ignore = [
|
|
145
150
|
# "*.map.js",
|
146
151
|
# "*.pyc",
|
147
152
|
# """
|
153
|
+
# check_manifest_extra_lines = """
|
154
|
+
# ignore-bad-ideas = [
|
155
|
+
# "some/test/file/PKG-INFO",
|
156
|
+
# ]
|
157
|
+
# """
|
148
158
|
##
|
149
159
|
|
150
160
|
|
@@ -3,11 +3,11 @@ from setuptools import find_packages
|
|
3
3
|
from setuptools import setup
|
4
4
|
|
5
5
|
|
6
|
-
version = "4.0.
|
6
|
+
version = "4.0.4"
|
7
7
|
|
8
8
|
long_description = (
|
9
9
|
f"{Path('README.rst').read_text()}\n"
|
10
|
-
f"{(Path('
|
10
|
+
f"{(Path('src') / 'plone' / 'theme' / 'README.rst').read_text()}\n"
|
11
11
|
f"{Path('CHANGES.rst').read_text()}"
|
12
12
|
)
|
13
13
|
|
@@ -39,8 +39,9 @@ setup(
|
|
39
39
|
author_email="plone-developers@lists.sourceforge.net",
|
40
40
|
url="https://pypi.org/project/plone.theme",
|
41
41
|
license="GPL version 2",
|
42
|
-
packages=find_packages(),
|
42
|
+
packages=find_packages("src"),
|
43
43
|
namespace_packages=["plone"],
|
44
|
+
package_dir={"": "src"},
|
44
45
|
include_package_data=True,
|
45
46
|
zip_safe=False,
|
46
47
|
python_requires=">=3.8",
|
@@ -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
|
========
|
@@ -138,6 +150,15 @@ 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
|
+
|
141
162
|
4.0.3 (2025-01-23)
|
142
163
|
------------------
|
143
164
|
|
@@ -0,0 +1,29 @@
|
|
1
|
+
CHANGES.rst
|
2
|
+
CONTRIBUTING.rst
|
3
|
+
MANIFEST.in
|
4
|
+
README.rst
|
5
|
+
pyproject.toml
|
6
|
+
setup.py
|
7
|
+
docs/LICENSE.GPL
|
8
|
+
docs/LICENSE.txt
|
9
|
+
src/plone/__init__.py
|
10
|
+
src/plone.theme.egg-info/PKG-INFO
|
11
|
+
src/plone.theme.egg-info/SOURCES.txt
|
12
|
+
src/plone.theme.egg-info/dependency_links.txt
|
13
|
+
src/plone.theme.egg-info/namespace_packages.txt
|
14
|
+
src/plone.theme.egg-info/not-zip-safe
|
15
|
+
src/plone.theme.egg-info/requires.txt
|
16
|
+
src/plone.theme.egg-info/top_level.txt
|
17
|
+
src/plone/theme/README.rst
|
18
|
+
src/plone/theme/__init__.py
|
19
|
+
src/plone/theme/configure.zcml
|
20
|
+
src/plone/theme/interfaces.py
|
21
|
+
src/plone/theme/layer.py
|
22
|
+
src/plone/theme/testing.py
|
23
|
+
src/plone/theme/tests/__init__.py
|
24
|
+
src/plone/theme/tests/default.pt
|
25
|
+
src/plone/theme/tests/interfaces.py
|
26
|
+
src/plone/theme/tests/mytheme.pt
|
27
|
+
src/plone/theme/tests/testBrowserLayerPrecedence.py
|
28
|
+
src/plone/theme/tests/test_doctest.py
|
29
|
+
src/plone/theme/tests/tests.zcml
|
@@ -1,29 +0,0 @@
|
|
1
|
-
CHANGES.rst
|
2
|
-
CONTRIBUTING.rst
|
3
|
-
MANIFEST.in
|
4
|
-
README.rst
|
5
|
-
pyproject.toml
|
6
|
-
setup.py
|
7
|
-
docs/LICENSE.GPL
|
8
|
-
docs/LICENSE.txt
|
9
|
-
plone/__init__.py
|
10
|
-
plone.theme.egg-info/PKG-INFO
|
11
|
-
plone.theme.egg-info/SOURCES.txt
|
12
|
-
plone.theme.egg-info/dependency_links.txt
|
13
|
-
plone.theme.egg-info/namespace_packages.txt
|
14
|
-
plone.theme.egg-info/not-zip-safe
|
15
|
-
plone.theme.egg-info/requires.txt
|
16
|
-
plone.theme.egg-info/top_level.txt
|
17
|
-
plone/theme/README.rst
|
18
|
-
plone/theme/__init__.py
|
19
|
-
plone/theme/configure.zcml
|
20
|
-
plone/theme/interfaces.py
|
21
|
-
plone/theme/layer.py
|
22
|
-
plone/theme/testing.py
|
23
|
-
plone/theme/tests/__init__.py
|
24
|
-
plone/theme/tests/default.pt
|
25
|
-
plone/theme/tests/interfaces.py
|
26
|
-
plone/theme/tests/mytheme.pt
|
27
|
-
plone/theme/tests/testBrowserLayerPrecedence.py
|
28
|
-
plone/theme/tests/test_doctest.py
|
29
|
-
plone/theme/tests/tests.zcml
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|