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: secondlife/python-llbase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: secondlife/python-llbase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 49 files changed
  • 3 contributors

Commits on Nov 23, 2022

  1. Update package build methods for 2022

    Bennett Goble committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8557e42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from secondlife/signal/gh

    Update package build methods for 2022
    Signal Linden authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ce01a58 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Signal Linden authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f48e5ba View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    bc0e578 View commit details
    Browse the repository at this point in the history
  2. Only upload coverage once

    Upload coverage once to avoid codecov confusing matrix run coverage results.
    Signal Linden committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    04b1e97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from secondlife/signal/single-cov-upload

    Only upload coverage once
    Signal Linden authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    62985c0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into fasttree

    Signal Linden authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c4ea325 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge pull request #2 from secondlife/fasttree

    Reinstate llbase.fastest_elementtree (proxy for module in llsd)
    nat-goodspeed authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    05ad144 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Add PyPI trusted publication

    Publish llbase with PyPI's new [trusted publisher](https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/) functionality rather than an access token.
    Signal Linden authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f4439c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from secondlife/signal/trusted

    Add PyPI trusted publication
    Signal Linden authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9a557a2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Switch PyPI action param case to kebab

    Fixes deprecation warning about repository_url.
    Signal Linden authored May 4, 2023
    Configuration menu
    Copy the full SHA
    12d8ec1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    9efce55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f97fa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f4d79 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Bump updated GitHub Actions (#7)

    * Bump codecov/codecov-action from 3 to 5
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Try building on runners that are still available [dependabot skip]
    
    * Bump actions/setup-python from 5 to 6 (#12)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump actions/checkout from 4 to 6 (#15)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump actions/upload-artifact from 4 to 6 (#16)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump actions/download-artifact from 4 to 7 (#17)
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    80842de View commit details
    Browse the repository at this point in the history
Loading