-
Notifications
You must be signed in to change notification settings - Fork 19
Missing package version #27
Comments
@jwhonce |
@jwhonce @rhatdan I want to switch an existing application to podman for several reasons, and part of that is a flask-app that would then have to talk to podman instead of docker. Since I need podman>=1.3, the existing package on pypi is not an option. |
I'm willing to cut a version at any time. |
@jwhonce could you cut the initial version. |
@athos-ribeiro pypi deployments are currently stucked, we plan to releases
FYI the pypa team have reintroduce some checks on package deployment and especially I think the main idea behind the test reintroduced by the pypa team is to block deployment of projects releases where the syntaxe description is wrong and where parsers can't generate a proper description for projects pages, so they choose to block deployments to force users to fix syntaxe issue on project side instead of generate description page in a raw format, they changes make sense and can help to obtain a more proper pypi/warehouse. We need to specify the format that we use by using In a second time we have another issue always with description format where on CI So for the moment we looking for understand why things fails with the help of some pypa guys. I hope these informations can be useful for you. |
Thanks for the thorough description, @4383 PS: the pypi stuck deployments URL is pointing to this issue |
Oh thanks @athos-ribeiro , I wanted to speak about this one => #37 |
@rhatdan @jwhonce now that #37 is merged can we try to push a new Just one thing, take care to don't prefix the tag name with the letter v please, like Anyway it's not an issue for
After that if everything works well we can deploy a real version related to the libpod version to close this issue. |
How do we set the version, when I install what is in master I see. |
@rhatdan you don't have to set the version. The version is managed by using The version that you see is an oldest code introduced before I will publish a merge request to remove this outdated code. I hope my explaination as clear, don't hesitate to ask if needed. |
Ok, thanks. |
Now that the package is no longer under the libpod repository, should it be versioned independently?
If so, one should have in mind that the last release on pypi was 0.11.1.1 (it would also be nice to Tag this repository in the revision that originated the pypi release).
This issue may also be related to #25
The text was updated successfully, but these errors were encountered: