Skip to content

Commit

Permalink
Update to Plone 6.0.6 (#1672)
Browse files Browse the repository at this point in the history
* Update to Plone 6.0.6

* changelog

* update test response
  • Loading branch information
davisagli committed Jul 14, 2023
1 parent 477bfa4 commit 8249653
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 55 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# keep in sync with: https://github.com/kitconcept/buildout/edit/master/Makefile
# update by running 'make update'
SHELL := /bin/bash
CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

Expand Down Expand Up @@ -31,14 +29,6 @@ all: build-plone-6.0
help: ## This help message
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

.PHONY: Update Makefile and Buildout
update: ## Update Make and Buildout
wget -O Makefile https://raw.githubusercontent.com/kitconcept/buildout/5.2/Makefile
wget -O requirements.txt https://raw.githubusercontent.com/kitconcept/buildout/5.2/requirements.txt
wget -O plone-5.2.x.cfg https://raw.githubusercontent.com/kitconcept/buildout/5.2/plone-5.2.x.cfg
wget -O ci.cfg https://raw.githubusercontent.com/kitconcept/buildout/5.2/ci.cfg
wget -O versions.cfg https://raw.githubusercontent.com/kitconcept/buildout/5.2/versions.cfg

.installed.cfg: bin/buildout *.cfg

bin/buildout: bin/pip
Expand Down
7 changes: 0 additions & 7 deletions ci.cfg

This file was deleted.

26 changes: 0 additions & 26 deletions heroku.cfg

This file was deleted.

1 change: 1 addition & 0 deletions news/1672.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Makefile and buildout to use Plone 6.0.6. @davisagli
2 changes: 1 addition & 1 deletion plone-5.2.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extends =
base.cfg

[versions]
black = 21.7b0
black = 22.3.0

# Use the newest plone.rest
plone.rest = 3.0.0
4 changes: 2 additions & 2 deletions plone-6.0.x.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://dist.plone.org/release/6.0.4/versions.cfg
https://dist.plone.org/release/6.0.6/versions.cfg
base.cfg

[buildout:python37]
Expand All @@ -13,5 +13,5 @@ recipe = plone.recipe.zope2instance
zodb-temporary-storage = off

[versions]
black = 21.7b0
black = 22.3.0
pygments = 2.14.0
2 changes: 1 addition & 1 deletion requirements-6.0.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-r https://dist.plone.org/release/6.0.4/requirements.txt
-r https://dist.plone.org/release/6.0.6/requirements.txt
16 changes: 8 additions & 8 deletions src/plone/restapi/tests/http-examples/vocabularies.resp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ HTTP/1.1 200 OK
Content-Type: application/json

[
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.contentrules.events",
"title": "plone.contentrules.events"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/Behaviors",
"title": "Behaviors"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.contentrules.events",
"title": "plone.contentrules.events"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.AvailableContentLanguages",
"title": "plone.app.vocabularies.AvailableContentLanguages"
Expand Down Expand Up @@ -90,10 +90,6 @@ Content-Type: application/json
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Principals",
"title": "plone.app.vocabularies.Principals"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Catalog",
"title": "plone.app.vocabularies.Catalog"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Actions",
"title": "plone.app.vocabularies.Actions"
Expand Down Expand Up @@ -162,6 +158,10 @@ Content-Type: application/json
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.event.SynchronizationStrategies",
"title": "plone.app.event.SynchronizationStrategies"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Catalog",
"title": "plone.app.vocabularies.Catalog"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.contenttypes.metadatafields",
"title": "plone.app.contenttypes.metadatafields"
Expand Down

0 comments on commit 8249653

Please sign in to comment.