-
Notifications
You must be signed in to change notification settings - Fork 67
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
smmap 5.0.0 support #76
Comments
Sorry for the hassle. It looks like pypi already has 5.0, but due to me not having pushed the changes these were not present here. Now |
Oh, we are in Also it's strange that a major version bump is able to break anything, as it currently is not used by anybody. The requirements here say Maybe you can help shed some light on what happens there. |
@Byron This is my point. Requirements of gitdb is locking smmap version as |
I am happy to do that! This also means the bug was introduced in the arch package manager which seems to pair incompatible crates while not trying to rebuild all dependencies with the new version, potentially causing widespread breakage, not only with GitPython. v4.0.8 was released, avoiding to major bump this one to avoid similar issues to arise on arch. By now I feel there is no way to do it right. I am closing this issue as new version constraints were set to include smmap 5.0, and also drop support for py3.4 and 3.5 to match smmap. |
Is it possible to bump the
smmap
version to5.0.0
?It is the current version in ArchLinux repository and this is breaking packages depending on
gitdb
likegit-up
.I tried to bump the
smmap
version. Tests passed withsmmap-5.0.0
on ArchLinux.The text was updated successfully, but these errors were encountered: