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: ua-parser/uap-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: ua-parser/uap-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 28, 2024

  1. Link readme to the default / stable documentation not latest

    It doesn't seem like you can deep link into the default? Not entirely
    clear, I'll probably have to read up on rtfd redirections but that's
    probably fine for now.
    masklinn committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    3bd09b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Add hook to do postN releases

    Turns out I did a booboo which was predictable, and if we want to
    track the versioning of uap-core we can't just start diverging.
    
    post-releases provide a path forwards, but was not initially
    predicted. Special case the existing stable releases in the script,
    might do something smarter eventually if necessary but...
    masklinn committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    e5bbe5a View commit details
    Browse the repository at this point in the history
  2. Remove dependency from ua-parser-builtins

    It's not super useful, and apparently it causes issues for some tools / workflows (TBF I was surprised pip was fine with it).
    
    Fixes #246
    masklinn committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    ca65e02 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Specify the PyPy version to target in tox

    This helps ensure that PyPy 3.10 is actually getting tested locally.
    kurtmckee authored and masklinn committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    e5a1348 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Add zizmor to CI

    - Can't switch release actions to trusted publishing, see #224.
    - Remove git credentials persistence everywhere.
    - Fix "unsafe" template expansion in release-builtins. It should not
      be accessible to any untrusted third party as it's only on
      `workflow_dispatch` and `schedule`, but it can't hurt.
    
    Fixes #249
    masklinn committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    9f170aa View commit details
    Browse the repository at this point in the history
Loading