Comparing stefanor:main...systemd:main · stefanor/python-systemd · GitHub
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: stefanor/python-systemd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: systemd/python-systemd
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
  • 11 files changed
  • 3 contributors

Commits on Apr 30, 2026

  1. Update Debian install instructions

    Systemd has had a single -dev binary package since ~2014, so these have
    not worked for a long time.
    
    Noted in systemd#138 (but not the main thrust of the issue)
    stefanor authored and behrmann committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    ce7c18d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. NEWS: prepare changes for v236

    behrmann authored and keszybz committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    9fedf95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a6c86 View commit details
    Browse the repository at this point in the history
  3. pyutil: silence a warning caused by Python.h

    There is no great solution. Python.h expects to be included first and to be
    allowed to pollute the define namespace. We don't want to do that, because in
    other places we want to include sd-messages.h early, and also we want to use a
    higher standard than the obsolete version that Python.h declares.
    Unfortunately, there is no nice solution to this problem. So call #undef
    enough times to silence warnings and after including the header, define the
    standard for our code to a recent version.
    keszybz committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    e528de6 View commit details
    Browse the repository at this point in the history
  4. meson: silence warning about unused parameters

    It seems some gcc versions enable it by default, so we get a lot
    of warnings.
    keszybz authored and behrmann committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    5f95087 View commit details
    Browse the repository at this point in the history
  5. id128: update constants for systemd-261

    keszybz authored and behrmann committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    4982d8d View commit details
    Browse the repository at this point in the history
  6. Merge pull request systemd#172 from keszybz/silence-warning

    Silence warnings
    behrmann authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    3a7daca View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. Makefile: update upload target

    This might now work because pypi changes its rules, but at
    least update to modern names of the commands for now.
    keszybz committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    66a5c19 View commit details
    Browse the repository at this point in the history
  2. pyproject: declare the license file

    This helps to get it installed.
    keszybz committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    e9bf5e5 View commit details
    Browse the repository at this point in the history
  3. pyproject: add support for Python 3.14

    keszybz authored and behrmann committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    6c08dd4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request systemd#175 from keszybz/python3.14-and-license-file

    Clean up Makefile and add license file declaration
    behrmann authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    61c8014 View commit details
    Browse the repository at this point in the history
Loading