Plone 5.2rc1 soft-released

That's fixed.

With https://dist.plone.org/release/5.2rc1-pending/versions.cfg I get the new versions. Under http://dist.plone.org/release/5.2rc1-pending/versions.cfg (without ssl) I still get the old versions.

Please add the following version-bumps:

plone.recipe.zope2instance = 6.1.3
mr.developer = 2.0.0

plone.app.locales 5.1.13 released!

please also add Products.PrintingMailHost = 1.1.2

@vincentfretin can you resync the po files please? There are new messages that are not present on the po files (like the URL management control panel).

Added

  • plone.app.locales 5.1.13
  • plone.recipe.zope2instance 6.1.3
  • Products.PrintingMailHost 1.1.2
  • mr.developer 2.0.0

I released plone.restapi 3.7.1 under Python 3: https://pypi.org/project/plone.restapi/3.7.1/#id1

1 Like

I updated buildout.coredev with the new release: https://github.com/plone/buildout.coredev/pull/574

I confirm that plone.restapi 3.7.1 works correctly on Python 3 now without pulling Archetypes stuff in with the test extra.

Thanks!

I've added plone.restapi 3.7.1 to the release.

The release looks good. I still have issues with dying processes on ./bin/instacne start on my Mac and we're looking into that (I'll create a ticket when I know more).

The versions on http are now the same as on https :+1:

Also: The starzel-buildout now supports Plone 5.2rc1: https://github.com/starzel/buildout/tree/5.2rc1

I don't suppose there's a release of the Docker container we could use for testing... is there?

Not yet.

imho 5.2rc1 looks good. Can we move it out of pending?

Unless we want to include the update to Zope 4.0b10 from https://github.com/plone/buildout.coredev/pull/575 as well...

http://dist.plone.org/release/5.2-pending/versions.cfg should include barceloneta 2.1.2 and a new release of plone.staticresources

Work got in the way for a few days.

5.2rc1-pending has been updated with the latest plone.staticresources, plonetheme.barceloneta, and Zope 4.0b10.

If someone can give me a quick sanity check, I'll drop the pending flag.

I get an error on Python 3.6/3.7 after I tried to upgrade plone.restapi to 5.2rc2-pending:

Got Zope2 2.13.27.
Getting distribution for 'mailinglogger==3.8.0'.
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/setuptools/sandbox.py", line 154, in save_modules
    yield saved
  File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/setuptools/sandbox.py", line 195, in setup_context
    yield
  File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/setuptools/sandbox.py", line 250, in run_setup
    _execfile(setup_script, ns)
  File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/setuptools/sandbox.py", line 45, in _execfile
    exec(code, globals, locals)
  File "/tmp/easy_install-bj0z5m_6/mailinglogger-3.8.0/setup.py", line 14, in <module>
    
NameError: name 'file' is not defined

Details: https://travis-ci.org/plone/plone.restapi/jobs/505581558

With Python 2.7, it works. Will investigate further...

Somehow dist cfg files for 5.2rc1 are pointing to 5.1.5

1 Like