-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,7 @@ Plone 6 has both hardware requirements and software prerequisites. | |
```{include} /_inc/_install-python-plone61.md | ||
``` | ||
|
||
Plone 6.0 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE60}}. | ||
However, Cookieplone does not support Python 3.9. | ||
Plone 6.1 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE61}}. | ||
|
||
```{warning} | ||
Python 3.9 will reach [end of life in October 2025](https://devguide.python.org/versions/). | ||
|
@@ -132,12 +131,11 @@ See the cookiecutter's README for how to [Use options to avoid prompts](https:// | |
``` | ||
```{important} | ||
For {guilabel}`Project Slug`, you must not use any of the Plone core package names listed in [`constraints.txt`](https://dist.plone.org/release/6.0-latest/constraints.txt). | ||
For {guilabel}`Project Slug`, you must not use any of the Plone core package names listed in [`constraints.txt`](https://dist.plone.org/release/6.1-latest/constraints.txt). | ||
Note that pip normalizes these names, so `plone.volto` and `plone-volto` are the same package. | ||
``` | ||
```console | ||
% pipx run cookieplone project | ||
╭──────────────────────────────── cookieplone ────────────────────────────────╮ | ||
│ │ | ||
│ .xxxxxxxxxxxxxx. │ | ||
|
@@ -172,7 +170,17 @@ Note that pip normalizes these names, so `plone.volto` and `plone-volto` are the | |
You've downloaded /Users/stevepiercy/.cookiecutters/cookieplone-templates | ||
before. Is it okay to delete and re-download it? [y/n] (y): | ||
╭─────────────────────────────── Plone Project ───────────────────────────────╮ | ||
│ │ | ||
│ Creating a new Plone Project │ | ||
│ │ | ||
│ Sanity check results: │ | ||
│ │ | ||
│ - Cookieplone: ✓ │ | ||
│ - Python: ✓ │ | ||
│ - Node: ✓ │ | ||
│ - git: ✓ │ | ||
│ - Docker (optional): ✓ │ | ||
│ │ | ||
╰─────────────────────────────────────────────────────────────────────────────╯ | ||
[1/17] Project Title (Project Title): | ||
[2/17] Project Description (A new project using Plone 6.): | ||
|
@@ -181,9 +189,9 @@ before. Is it okay to delete and re-download it? [y/n] (y): | |
[5/17] Author (Plone Foundation): | ||
[6/17] Author E-mail ([email protected]): | ||
[7/17] Should we use prerelease versions? (No): | ||
[8/17] Plone Version (6.0.13): | ||
[9/17] Volto Version (18.0.0-alpha.43): | ||
[10/17] Python Package Name (project.title): | ||
[8/17] Plone Version (6.1.0): | ||
[9/17] Volto Version (18.8.1): | ||
[10/17] Python Package Name (project.title): | ||
[11/17] Volto Addon Name (volto-project-title): | ||
[12/17] Language | ||
1 - English | ||
|
@@ -215,10 +223,9 @@ before. Is it okay to delete and re-download it? [y/n] (y): | |
│ │ | ||
│ Summary: │ | ||
│ │ | ||
│ - Plone version: 6.0.13 │ | ||
│ - Volto version: 18.0.0-alpha.43 │ | ||
│ - Output folder: │ | ||
│ <PATH_TO>/project-title │ | ||
│ - Plone version: 6.1.0 │ | ||
│ - Volto version: 18.8.1 │ | ||
│ - Output folder: <PATH_TO>/project-title │ | ||
│ │ | ||
│ │ | ||
╰─────────────────────────────────────────────────────────────────────────────╯ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# requirements-initial.txt | ||
# From https://dist.plone.org/release/6-latest/constraints.txt | ||
pip==24.0 | ||
setuptools==71.0.0 | ||
wheel==0.43.0 | ||
# From https://dist.plone.org/release/6.1.0/constraints.txt | ||
pip==24.3.1 | ||
setuptools==75.6.0 | ||
wheel==0.45.1 |