-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to Plone 6.0.7 * Update documentation tests after upgrade to Plone 6.0.7 * Upgrade requirements to Plone 6.0.7 as well * Add towncrier entry * comment out sphinxbuilder and sphinx-python on base.cfg to debug GHA * Upgrade from Plone 5.2.12 to 5.2.14 * No need to pin plone.rest to 3.0.0 for Plone 5.2 any longer * Re-add plone.rest pin to version 3. * Pass content_type when updating portrait --------- Co-authored-by: David Glick <david@glicksoftware.com>
- Loading branch information
Showing
8 changed files
with
12 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Upgrade buildout: Plone 6.0.6 -> 6.0.7 and Plone 5.2.12 -> 5.2.14 @tisto |
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,10 +1,10 @@ | ||
[buildout] | ||
extends = | ||
https://dist.plone.org/release/5.2.12/versions.cfg | ||
https://dist.plone.org/release/5.2.14/versions.cfg | ||
base.cfg | ||
|
||
[versions] | ||
black = 22.3.0 | ||
|
||
# Use the newest plone.rest | ||
plone.rest = 3.0.0 | ||
# we need the newest plone.rest release | ||
plone.rest = 3.0.1 |
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,2 +1,2 @@ | ||
-r https://dist.plone.org/release/5.2.12/requirements.txt | ||
-r https://dist.plone.org/release/5.2.14/requirements.txt | ||
zpretty |
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 +1 @@ | ||
-r https://dist.plone.org/release/6.0.6/requirements.txt | ||
-r https://dist.plone.org/release/6.0.7/requirements.txt |
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