plone.portlet.collection 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.
Files changed (31) hide show
  1. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/CHANGES.rst +16 -0
  2. {plone.portlet.collection-4.0.3/plone.portlet.collection.egg-info → plone_portlet_collection-4.0.4}/PKG-INFO +36 -1
  3. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/collection.py +1 -1
  4. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4/plone.portlet.collection.egg-info}/PKG-INFO +36 -1
  5. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone.portlet.collection.egg-info/requires.txt +1 -1
  6. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/pyproject.toml +28 -2
  7. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/setup.py +2 -2
  8. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/CONTRIBUTING.rst +0 -0
  9. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/MANIFEST.in +0 -0
  10. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/README.rst +0 -0
  11. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/docs/LICENSE.GPL +0 -0
  12. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/docs/LICENSE.txt +0 -0
  13. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/__init__.py +0 -0
  14. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/__init__.py +0 -0
  15. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/__init__.py +0 -0
  16. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/collection.pt +0 -0
  17. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/configure.zcml +0 -0
  18. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/profiles/default/metadata.xml +0 -0
  19. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/profiles/default/portlets.xml +0 -0
  20. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/testing.py +0 -0
  21. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/tests/__init__.py +0 -0
  22. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/tests/functional.txt +0 -0
  23. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/tests/test_functional_doctest.py +0 -0
  24. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone/portlet/collection/tests/test_portlet_collection.py +0 -0
  25. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone.portlet.collection.egg-info/SOURCES.txt +0 -0
  26. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone.portlet.collection.egg-info/dependency_links.txt +0 -0
  27. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone.portlet.collection.egg-info/namespace_packages.txt +0 -0
  28. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone.portlet.collection.egg-info/not-zip-safe +0 -0
  29. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/plone.portlet.collection.egg-info/top_level.txt +0 -0
  30. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/requirements-6.0.x.txt +0 -0
  31. {plone.portlet.collection-4.0.3 → plone_portlet_collection-4.0.4}/setup.cfg +0 -0
@@ -8,6 +8,22 @@ Changelog
8
8
 
9
9
  .. towncrier release notes start
10
10
 
11
+ 4.0.4 (2025-01-23)
12
+ ------------------
13
+
14
+ Bug fixes:
15
+
16
+
17
+ - Fix DeprecationWarnings. [maurits] (#4090)
18
+
19
+
20
+ Internal:
21
+
22
+
23
+ - Update configuration files.
24
+ [plone devs] (6e36bcc4)
25
+
26
+
11
27
  4.0.3 (2023-06-22)
12
28
  ------------------
13
29
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plone.portlet.collection
3
- Version: 4.0.3
3
+ Version: 4.0.4
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,26 @@ 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"
25
44
 
26
45
  Introduction
27
46
  ============
@@ -38,6 +57,22 @@ Changelog
38
57
 
39
58
  .. towncrier release notes start
40
59
 
60
+ 4.0.4 (2025-01-23)
61
+ ------------------
62
+
63
+ Bug fixes:
64
+
65
+
66
+ - Fix DeprecationWarnings. [maurits] (#4090)
67
+
68
+
69
+ Internal:
70
+
71
+
72
+ - Update configuration files.
73
+ [plone devs] (6e36bcc4)
74
+
75
+
41
76
  4.0.3 (2023-06-22)
42
77
  ------------------
43
78
 
@@ -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.widget import RelatedItemsFieldWidget
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plone.portlet.collection
3
- Version: 4.0.3
3
+ Version: 4.0.4
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,26 @@ 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"
25
44
 
26
45
  Introduction
27
46
  ============
@@ -38,6 +57,22 @@ Changelog
38
57
 
39
58
  .. towncrier release notes start
40
59
 
60
+ 4.0.4 (2025-01-23)
61
+ ------------------
62
+
63
+ Bug fixes:
64
+
65
+
66
+ - Fix DeprecationWarnings. [maurits] (#4090)
67
+
68
+
69
+ Internal:
70
+
71
+
72
+ - Update configuration files.
73
+ [plone devs] (6e36bcc4)
74
+
75
+
41
76
  4.0.3 (2023-06-22)
42
77
  ------------------
43
78
 
@@ -1,5 +1,4 @@
1
1
  setuptools
2
- ExtensionClass
3
2
  plone.base
4
3
  plone.memoize
5
4
  plone.portlets
@@ -13,6 +12,7 @@ plone.app.z3cform
13
12
  plone.autoform
14
13
  plone.i18n
15
14
  plone.registry
15
+ Zope
16
16
 
17
17
  [test]
18
18
  lxml
@@ -1,6 +1,9 @@
1
1
  # Generated from:
2
- # https://github.com/plone/meta/tree/master/config/default
2
+ # https://github.com/plone/meta/tree/main/config/default
3
3
  # See the inline comments on how to expand/tweak this configuration file
4
+ [build-system]
5
+ requires = ["setuptools>=68.2"]
6
+
4
7
  [tool.towncrier]
5
8
  directory = "news/"
6
9
  filename = "CHANGES.rst"
@@ -37,12 +40,36 @@ directory = "tests"
37
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
74
  ignore-words-list = "discreet,"
48
75
  skip = "*.po,"
@@ -103,7 +130,6 @@ ExtensionClass = ['ComputedAttribute']
103
130
  # "gitpython = ['git']",
104
131
  # "pygithub = ['github']",
105
132
  # ]
106
- # """
107
133
  ##
108
134
 
109
135
  [tool.check-manifest]
@@ -2,7 +2,7 @@ from setuptools import find_packages
2
2
  from setuptools import setup
3
3
 
4
4
 
5
- version = "4.0.3"
5
+ version = "4.0.4"
6
6
 
7
7
  setup(
8
8
  name="plone.portlet.collection",
@@ -36,7 +36,6 @@ setup(
36
36
  python_requires=">=3.8",
37
37
  install_requires=[
38
38
  "setuptools",
39
- "ExtensionClass",
40
39
  "plone.base",
41
40
  "plone.memoize",
42
41
  "plone.portlets",
@@ -50,6 +49,7 @@ setup(
50
49
  "plone.autoform",
51
50
  "plone.i18n",
52
51
  "plone.registry",
52
+ "Zope",
53
53
  ],
54
54
  extras_require={
55
55
  "test": [