Task #5900
closedRelease shows as "beta" on PyPI
100%
Description
From an email by bmbouter to pulp-dev list today:
"The pulpcore and pulp_file packages on PyPI are showing as pre-release because of the classifiers we are using.
If your plugin is GA, you probably want a change like this one: https://github.com/pulp/pulpcore/pull/459
It uses classifiers from here: https://pypi.org/classifiers/
Thanks to @Zhenech for pointing how the fix for this and @dkliban for identifying the problem."
Related issues
Updated by CodeHeeler almost 5 years ago
- Status changed from NEW to POST
Updated by rchan almost 5 years ago
I suggest keeping the title similar to the other issues - IOW describe the impact or problem rather than the solution. This might also help with traceability.
Added by CodeHeeler almost 5 years ago
Updated by CodeHeeler almost 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 5dfcc956e138191667685a5b0013fe4055c69492.
Updated by CodeHeeler almost 5 years ago
- Subject changed from Update classifiers in setup.py to mark GA release as production/stable to Release shows as "beta" on PyPI
Added by CodeHeeler almost 5 years ago
Revision fe4ca2fb | View on GitHub
Update classifiers in setup.py
Mark GA release as production/stable in setup.py classifiers.
fixes #5900 https://pulp.plan.io/issues/5900
(cherry picked from commit 5dfcc956e138191667685a5b0013fe4055c69492)
Updated by dkliban@redhat.com almost 5 years ago
- Description updated (diff)
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by daviddavis over 4 years ago
- Related to Issue #7299: HTML in our json schema added
Update classifiers in setup.py
Mark GA release as production/stable in setup.py classifiers.
fixes #5900 https://pulp.plan.io/issues/5900