Skip to content
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

PyPi not up to date #46

Open
marcelloDC opened this issue May 10, 2023 · 5 comments
Open

PyPi not up to date #46

marcelloDC opened this issue May 10, 2023 · 5 comments

Comments

@marcelloDC
Copy link

marcelloDC commented May 10, 2023

The latest version on Pypi is 0.8.1 and does not contain the fix for issue #43.

@malthe
Copy link
Owner

malthe commented May 22, 2023

Should be available now in https://pypi.org/project/MacFSEvents/0.8.2/ – apologies for the 5-year delay in getting a release out of this.

@malthe malthe closed this as completed May 22, 2023
@de1acr0ix
Copy link

de1acr0ix commented May 23, 2023

Should be available now in https://pypi.org/project/MacFSEvents/0.8.2/ – apologies for the 5-year delay in getting a release out of this.

The new version 0.8.2 on PyPI does not contain CHANGES.rst, which is required by setup.py.

long_description = "\n\n".join((read('README.rst'), read('CHANGES.rst'))),

@malthe
Copy link
Owner

malthe commented May 23, 2023

Should we fixed now in version 0.8.3.

Thanks!

@de1acr0ix
Copy link

Should we fixed now in version 0.8.3.

Thanks!

Not sure if I shall open a new issue. But it seems now compat.h is missing (it was missing in 0.8.2 as well)...

@malthe
Copy link
Owner

malthe commented May 23, 2023

Fixed in 0.8.4.

There are some test failures which I don't quite understand. The file masks returned sometimes come out as 0 rather than FS_ITEMCREATED + FS_ITEMREMOVED + FS_ITEMISFILE.

Not sure why this is.

@malthe malthe reopened this May 23, 2023
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

No branches or pull requests

3 participants