plone.api 2.2.2__tar.gz → 2.2.3__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_api-2.2.2 → plone_api-2.2.3}/CHANGES.rst +9 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/PKG-INFO +10 -1
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/contribute.md +4 -4
- {plone_api-2.2.2 → plone_api-2.2.3}/setup.py +1 -1
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone.api.egg-info/PKG-INFO +10 -1
- {plone_api-2.2.2 → plone_api-2.2.3}/CONTRIBUTING.rst +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/LICENSE +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/MANIFEST.in +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/README.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/about.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/content.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/env.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/group.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/index.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/portal.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/relation.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/docs/user.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/pyproject.toml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/setup.cfg +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/__init__.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/__init__.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/configure.zcml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/content.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/env.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/exc.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/group.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/portal.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/profiles/testfixture/metadata.xml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/profiles/testfixture/types/Dexterity_Folder.xml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/profiles/testfixture/types/Dexterity_Item.xml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/profiles/testfixture/types.xml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/relation.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/testing.zcml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/Dexterity_Folder.xml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/Dexterity_Item.xml +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/__init__.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/base.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/doctests/about.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/doctests/content.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/doctests/env.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/doctests/group.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/doctests/portal.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/doctests/relation.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/doctests/user.md +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/test_content.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/test_doctests.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/test_env.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/test_group.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/test_portal.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/test_relation.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/test_user.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/tests/test_validation.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/user.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/validation.py +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone.api.egg-info/SOURCES.txt +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone.api.egg-info/dependency_links.txt +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone.api.egg-info/namespace_packages.txt +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone.api.egg-info/not-zip-safe +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone.api.egg-info/requires.txt +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/src/plone.api.egg-info/top_level.txt +0 -0
- {plone_api-2.2.2 → plone_api-2.2.3}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: plone.api
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: A Plone API.
|
|
5
5
|
Home-page: https://github.com/plone/plone.api
|
|
6
6
|
Author: Plone Foundation
|
|
@@ -113,6 +113,15 @@ Changelog
|
|
|
113
113
|
|
|
114
114
|
.. towncrier release notes start
|
|
115
115
|
|
|
116
|
+
2.2.3 (2024-10-23)
|
|
117
|
+
------------------
|
|
118
|
+
|
|
119
|
+
Documentation:
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
- Fixed spelling of prerequisites. @stevepiercy (#541)
|
|
123
|
+
|
|
124
|
+
|
|
116
125
|
2.2.2 (2024-07-30)
|
|
117
126
|
------------------
|
|
118
127
|
|
|
@@ -13,14 +13,14 @@ This section describes how to contribute to the `plone.api` project.
|
|
|
13
13
|
It extends {doc}`plone:contributing/index`.
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## Prerequisites
|
|
17
17
|
|
|
18
|
-
Prepare your system by installing
|
|
18
|
+
Prepare your system by installing prerequisites.
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
### System libraries
|
|
22
22
|
|
|
23
|
-
You need to install system libraries, as described in {ref}`plone:plone-
|
|
23
|
+
You need to install system libraries, as described in {ref}`plone:plone-prerequisites-label`, with the exception of GNU make.
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
### tox
|
|
@@ -52,7 +52,7 @@ pre-commit install
|
|
|
52
52
|
|
|
53
53
|
## Create development environment
|
|
54
54
|
|
|
55
|
-
After satisfying the
|
|
55
|
+
After satisfying the prerequisites, you are ready to create your development environment.
|
|
56
56
|
`plone.api` uses `tox` as a wrapper around `coredev.buildout` to simplify development, whereas Plone core uses `coredev.buildout` directly.
|
|
57
57
|
|
|
58
58
|
Start by changing your working directory to your project folder, and download the latest `plone.api` source code.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: plone.api
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: A Plone API.
|
|
5
5
|
Home-page: https://github.com/plone/plone.api
|
|
6
6
|
Author: Plone Foundation
|
|
@@ -113,6 +113,15 @@ Changelog
|
|
|
113
113
|
|
|
114
114
|
.. towncrier release notes start
|
|
115
115
|
|
|
116
|
+
2.2.3 (2024-10-23)
|
|
117
|
+
------------------
|
|
118
|
+
|
|
119
|
+
Documentation:
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
- Fixed spelling of prerequisites. @stevepiercy (#541)
|
|
123
|
+
|
|
124
|
+
|
|
116
125
|
2.2.2 (2024-07-30)
|
|
117
126
|
------------------
|
|
118
127
|
|
|
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
|
{plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/profiles/testfixture/types/Dexterity_Folder.xml
RENAMED
|
File without changes
|
{plone_api-2.2.2 → plone_api-2.2.3}/src/plone/api/profiles/testfixture/types/Dexterity_Item.xml
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
|
|
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
|