Skip to content

Conversation

WuShell
Copy link

@WuShell WuShell commented Apr 8, 2021

zope.component 5.0 (latest release) removed IObjectEvent and some other deprecated interfaces, more info here: zopefoundation/zope.component#59

This little change ensures repoze.folder keeps working with recent zope.component releases.

(and those deprecated interfaces have been in the zope.interface package for a while anyway)

Regards.

…nent.interfaces,

as zope.component 5.0 (latest release) removed IObjectEvent and some other
deprecated interfaces.
@WuShell
Copy link
Author

WuShell commented Apr 8, 2021

It seems the checks on TravisCI failed because it is not able to run the given python interpreters:

ERROR: InterpreterNotFound: python3.4

Tests passed correctly locally here with python 3.7, 3.8 and 3.9, code worked fine in a testing deploy of a bigger pyramid app using it (also 3.7, 3.8 and 3.9).

This lets us install this directly from the repo with a link in setup.py,
in packages that depend on repoze.folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant