Project

General

Profile

Feature #33650

Add filename attribute to python packages

Added by Ryan Verdile over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

Description

Add filename attribute to python packages and generic content units to differentiate between python packages in the content browsing UI.

Currently, the only fields the user has to identify python packages are "name" and "version". There can be several python packages with the same name and version, making it impossible to differentiate between these packages.

For example, when syncing from pypi with "numpy==1.21.1" to be included, both of these packages will be synced:

numpy-1.21.2-cp38-cp38-macosx_10_9_x86_64.whl
numpy-1.21.2-cp38-cp38-macosx_11_0_arm64.whl

These have the same name and version (numpy and 1.21.1), even the same python version and package type (3.8 and bdist_wheel), but are for different architectures.

Associated revisions

Revision 04197518 (diff)
Added by Ryan Verdile over 1 year ago

Fixes #33650 - Add filename attribute to generic content units (#9702)

History

#1 Updated by The Foreman Bot over 1 year ago

  • Assignee set to Ryan Verdile
  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/9702 added

#2 Updated by Andrew Dewar over 1 year ago

  • Triaged changed from No to Yes
  • Target version set to Katello 4.3.0

#3 Updated by The Foreman Bot over 1 year ago

  • Fixed in Releases Katello 4.3.0 added

#4 Updated by Ryan Verdile over 1 year ago

  • Status changed from Ready For Testing to Closed

Also available in: Atom PDF