Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: package-url/packageurl-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: package-url/packageurl-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 10 commits
  • 7 files changed
  • 4 contributors

Commits on Oct 22, 2024

  1. Upgrade virtualenv.pyz to latest version

    Signed-off-by: tdruez <tdruez@nexb.com>
    tdruez committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    16bd3a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix: qualifiers type annotation (#172)

    * fix: qualifiers type annotation
    
    * fix: miscellaneous type annotation issues
    * style: remove quotes from forward references
    * refactor: add AnyStr type alias
    * revert: required argument check
    
    Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
    jhoward-lm authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8ea155e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. style: pipe operator for union type hints (#173)

    Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
    jhoward-lm authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6f38e3e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. feat: fix parsing of names and namespaces with colons

    This attempts to comply with the specification.
    
    Closes #152
    (I think)
    
    See discussion at #152
    
    Signed-off-by: Joshua Kugler <tek30584@adobe.com>
    jkugler committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    bfab489 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Ran make valid

    Change a bunch of things I never touched, but ok... :)
    
    Signed-off-by: Joshua Kugler <tek30584@adobe.com>
    jkugler committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    714acd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Fixed a couple tests to use is instead of equals

    Signed-off-by: Joshua Kugler <tek30584@adobe.com>
    jkugler committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    1c3baf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Merge pull request #178 from jkugler/jkugler/properly_handle_colons_i…

    …n_name_and_namespace
    
    feat: fix parsing of names and namespaces with colons
    pombredanne authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    abe3806 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Remove invalid line in Makefile

    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed May 28, 2025
    Configuration menu
    Copy the full SHA
    c7064fd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Bump version to 0.17.0

    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    5aa6daf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from package-url/pre-0.17.0

    Prepare release 0.17.0
    pombredanne authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    48b22b5 View commit details
    Browse the repository at this point in the history
Loading