File tree Expand file tree Collapse file tree 9 files changed +10
-30
lines changed
src/plone/restapi/tests/http-examples Expand file tree Collapse file tree 9 files changed +10
-30
lines changed Original file line number Diff line number Diff line change 1010 include :
1111 - python-version : " 3.8"
1212 plone-version : " 5.2"
13- - python-version : " 3.8"
14- plone-version : " 6.0"
1513 - python-version : " 3.9"
1614 plone-version : " 6.0"
1715 - python-version : " 3.10"
Original file line number Diff line number Diff line change 1+ Update CI. @davisagli
Original file line number Diff line number Diff line change 11[buildout]
22extends =
3- https://dist.plone.org/release/6.0.12 /versions.cfg
3+ https://dist.plone.org/release/6.0.14 /versions.cfg
44 base.cfg
55
66[instance]
@@ -15,3 +15,4 @@ robotframework-assertion-engine = 2.0.0
1515robotframework-debuglibrary = 2.3.0
1616robotframework-pythonlibcore = 4.2.0
1717grpcio-tools = 1.59.0
18+ twine = 5.1.1
Original file line number Diff line number Diff line change 11[buildout]
22extends =
3- https://dist.plone.org/release/6.0.12 /versions.cfg
3+ https://dist.plone.org/release/6.0.14 /versions.cfg
44 base.cfg
55
6- [buildout:python37]
7- parts =
8- test
9- code-analysis
10-
116[instance]
127recipe = plone.recipe.zope2instance
138zodb-temporary-storage = off
149
1510[versions]
16- # Override pin from Zope. https://github.com/zopefoundation/Zope/issues/1220
17- docutils = 0.21.2
18- pygments = 2.14.0
19- plone.app.linkintegrity = 4.0.3
20- robotframework-browser = 17.5.2
21- robotframework-assertion-engine = 2.0.0
22- robotframework-debuglibrary = 2.3.0
23- robotframework-pythonlibcore = 4.2.0
24- grpcio-tools = 1.59.0
11+ twine = 5.1.1
Original file line number Diff line number Diff line change 11[buildout]
22extends =
3- https://dist.plone.org/release/6.1.0a3 /versions.cfg
3+ https://dist.plone.org/release/6.1.0b2 /versions.cfg
44 base.cfg
55
6- [buildout:python37]
7- parts =
8- test
9- code-analysis
10-
116[instance]
127recipe = plone.recipe.zope2instance
138zodb-temporary-storage = off
149
1510[versions]
16- # Override pin from Zope. https://github.com/zopefoundation/Zope/issues/1220
17- docutils = 0.21.2
Original file line number Diff line number Diff line change 1- -r https://dist.plone.org/release/6.0.12 /requirements.txt
1+ -r https://dist.plone.org/release/6.0.14 /requirements.txt
Original file line number Diff line number Diff line change 1- -r https://dist.plone.org/release/6.1.0a3 /requirements.txt
1+ -r https://dist.plone.org/release/6.1.0b2 /requirements.txt
Original file line number Diff line number Diff line change @@ -423,5 +423,5 @@ Content-Type: application/json
423423 "value": "The person that created an item"
424424 }
425425 ],
426- "items_total": 2973
426+ "items_total": 2974
427427}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Content-Type: application/json
44{
55 "@id": "http://localhost:55001/plone/@site",
66 "features": {
7- "filter_aliases_by_date": false
7+ "filter_aliases_by_date": true
88 },
99 "plone.allowed_sizes": [
1010 "huge 1600:65536",
You can’t perform that action at this time.
0 commit comments