-
Notifications
You must be signed in to change notification settings - Fork 134
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
Discussion: PyPI name transfer #86
Comments
I'm super happy to transfer the name to an active maintainer, ideally a group of people (@jazzband ?) that have a long-term interest in supporting this. Also happy to help with the transition. |
Right now we've got three collaborators on this GitHub project: myself, @ekohl and @anthrotype we can add some more depending on interest/motivation, for example: @florisla has been helping out quite a bit, thanks! So far it's been working pretty well (AFAICT) the way it is, but I'm open to discussion. What's the process look like for transferring/combining the projects again? |
Hi! I'm new to this project but I would like to share some of my thoughts on the subject.
For PyPI, @peritus would need to make your PyPI user an owner of the bumpversion project. Probably it doesn't make sense to release all interim versions that happened on bump2version project to the bumpversion project. Rather, you would probably want to release version 0.6.0 or something to signify the start of a new era. For GitHub, it probably makes more sense to continue on the original repository, i.e. https://github.com/peritus/bumpversion, since it has more stars, issues and pull requests.
The git part should be fairly straightforward. You would just fast forward the changes here to the original project's Afterwards, you would probably want to transfer any open issues & pull requests in this repo to the original repo. There are not so many at the moment (24 open issues, 7 open pull requests), so this wouldn't be a big issue. |
re: New release - I would suggest that any updates to the bumpversion package distributed through pypi have a new minor point release at a minimum as @tjanez suggests, so users could version lock themselves lower if needed. The annotated tag change here #1 can be problematic for users if their CI/CD tools are not expecting annotated tags to suddenly appear. For example, CircleCI workflows did not support annotated tags historically [1]. Making the annotated tag feature capable of being disabled via a setting in .bumpversion.cfg could allow users to experiment with newer versions and ensure that existing workflows function properly prior to going all in on that change. [1] Their documentation for workflows now notes support for annotated tags. |
As one of the co-maintainers I'd be happy to centralize all our efforts in the original package. The only reason we chose an alternative name is peritus/bumpversion#169 (comment). The Fedora @tjanez laid out a good part of the steps. @vEpiphyte tools unable to handle annotated tags sounds weird to me since unannotated tags usually need special handling rather than annotated tags. There is already an option |
I’ve just added @c4urself as a collaborator on https://github.com/peritus/bumpversion and hope I can make him an admin once the invitation is accepted, so he can then do all the things needed with regards to pushing to master, accepting PRs, settings, inviting further collaborators he trusts. Now I need to figure out how to do something similar on PyPI ... 🤔 |
Browse to https://pypi.org/manage/project/bumpversion/collaboration/ and add |
Done. ✅ |
Regarding release, you should consider continued release to both PyPI projects (so that users of the soon-to-be old |
I see this project is no longer considered a fork of the original. Is that intentional or a Github oddness? |
@c4urself Can you confirm you have control of I'd recommend to make a GitHub organization and transfer this repository to there. If maintainership would change in the future, it's easier to change that through an organization. This fork's issue queue is shorter than the original's and I'd rather have a clean queue and a correct release history than a lot of stars. |
FYI: I just added a small section to the top of the README describing the current status of the project, directing people using bumpversion to the fork as well as to this very discussion peritus/bumpversion@cc3c8cf. |
@c4urself You said "Right now we've got three collaborators on this GitHub project (...) So far it's been working pretty well (AFAICT) the way it is" I think we should improve the cycle time a bit for both issues and merge requests. Some merge requests go months without even a reply, which is not motivating for the contributors. Let's start with resolving this issue to start with ;-) I can help out maintaining issues; can you give me permissions to set labels on them? |
Now we're getting slightly off topic, but I'd be happy to give @florisla full collaborator status given his past contributions and involvement. |
I have access to the PyPI We have two things to contend with:
For 1: For 2: If I don't hear disapproval for my suggestion to push an empty project to the original repo, I'll proceed with that in a week or two. For now, I'm going to follow @florisla's suggestion and get back to ticket triage and moving the project forward. |
Any progress on this? Just to know if I continue my |
RIP the plaster off please. :) |
@c4urself Why bother with name changes and name contentions? Just rebase your repo into github.com/peritus/bumpversion, and upload a new releases into pypi 'bumpversion' |
A "week or two" is apparently a few months instead 🦊. I've just pushed an empty shell dist to the old project: https://pypi.org/project/bumpversion/0.6.0/ which simple adds bump2version as a requirement and installs the latest. (see PR here: peritus/bumpversion#210) @danielbraun89 -- to answer your question, not doing a rebase because we'd like to keep this project for discussion/tickets etc (see part 2 of answer above) |
I would suggest to also update the README since the following is no longer the case:
|
It could be created an organization, it would be easy to manage maintainers. |
bumpversion still states:
Is that really still on the table? I had the impression that bump2version is just the new thing and bumpversion is (and likely will be) inactive. |
@MartinThoma that's correct, we've just been taking things slowly / conservatively... |
@c4urself You have less interest in maintaining bump2version, correct? That would be a good argument to transfer the repo to a GitHub organization. |
Summary: Changelog available [here](https://github.com/c4urself/bump2version/blob/f3d0035176452f990f57c44339d344065f11f21c/CHANGELOG.md) Packaging notes: - Switched to `bump2version`, an interim fork of the excellent project that can be found here: https://github.com/peritus/bumpversion. In the future, both projects will re-merge with backwards compatibility as a goal (see [here](c4urself/bump2version#86)). - Switch to python 3 Signed-off-by: Pierre-Yves <[email protected]> Test Plan: `bumpversion --current-version 1.0.1 major setup.py` Reviewers: #triage_team, DataDrake Reviewed By: #triage_team, DataDrake Subscribers: DataDrake Differential Revision: https://dev.getsol.us/D8219
Hi @c4urself, and other maintainers!
Just perusing the PEPs today, and thought about this project while reading PEP-0541 (especially the section on continued maintenance of an abandoned project).
And hey, it's been years since @peritus updated the original project, and I'm assuming they've been completely unreachable ever since, have you considered attempting to get the PyPI maintainers to transfer the project to you?
After all, the original PyPI package still has at least 10 times as many downloads monthly (and at least 2 times when excluding Python 2 users) (according to pypistats.org), so getting the PyPI project would also mean that the people currently using it could receive improvements/patches.
Just some food for thought, and in general, thanks for maintaining the fork! 👍
The text was updated successfully, but these errors were encountered: