tox-dev / pipdeptree

A command line utility to display dependency tree of the installed Python packages

Home Page:https://pypi.python.org/pypi/pipdeptree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release missing versions in Conda Forge

dlqqq opened this issue · comments

The feedstock is quite outdated; the latest Conda Forge (CF) release is 2.9.1, whereas the latest PyPI release is 2.13.0.

Feedstock URL: https://github.com/conda-forge/pipdeptree-feedstock

As far as I know, the tooling currently only allows for one release to be performed at a time. To release all of the missing versions on CF, you have to merge a PR for 2.9.2, wait for CI to pass on main, then repeat that for 2.9.3, etc.

If this is too cumbersome for you, then perhaps I can help by 1) researching a way to perform multiple CF releases in parallel, and 2) serving as a maintainer on the feedstock. Let me know what you think is best.

Another option is to just "skip" all of the unreleased versions and jump straight to 2.13.0. However, I don't particularly agree with the idea of different versions being on different registries. That could be a very confusing experience for users who may jump between both PyPI and CF regularly (like me).

I'm not a feedstock maintainer. This issue should exist over there