-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update zope.component and zope.interface #256
Conversation
@@ -325,3 +327,11 @@ plone.app.drafts = 1.1.1 | |||
plone.app.tiles = 2.2.1 | |||
plone.tiles = 1.8.0 | |||
plone.app.ldap = 1.4.0 | |||
|
|||
[versionannotations] | |||
# keep this alphabetical please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping it alphabetical seems very good. Can you start by moving zope.component above zope.interface? :-)
Someone can also do that manually before merging, if the pull request is good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, thanks. ok, need to follow my own rules. this is just experimental.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
24185d9
to
dbc703a
Compare
Isn't that part of the PLIP plone/Products.CMFPlone#1351 ? I mean, is there any little benefit on updating just two out of 200 zope dependencies at a time? Or is this just a testing pull request for your enhancements on plone.versioncheck? |
It makes it easier to have code we use in pyramid with latest of those packages and plone to work together. Also it does not update to latest, but to latest possible in our current environment. no, not related to plone.versioncheck |
The jenkins job of plone/Products.CMFPlone#1351 (http://jenkins.plone.org/view/PLIPs/job/plip-zope4/) has been failing for a while now. I think it should be more of a priority for us to keep these tests green now that Zope sees more development. Before the conference-sprint I will not have time to work on that. |
@pbauer due to that activity (on zope packages) the jenkins job is failing. Basically lots of imports are failing so not even tests can run :-/ It no longer makes sense to target master branches of most packages probably... |
ac376b2
to
210c6c1
Compare
48f4221
to
edb55e7
Compare
b1f5e5d
to
23a3653
Compare
23a3653
to
47cc423
Compare
Branch: refs/heads/master Date: 2018-02-09T01:37:52+01:00 Author: Jeroen F.J. Laros (jfjlaros) <J.F.J.Laros@lumc.nl> Commit: collective/icalendar@e86570b Cli (#256) * Added rudimentary command line interface. * Added documentation on the CLI. * Added example output. * Removed _optional wrapper in favour of the built-in get() method. * Added --version option. * Removed default for 'attendee'. * Looping over all vevents now. * Updated changelog. Files changed: A docs/cli.rst A src/icalendar/cli.py M CHANGES.rst M docs/credits.rst M docs/index.rst M setup.py
Branch: refs/heads/master Date: 2018-02-09T01:37:52+01:00 Author: Jeroen F.J. Laros (jfjlaros) <J.F.J.Laros@lumc.nl> Commit: collective/icalendar@e86570b Cli (#256) * Added rudimentary command line interface. * Added documentation on the CLI. * Added example output. * Removed _optional wrapper in favour of the built-in get() method. * Added --version option. * Removed default for 'attendee'. * Looping over all vevents now. * Updated changelog. Files changed: A docs/cli.rst A src/icalendar/cli.py M CHANGES.rst M docs/credits.rst M docs/index.rst M setup.py
Branch: refs/heads/master Date: 2018-02-09T01:37:52+01:00 Author: Jeroen F.J. Laros (jfjlaros) <J.F.J.Laros@lumc.nl> Commit: collective/icalendar@e86570b Cli (#256) * Added rudimentary command line interface. * Added documentation on the CLI. * Added example output. * Removed _optional wrapper in favour of the built-in get() method. * Added --version option. * Removed default for 'attendee'. * Looping over all vevents now. * Updated changelog. Files changed: A docs/cli.rst A src/icalendar/cli.py M CHANGES.rst M docs/credits.rst M docs/index.rst M setup.py
Branch: refs/heads/master Date: 2021-02-11T17:30:18+01:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.upgrade@2c82ffb Make the Plone Site a dexterity container Refs. plone/Products.CMFPlone#2454 Files changed: A news/0000.breaking M plone/app/upgrade/v60/alphas.py M plone/app/upgrade/v60/configure.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-02-14T12:16:37+01:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.upgrade@699e6f9 Update the Plone Site FTI if it is not a dexterity one Files changed: A plone/app/upgrade/v60/profiles/to_dx_site_root/types.xml A plone/app/upgrade/v60/profiles/to_dx_site_root/types/Plone_Site.xml M plone/app/upgrade/v60/alphas.py M plone/app/upgrade/v60/configure.zcml M plone/app/upgrade/v60/profiles.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-04-23T11:58:40+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.upgrade@7aea789 Merge remote-tracking branch 'origin/master' into dx-siteroot Files changed: A plone/app/upgrade/v60/profiles/to_alpha1/controlpanel.xml M CHANGES.rst M plone/app/upgrade/v52/configure.zcml M plone/app/upgrade/v52/final.py M setup.py D news/2957.breaking D news/3057.bugfix D news/3172.bugfix Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-08-21T01:38:33+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.upgrade@78f782e Merge remote-tracking branch 'origin/master' into dx-siteroot Files changed: A news/254.feature A news/255.feature A plone/app/upgrade/v60/profiles/to_alpha1/actions.xml M CHANGES.rst M plone/app/upgrade/v52/configure.zcml M plone/app/upgrade/v60/profiles/to_alpha1/controlpanel.xml M setup.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-09-07T09:45:21+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.upgrade@ec75f02 Fix towncrier entry Files changed: A news/256.breaking D news/0000.breaking Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-09-11T23:09:34+02:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.app.upgrade@c3f6407 Merge pull request #256 from plone/dx-siteroot Dx siteroot Files changed: A news/256.breaking A plone/app/upgrade/v60/profiles/to_dx_site_root/types.xml A plone/app/upgrade/v60/profiles/to_dx_site_root/types/Plone_Site.xml M plone/app/upgrade/v60/alphas.py M plone/app/upgrade/v60/configure.zcml M plone/app/upgrade/v60/profiles.zcml
Branch: refs/heads/master Date: 2021-02-11T17:30:18+01:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.upgrade@2c82ffb Make the Plone Site a dexterity container Refs. plone/Products.CMFPlone#2454 Files changed: A news/0000.breaking M plone/app/upgrade/v60/alphas.py M plone/app/upgrade/v60/configure.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-02-14T12:16:37+01:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.upgrade@699e6f9 Update the Plone Site FTI if it is not a dexterity one Files changed: A plone/app/upgrade/v60/profiles/to_dx_site_root/types.xml A plone/app/upgrade/v60/profiles/to_dx_site_root/types/Plone_Site.xml M plone/app/upgrade/v60/alphas.py M plone/app/upgrade/v60/configure.zcml M plone/app/upgrade/v60/profiles.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-04-23T11:58:40+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.upgrade@7aea789 Merge remote-tracking branch 'origin/master' into dx-siteroot Files changed: A plone/app/upgrade/v60/profiles/to_alpha1/controlpanel.xml M CHANGES.rst M plone/app/upgrade/v52/configure.zcml M plone/app/upgrade/v52/final.py M setup.py D news/2957.breaking D news/3057.bugfix D news/3172.bugfix Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-08-21T01:38:33+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.upgrade@78f782e Merge remote-tracking branch 'origin/master' into dx-siteroot Files changed: A news/254.feature A news/255.feature A plone/app/upgrade/v60/profiles/to_alpha1/actions.xml M CHANGES.rst M plone/app/upgrade/v52/configure.zcml M plone/app/upgrade/v60/profiles/to_alpha1/controlpanel.xml M setup.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-09-07T09:45:21+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.upgrade@ec75f02 Fix towncrier entry Files changed: A news/256.breaking D news/0000.breaking Repository: plone.app.upgrade Branch: refs/heads/master Date: 2021-09-11T23:09:34+02:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.app.upgrade@c3f6407 Merge pull request #256 from plone/dx-siteroot Dx siteroot Files changed: A news/256.breaking A plone/app/upgrade/v60/profiles/to_dx_site_root/types.xml A plone/app/upgrade/v60/profiles/to_dx_site_root/types/Plone_Site.xml M plone/app/upgrade/v60/alphas.py M plone/app/upgrade/v60/configure.zcml M plone/app/upgrade/v60/profiles.zcml
Branch: refs/heads/master Date: 2022-11-23T09:57:10+01:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.staticresources@cd5385e update dependencies Files changed: M package.json Repository: plone.staticresources Branch: refs/heads/master Date: 2022-11-23T09:57:20+01:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.staticresources@60c3a54 yarn install Files changed: M yarn.lock Repository: plone.staticresources Branch: refs/heads/master Date: 2022-11-23T09:57:25+01:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.staticresources@f99d2bc compile Files changed: A src/plone/staticresources/static/bundle-plone/chunks/58133.64d613163dbe825d52ba.min.js A src/plone/staticresources/static/bundle-plone/chunks/58133.64d613163dbe825d52ba.min.js.map A src/plone/staticresources/static/bundle-plone/chunks/66500.dced8aa8c3c602ffed23.min.js A src/plone/staticresources/static/bundle-plone/chunks/66500.dced8aa8c3c602ffed23.min.js.map A src/plone/staticresources/static/bundle-plone/chunks/77941.e2647e3f07b5a3f9ceef.min.js A src/plone/staticresources/static/bundle-plone/chunks/77941.e2647e3f07b5a3f9ceef.min.js.map M src/plone/staticresources/static/bundle-plone/bundle.min.js M src/plone/staticresources/static/bundle-plone/bundle.min.js.map M src/plone/staticresources/static/bundle-plone/remote.min.js M src/plone/staticresources/static/bundle-plone/remote.min.js.map D src/plone/staticresources/static/bundle-plone/chunks/58133.911a2aa8c71fef135659.min.js D src/plone/staticresources/static/bundle-plone/chunks/58133.911a2aa8c71fef135659.min.js.map D src/plone/staticresources/static/bundle-plone/chunks/66500.0ccd41767d3a79c8e15d.min.js D src/plone/staticresources/static/bundle-plone/chunks/66500.0ccd41767d3a79c8e15d.min.js.map D src/plone/staticresources/static/bundle-plone/chunks/77941.7ec452ef6a3f982fe891.min.js D src/plone/staticresources/static/bundle-plone/chunks/77941.7ec452ef6a3f982fe891.min.js.map Repository: plone.staticresources Branch: refs/heads/master Date: 2022-11-23T10:00:00+01:00 Author: Peter Mathis (petschki) <peter.mathis@kombinat.at> Commit: plone/plone.staticresources@787f34b changenote Files changed: A news/256.bugfix Repository: plone.staticresources Branch: refs/heads/master Date: 2022-11-23T11:19:52+01:00 Author: Peter Mathis (petschki) <petschki@users.noreply.github.com> Commit: plone/plone.staticresources@f1fc03a Merge pull request #256 from plone/petschki-update Upgrade mockup (Bootstrap -> 5.2.3) Files changed: A news/256.bugfix A src/plone/staticresources/static/bundle-plone/chunks/58133.64d613163dbe825d52ba.min.js A src/plone/staticresources/static/bundle-plone/chunks/58133.64d613163dbe825d52ba.min.js.map A src/plone/staticresources/static/bundle-plone/chunks/66500.dced8aa8c3c602ffed23.min.js A src/plone/staticresources/static/bundle-plone/chunks/66500.dced8aa8c3c602ffed23.min.js.map A src/plone/staticresources/static/bundle-plone/chunks/77941.e2647e3f07b5a3f9ceef.min.js A src/plone/staticresources/static/bundle-plone/chunks/77941.e2647e3f07b5a3f9ceef.min.js.map M package.json M src/plone/staticresources/static/bundle-plone/bundle.min.js M src/plone/staticresources/static/bundle-plone/bundle.min.js.map M src/plone/staticresources/static/bundle-plone/remote.min.js M src/plone/staticresources/static/bundle-plone/remote.min.js.map M yarn.lock D src/plone/staticresources/static/bundle-plone/chunks/58133.911a2aa8c71fef135659.min.js D src/plone/staticresources/static/bundle-plone/chunks/58133.911a2aa8c71fef135659.min.js.map D src/plone/staticresources/static/bundle-plone/chunks/66500.0ccd41767d3a79c8e15d.min.js D src/plone/staticresources/static/bundle-plone/chunks/66500.0ccd41767d3a79c8e15d.min.js.map D src/plone/staticresources/static/bundle-plone/chunks/77941.7ec452ef6a3f982fe891.min.js D src/plone/staticresources/static/bundle-plone/chunks/77941.7ec452ef6a3f982fe891.min.js.map
First of a step by step trial how far we may update our ZTK stack in the current setup.
Also experimental usage of plone/plone.versioncheck#25