plone.portlet.collection 4.0.3__tar.gz → 4.0.5__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.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/CHANGES.rst +25 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/MANIFEST.in +1 -1
- {plone.portlet.collection-4.0.3/plone.portlet.collection.egg-info → plone_portlet_collection-4.0.5}/PKG-INFO +57 -2
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/pyproject.toml +40 -6
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/setup.py +4 -3
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/collection.py +1 -1
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/tests/test_functional_doctest.py +2 -1
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src/plone.portlet.collection.egg-info}/PKG-INFO +57 -2
- plone_portlet_collection-4.0.5/src/plone.portlet.collection.egg-info/SOURCES.txt +29 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/requires.txt +1 -1
- plone.portlet.collection-4.0.3/plone.portlet.collection.egg-info/SOURCES.txt +0 -29
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/CONTRIBUTING.rst +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/README.rst +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/docs/LICENSE.GPL +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/docs/LICENSE.txt +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/requirements-6.0.x.txt +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5}/setup.cfg +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/__init__.py +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/__init__.py +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/__init__.py +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/collection.pt +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/configure.zcml +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/profiles/default/metadata.xml +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/profiles/default/portlets.xml +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/testing.py +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/tests/__init__.py +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/tests/functional.txt +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/tests/test_portlet_collection.py +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/dependency_links.txt +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/namespace_packages.txt +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/not-zip-safe +0 -0
- {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/top_level.txt +0 -0
@@ -8,6 +8,31 @@ Changelog
|
|
8
8
|
|
9
9
|
.. towncrier release notes start
|
10
10
|
|
11
|
+
4.0.5 (2025-09-11)
|
12
|
+
------------------
|
13
|
+
|
14
|
+
Internal:
|
15
|
+
|
16
|
+
|
17
|
+
- Move distribution to src layout [gforcada] (#4217)
|
18
|
+
|
19
|
+
|
20
|
+
4.0.4 (2025-01-23)
|
21
|
+
------------------
|
22
|
+
|
23
|
+
Bug fixes:
|
24
|
+
|
25
|
+
|
26
|
+
- Fix DeprecationWarnings. [maurits] (#4090)
|
27
|
+
|
28
|
+
|
29
|
+
Internal:
|
30
|
+
|
31
|
+
|
32
|
+
- Update configuration files.
|
33
|
+
[plone devs] (6e36bcc4)
|
34
|
+
|
35
|
+
|
11
36
|
4.0.3 (2023-06-22)
|
12
37
|
------------------
|
13
38
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: plone.portlet.collection
|
3
|
-
Version: 4.0.
|
3
|
+
Version: 4.0.5
|
4
4
|
Summary: A portlet that fetches results from a collection
|
5
5
|
Home-page: https://pypi.org/project/plone.portlet.collection/
|
6
6
|
Author: Plone Foundation
|
@@ -21,7 +21,37 @@ 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
|
+
Requires-Dist: setuptools
|
25
|
+
Requires-Dist: plone.base
|
26
|
+
Requires-Dist: plone.memoize
|
27
|
+
Requires-Dist: plone.portlets
|
28
|
+
Requires-Dist: plone.app.portlets
|
29
|
+
Requires-Dist: plone.app.vocabularies
|
30
|
+
Requires-Dist: Products.GenericSetup
|
31
|
+
Requires-Dist: Products.MimetypesRegistry
|
32
|
+
Requires-Dist: plone.app.querystring
|
33
|
+
Requires-Dist: plone.app.uuid
|
34
|
+
Requires-Dist: plone.app.z3cform
|
35
|
+
Requires-Dist: plone.autoform
|
36
|
+
Requires-Dist: plone.i18n
|
37
|
+
Requires-Dist: plone.registry
|
38
|
+
Requires-Dist: Zope
|
24
39
|
Provides-Extra: test
|
40
|
+
Requires-Dist: lxml; extra == "test"
|
41
|
+
Requires-Dist: plone.testing; extra == "test"
|
42
|
+
Requires-Dist: plone.app.testing; extra == "test"
|
43
|
+
Requires-Dist: plone.app.contenttypes[test]; extra == "test"
|
44
|
+
Dynamic: author
|
45
|
+
Dynamic: author-email
|
46
|
+
Dynamic: classifier
|
47
|
+
Dynamic: description
|
48
|
+
Dynamic: home-page
|
49
|
+
Dynamic: keywords
|
50
|
+
Dynamic: license
|
51
|
+
Dynamic: provides-extra
|
52
|
+
Dynamic: requires-dist
|
53
|
+
Dynamic: requires-python
|
54
|
+
Dynamic: summary
|
25
55
|
|
26
56
|
Introduction
|
27
57
|
============
|
@@ -38,6 +68,31 @@ Changelog
|
|
38
68
|
|
39
69
|
.. towncrier release notes start
|
40
70
|
|
71
|
+
4.0.5 (2025-09-11)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
Internal:
|
75
|
+
|
76
|
+
|
77
|
+
- Move distribution to src layout [gforcada] (#4217)
|
78
|
+
|
79
|
+
|
80
|
+
4.0.4 (2025-01-23)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
Bug fixes:
|
84
|
+
|
85
|
+
|
86
|
+
- Fix DeprecationWarnings. [maurits] (#4090)
|
87
|
+
|
88
|
+
|
89
|
+
Internal:
|
90
|
+
|
91
|
+
|
92
|
+
- Update configuration files.
|
93
|
+
[plone devs] (6e36bcc4)
|
94
|
+
|
95
|
+
|
41
96
|
4.0.3 (2023-06-22)
|
42
97
|
------------------
|
43
98
|
|
@@ -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,17 +37,41 @@ 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
|
|
43
|
+
##
|
44
|
+
# Add extra configuration options in .meta.toml:
|
45
|
+
# [pyproject]
|
46
|
+
# towncrier_extra_lines = """
|
47
|
+
# extra_configuration
|
48
|
+
# """
|
49
|
+
##
|
50
|
+
|
40
51
|
[tool.isort]
|
41
52
|
profile = "plone"
|
42
53
|
|
54
|
+
##
|
55
|
+
# Add extra configuration options in .meta.toml:
|
56
|
+
# [pyproject]
|
57
|
+
# isort_extra_lines = """
|
58
|
+
# extra_configuration
|
59
|
+
# """
|
60
|
+
##
|
61
|
+
|
43
62
|
[tool.black]
|
44
63
|
target-version = ["py38"]
|
45
64
|
|
65
|
+
##
|
66
|
+
# Add extra configuration options in .meta.toml:
|
67
|
+
# [pyproject]
|
68
|
+
# black_extra_lines = """
|
69
|
+
# extra_configuration
|
70
|
+
# """
|
71
|
+
##
|
72
|
+
|
46
73
|
[tool.codespell]
|
47
|
-
ignore-words-list = "discreet,"
|
74
|
+
ignore-words-list = "discreet,assertin,thet,"
|
48
75
|
skip = "*.po,"
|
49
76
|
##
|
50
77
|
# Add extra configuration options in .meta.toml:
|
@@ -92,6 +119,7 @@ Zope = [
|
|
92
119
|
'Products.CMFCore', 'Products.CMFDynamicViewFTI',
|
93
120
|
]
|
94
121
|
python-dateutil = ['dateutil']
|
122
|
+
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
|
95
123
|
ignore-packages = ['plone.app.vocabularies']
|
96
124
|
ExtensionClass = ['ComputedAttribute']
|
97
125
|
|
@@ -103,20 +131,21 @@ ExtensionClass = ['ComputedAttribute']
|
|
103
131
|
# "gitpython = ['git']",
|
104
132
|
# "pygithub = ['github']",
|
105
133
|
# ]
|
106
|
-
# """
|
107
134
|
##
|
108
135
|
|
109
136
|
[tool.check-manifest]
|
110
137
|
ignore = [
|
111
138
|
".editorconfig",
|
139
|
+
".flake8",
|
112
140
|
".meta.toml",
|
113
141
|
".pre-commit-config.yaml",
|
114
|
-
"
|
115
|
-
".flake8",
|
142
|
+
"dependabot.yml",
|
116
143
|
"mx.ini",
|
144
|
+
"tox.ini",
|
117
145
|
"*.cfg",
|
118
146
|
|
119
147
|
]
|
148
|
+
|
120
149
|
##
|
121
150
|
# Add extra configuration options in .meta.toml:
|
122
151
|
# [pyproject]
|
@@ -124,6 +153,11 @@ ignore = [
|
|
124
153
|
# "*.map.js",
|
125
154
|
# "*.pyc",
|
126
155
|
# """
|
156
|
+
# check_manifest_extra_lines = """
|
157
|
+
# ignore-bad-ideas = [
|
158
|
+
# "some/test/file/PKG-INFO",
|
159
|
+
# ]
|
160
|
+
# """
|
127
161
|
##
|
128
162
|
|
129
163
|
|
@@ -2,7 +2,7 @@ from setuptools import find_packages
|
|
2
2
|
from setuptools import setup
|
3
3
|
|
4
4
|
|
5
|
-
version = "4.0.
|
5
|
+
version = "4.0.5"
|
6
6
|
|
7
7
|
setup(
|
8
8
|
name="plone.portlet.collection",
|
@@ -29,14 +29,14 @@ setup(
|
|
29
29
|
author_email="plone-developers@lists.sourceforge.net",
|
30
30
|
url="https://pypi.org/project/plone.portlet.collection/",
|
31
31
|
license="GPL version 2",
|
32
|
-
packages=find_packages(),
|
32
|
+
packages=find_packages("src"),
|
33
|
+
package_dir={"": "src"},
|
33
34
|
namespace_packages=["plone", "plone.portlet"],
|
34
35
|
include_package_data=True,
|
35
36
|
zip_safe=False,
|
36
37
|
python_requires=">=3.8",
|
37
38
|
install_requires=[
|
38
39
|
"setuptools",
|
39
|
-
"ExtensionClass",
|
40
40
|
"plone.base",
|
41
41
|
"plone.memoize",
|
42
42
|
"plone.portlets",
|
@@ -50,6 +50,7 @@ setup(
|
|
50
50
|
"plone.autoform",
|
51
51
|
"plone.i18n",
|
52
52
|
"plone.registry",
|
53
|
+
"Zope",
|
53
54
|
],
|
54
55
|
extras_require={
|
55
56
|
"test": [
|
@@ -2,7 +2,7 @@ from ComputedAttribute import ComputedAttribute
|
|
2
2
|
from plone.app.portlets.browser import formhelper
|
3
3
|
from plone.app.portlets.portlets import base
|
4
4
|
from plone.app.uuid.utils import uuidToObject
|
5
|
-
from plone.app.z3cform.
|
5
|
+
from plone.app.z3cform.widgets.relateditems import RelatedItemsFieldWidget
|
6
6
|
from plone.autoform.directives import widget
|
7
7
|
from plone.base.defaultpage import is_default_page
|
8
8
|
from plone.base.interfaces.controlpanel import ISiteSchema
|
@@ -1,7 +1,8 @@
|
|
1
1
|
"""Functional Doctests for plone.portlet.collection.
|
2
2
|
|
3
|
-
|
3
|
+
These test are only triggered when Plone 4 (and plone.testing) is installed.
|
4
4
|
"""
|
5
|
+
|
5
6
|
from plone.portlet.collection.testing import PLONE_PORTLET_COLLECTION_FUNCTIONAL_TESTING
|
6
7
|
from plone.testing import layered
|
7
8
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: plone.portlet.collection
|
3
|
-
Version: 4.0.
|
3
|
+
Version: 4.0.5
|
4
4
|
Summary: A portlet that fetches results from a collection
|
5
5
|
Home-page: https://pypi.org/project/plone.portlet.collection/
|
6
6
|
Author: Plone Foundation
|
@@ -21,7 +21,37 @@ 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
|
+
Requires-Dist: setuptools
|
25
|
+
Requires-Dist: plone.base
|
26
|
+
Requires-Dist: plone.memoize
|
27
|
+
Requires-Dist: plone.portlets
|
28
|
+
Requires-Dist: plone.app.portlets
|
29
|
+
Requires-Dist: plone.app.vocabularies
|
30
|
+
Requires-Dist: Products.GenericSetup
|
31
|
+
Requires-Dist: Products.MimetypesRegistry
|
32
|
+
Requires-Dist: plone.app.querystring
|
33
|
+
Requires-Dist: plone.app.uuid
|
34
|
+
Requires-Dist: plone.app.z3cform
|
35
|
+
Requires-Dist: plone.autoform
|
36
|
+
Requires-Dist: plone.i18n
|
37
|
+
Requires-Dist: plone.registry
|
38
|
+
Requires-Dist: Zope
|
24
39
|
Provides-Extra: test
|
40
|
+
Requires-Dist: lxml; extra == "test"
|
41
|
+
Requires-Dist: plone.testing; extra == "test"
|
42
|
+
Requires-Dist: plone.app.testing; extra == "test"
|
43
|
+
Requires-Dist: plone.app.contenttypes[test]; extra == "test"
|
44
|
+
Dynamic: author
|
45
|
+
Dynamic: author-email
|
46
|
+
Dynamic: classifier
|
47
|
+
Dynamic: description
|
48
|
+
Dynamic: home-page
|
49
|
+
Dynamic: keywords
|
50
|
+
Dynamic: license
|
51
|
+
Dynamic: provides-extra
|
52
|
+
Dynamic: requires-dist
|
53
|
+
Dynamic: requires-python
|
54
|
+
Dynamic: summary
|
25
55
|
|
26
56
|
Introduction
|
27
57
|
============
|
@@ -38,6 +68,31 @@ Changelog
|
|
38
68
|
|
39
69
|
.. towncrier release notes start
|
40
70
|
|
71
|
+
4.0.5 (2025-09-11)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
Internal:
|
75
|
+
|
76
|
+
|
77
|
+
- Move distribution to src layout [gforcada] (#4217)
|
78
|
+
|
79
|
+
|
80
|
+
4.0.4 (2025-01-23)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
Bug fixes:
|
84
|
+
|
85
|
+
|
86
|
+
- Fix DeprecationWarnings. [maurits] (#4090)
|
87
|
+
|
88
|
+
|
89
|
+
Internal:
|
90
|
+
|
91
|
+
|
92
|
+
- Update configuration files.
|
93
|
+
[plone devs] (6e36bcc4)
|
94
|
+
|
95
|
+
|
41
96
|
4.0.3 (2023-06-22)
|
42
97
|
------------------
|
43
98
|
|
@@ -0,0 +1,29 @@
|
|
1
|
+
CHANGES.rst
|
2
|
+
CONTRIBUTING.rst
|
3
|
+
MANIFEST.in
|
4
|
+
README.rst
|
5
|
+
pyproject.toml
|
6
|
+
requirements-6.0.x.txt
|
7
|
+
setup.py
|
8
|
+
docs/LICENSE.GPL
|
9
|
+
docs/LICENSE.txt
|
10
|
+
src/plone/__init__.py
|
11
|
+
src/plone.portlet.collection.egg-info/PKG-INFO
|
12
|
+
src/plone.portlet.collection.egg-info/SOURCES.txt
|
13
|
+
src/plone.portlet.collection.egg-info/dependency_links.txt
|
14
|
+
src/plone.portlet.collection.egg-info/namespace_packages.txt
|
15
|
+
src/plone.portlet.collection.egg-info/not-zip-safe
|
16
|
+
src/plone.portlet.collection.egg-info/requires.txt
|
17
|
+
src/plone.portlet.collection.egg-info/top_level.txt
|
18
|
+
src/plone/portlet/__init__.py
|
19
|
+
src/plone/portlet/collection/__init__.py
|
20
|
+
src/plone/portlet/collection/collection.pt
|
21
|
+
src/plone/portlet/collection/collection.py
|
22
|
+
src/plone/portlet/collection/configure.zcml
|
23
|
+
src/plone/portlet/collection/testing.py
|
24
|
+
src/plone/portlet/collection/profiles/default/metadata.xml
|
25
|
+
src/plone/portlet/collection/profiles/default/portlets.xml
|
26
|
+
src/plone/portlet/collection/tests/__init__.py
|
27
|
+
src/plone/portlet/collection/tests/functional.txt
|
28
|
+
src/plone/portlet/collection/tests/test_functional_doctest.py
|
29
|
+
src/plone/portlet/collection/tests/test_portlet_collection.py
|
@@ -1,29 +0,0 @@
|
|
1
|
-
CHANGES.rst
|
2
|
-
CONTRIBUTING.rst
|
3
|
-
MANIFEST.in
|
4
|
-
README.rst
|
5
|
-
pyproject.toml
|
6
|
-
requirements-6.0.x.txt
|
7
|
-
setup.py
|
8
|
-
docs/LICENSE.GPL
|
9
|
-
docs/LICENSE.txt
|
10
|
-
plone/__init__.py
|
11
|
-
plone.portlet.collection.egg-info/PKG-INFO
|
12
|
-
plone.portlet.collection.egg-info/SOURCES.txt
|
13
|
-
plone.portlet.collection.egg-info/dependency_links.txt
|
14
|
-
plone.portlet.collection.egg-info/namespace_packages.txt
|
15
|
-
plone.portlet.collection.egg-info/not-zip-safe
|
16
|
-
plone.portlet.collection.egg-info/requires.txt
|
17
|
-
plone.portlet.collection.egg-info/top_level.txt
|
18
|
-
plone/portlet/__init__.py
|
19
|
-
plone/portlet/collection/__init__.py
|
20
|
-
plone/portlet/collection/collection.pt
|
21
|
-
plone/portlet/collection/collection.py
|
22
|
-
plone/portlet/collection/configure.zcml
|
23
|
-
plone/portlet/collection/testing.py
|
24
|
-
plone/portlet/collection/profiles/default/metadata.xml
|
25
|
-
plone/portlet/collection/profiles/default/portlets.xml
|
26
|
-
plone/portlet/collection/tests/__init__.py
|
27
|
-
plone/portlet/collection/tests/functional.txt
|
28
|
-
plone/portlet/collection/tests/test_functional_doctest.py
|
29
|
-
plone/portlet/collection/tests/test_portlet_collection.py
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.5/src}/plone/portlet/__init__.py
RENAMED
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
|