plone.portlet.collection 4.0.4__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.4 → plone_portlet_collection-4.0.5}/CHANGES.rst +9 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/MANIFEST.in +1 -1
- {plone_portlet_collection-4.0.4/plone.portlet.collection.egg-info → plone_portlet_collection-4.0.5}/PKG-INFO +22 -2
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/pyproject.toml +14 -6
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/setup.py +3 -2
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/tests/test_functional_doctest.py +2 -1
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src/plone.portlet.collection.egg-info}/PKG-INFO +22 -2
- plone_portlet_collection-4.0.5/src/plone.portlet.collection.egg-info/SOURCES.txt +29 -0
- plone_portlet_collection-4.0.4/plone.portlet.collection.egg-info/SOURCES.txt +0 -29
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/CONTRIBUTING.rst +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/README.rst +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/docs/LICENSE.GPL +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/docs/LICENSE.txt +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/requirements-6.0.x.txt +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5}/setup.cfg +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/__init__.py +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/__init__.py +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/__init__.py +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/collection.pt +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/collection.py +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/configure.zcml +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/profiles/default/metadata.xml +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/profiles/default/portlets.xml +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/testing.py +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/tests/__init__.py +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/tests/functional.txt +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone/portlet/collection/tests/test_portlet_collection.py +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/dependency_links.txt +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/namespace_packages.txt +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/not-zip-safe +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/requires.txt +0 -0
- {plone_portlet_collection-4.0.4 → plone_portlet_collection-4.0.5/src}/plone.portlet.collection.egg-info/top_level.txt +0 -0
@@ -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
|
@@ -41,6 +41,17 @@ Requires-Dist: lxml; extra == "test"
|
|
41
41
|
Requires-Dist: plone.testing; extra == "test"
|
42
42
|
Requires-Dist: plone.app.testing; extra == "test"
|
43
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
|
44
55
|
|
45
56
|
Introduction
|
46
57
|
============
|
@@ -57,6 +68,15 @@ Changelog
|
|
57
68
|
|
58
69
|
.. towncrier release notes start
|
59
70
|
|
71
|
+
4.0.5 (2025-09-11)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
Internal:
|
75
|
+
|
76
|
+
|
77
|
+
- Move distribution to src layout [gforcada] (#4217)
|
78
|
+
|
79
|
+
|
60
80
|
4.0.4 (2025-01-23)
|
61
81
|
------------------
|
62
82
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# Generated from:
|
2
|
-
# https://github.com/plone/meta/tree/main/
|
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
4
|
[build-system]
|
5
|
-
requires = ["setuptools>=68.2"]
|
5
|
+
requires = ["setuptools>=68.2,<80", "wheel"]
|
6
6
|
|
7
7
|
[tool.towncrier]
|
8
8
|
directory = "news/"
|
@@ -37,7 +37,7 @@ showcontent = true
|
|
37
37
|
|
38
38
|
[[tool.towncrier.type]]
|
39
39
|
directory = "tests"
|
40
|
-
name = "Tests"
|
40
|
+
name = "Tests:"
|
41
41
|
showcontent = true
|
42
42
|
|
43
43
|
##
|
@@ -71,7 +71,7 @@ target-version = ["py38"]
|
|
71
71
|
##
|
72
72
|
|
73
73
|
[tool.codespell]
|
74
|
-
ignore-words-list = "discreet,"
|
74
|
+
ignore-words-list = "discreet,assertin,thet,"
|
75
75
|
skip = "*.po,"
|
76
76
|
##
|
77
77
|
# Add extra configuration options in .meta.toml:
|
@@ -119,6 +119,7 @@ Zope = [
|
|
119
119
|
'Products.CMFCore', 'Products.CMFDynamicViewFTI',
|
120
120
|
]
|
121
121
|
python-dateutil = ['dateutil']
|
122
|
+
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
|
122
123
|
ignore-packages = ['plone.app.vocabularies']
|
123
124
|
ExtensionClass = ['ComputedAttribute']
|
124
125
|
|
@@ -135,14 +136,16 @@ ExtensionClass = ['ComputedAttribute']
|
|
135
136
|
[tool.check-manifest]
|
136
137
|
ignore = [
|
137
138
|
".editorconfig",
|
139
|
+
".flake8",
|
138
140
|
".meta.toml",
|
139
141
|
".pre-commit-config.yaml",
|
140
|
-
"
|
141
|
-
".flake8",
|
142
|
+
"dependabot.yml",
|
142
143
|
"mx.ini",
|
144
|
+
"tox.ini",
|
143
145
|
"*.cfg",
|
144
146
|
|
145
147
|
]
|
148
|
+
|
146
149
|
##
|
147
150
|
# Add extra configuration options in .meta.toml:
|
148
151
|
# [pyproject]
|
@@ -150,6 +153,11 @@ ignore = [
|
|
150
153
|
# "*.map.js",
|
151
154
|
# "*.pyc",
|
152
155
|
# """
|
156
|
+
# check_manifest_extra_lines = """
|
157
|
+
# ignore-bad-ideas = [
|
158
|
+
# "some/test/file/PKG-INFO",
|
159
|
+
# ]
|
160
|
+
# """
|
153
161
|
##
|
154
162
|
|
155
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,7 +29,8 @@ 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,
|
@@ -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
|
@@ -41,6 +41,17 @@ Requires-Dist: lxml; extra == "test"
|
|
41
41
|
Requires-Dist: plone.testing; extra == "test"
|
42
42
|
Requires-Dist: plone.app.testing; extra == "test"
|
43
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
|
44
55
|
|
45
56
|
Introduction
|
46
57
|
============
|
@@ -57,6 +68,15 @@ Changelog
|
|
57
68
|
|
58
69
|
.. towncrier release notes start
|
59
70
|
|
71
|
+
4.0.5 (2025-09-11)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
Internal:
|
75
|
+
|
76
|
+
|
77
|
+
- Move distribution to src layout [gforcada] (#4217)
|
78
|
+
|
79
|
+
|
60
80
|
4.0.4 (2025-01-23)
|
61
81
|
------------------
|
62
82
|
|
@@ -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.4 → 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
|
File without changes
|
File without changes
|