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: OSInside/kiwi-stackbuild-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix_packaging
Choose a base ref
...
head repository: OSInside/kiwi-stackbuild-plugin
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.
  • 11 commits
  • 18 files changed
  • 2 contributors

Commits on Nov 15, 2024

  1. setup.py: Drop unused dependency on "mock"

    This is only used for tests, which is handled elsewhere.
    Conan-Kudo committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1ce52f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from Conan-Kudo/nomock-for-inst

    setup.py: Drop unused dependency on "mock"
    Conan-Kudo authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    61892ac View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Replace usage of mock with standard library version

    We have no need for the rolling backport, as our needs are very simple.
    Conan-Kudo committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    32769a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from Conan-Kudo/drop-mock-dep

    Replace usage of mock with standard library version
    schaefi authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    126c79b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Move to poetry

    schaefi committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    d3a1892 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from OSInside/move_to_poetry

    Move to poetry
    Conan-Kudo authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    21e8607 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. Use older version of poetry for sdist

    Newer versions forces epoch 0 which is not nice
    schaefi committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    9339fca View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. distutils.sysconfig is deprecated

    Move to sysconfig
    schaefi committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    de4b376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28aff4b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    2f062b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    36716c1 View commit details
    Browse the repository at this point in the history
Loading