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

Publish new release with relaxed requirements #89

Open
schribl opened this issue Jun 10, 2024 · 4 comments
Open

Publish new release with relaxed requirements #89

schribl opened this issue Jun 10, 2024 · 4 comments

Comments

@schribl
Copy link

schribl commented Jun 10, 2024

Sorry for adding this as an issue, but I did not find a better way of asking this question:

Are there any plans for releasing a new version to PyPI with the relaxed version dependencies? The last release still locked the dependencies to specific versions (according to the commit for 2.7 support: https://github.com/williballenthin/python-evtx/blob/v0.7.4/setup.py#L24)

I think it would be good to have a release with relaxed requirements and possibly even revisited depending on the current 2.7 support from this project. As now 2.7 was end of life over 4 years ago. This would avoid potential for unresolvable dependencies in case some other project does require newer versions of this dependencies. As well as some dependency managers might even fall back to version 0.6.1 without this requirements: https://github.com/williballenthin/python-evtx/blob/v0.6.1/setup.py#L24

In case there is anything I can do to support this process I am happy to support this.

@williballenthin
Copy link
Owner

Note that the version specifiers that you linked to are >=, not <=, so that they can "float upwards" and accept newer versions of those packages.

How would you suggest changing them? I'd be happy to accept a PR if you have specific suggestions.

I agree we should probably remove Python 2.7 support.

@williballenthin
Copy link
Owner

I removed Python 2.7 support in 4e2d3d4

@schribl
Copy link
Author

schribl commented Jul 22, 2024

Sorry @williballenthin for not seeing your replies. The main point was that the last official release was still having the == dependency constraint. So with your new version you addressed this, however the version is not uploaded to PyPI:
https://pypi.org/project/python-evtx/#files

If there is anything I can support, let me know!

@schribl
Copy link
Author

schribl commented Oct 22, 2024

@williballenthin sorry to ping you again, but the 0.8.0 version is not yet available on PyPI. Can I somehow support so this can be updated on PyPI?

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

2 participants