4teamwork / ftw.solr

Solr integration for Plone
5 stars 5 forks source link

Update / rebase python3 compatibility from @buchi #187

Closed maethu closed 1 year ago

maethu commented 2 years ago

@buchi @tisto

I took Buchi's branch rebased and updated some tests

Local build and test was only possible via venv and some version pinnings -> Also see Readme:

    python3 -m venv .
    ./bin/pip install -r requirements.txt
    ./bin/buildout -c test-plone-5.2.x-py37.cfg
    ./bin/test

Test are passing on jenkins though.

@tisto I'll continue on a python 3.9 + plone 6 setup using the latest cookiecutter addon template (no buildout, but makefile based)

@buchi any chance this gets merged any time soon?

Further Infos:

maethu commented 2 years ago

maybe @njohner ?

njohner commented 2 years ago

@maethu I've discussed with buchi and he said he will look at it. IMO it does not make sense that I do, as there are already 2 developers involved...

lukasgraf commented 1 year ago

Superseded by https://github.com/4teamwork/ftw.solr/pull/195