You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@armijnhemel The PackageURL class is actually generated from a namedtuple and since namedtuple objects are immutable, you cannot modified their values once initialized.
@pombredanne what's your though on refactoring PackageURL from a namedtuple to a proper class?
In any case, in the short term, it would make sense to implement evolve_purl on the PackageURL class as suggested in #82.
What about a simple update() method, instead of the evolve_purl() name?
Is it possible to set attributes (such as
version
) in a packageurl object?The text was updated successfully, but these errors were encountered: