From 9d42affef4171c44db6d6697e8485d7cc7fdca30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:33:44 +0000 Subject: [PATCH 1/2] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [setuptools-scm](https://github.com/pypa/setuptools-scm) and [setuptools](https://github.com/pypa/setuptools). Updates `setuptools-scm` from 9.2.2 to 10.0.5 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v9.2.2...setuptools-scm-v10.0.5) Updates `setuptools` from 82.0.0 to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.0...v82.0.1) Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.13 to 0.15.15 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.13...v0.15.15) Updates `https://github.com/rvben/rumdl-pre-commit` from v0.1.87 to 0.2.3 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.87...v0.2.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: setuptools-scm dependency-version: 10.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.15 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.3 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 759ddc3..8dcf235 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: subject-path: "dist/*.whl" - name: Upload artefacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist-wheels path: ./dist/*.whl @@ -107,7 +107,7 @@ jobs: subject-path: "dist/*.tar.gz" - name: Upload artefacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist-sdist path: ./dist/*.tar.gz @@ -136,7 +136,7 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: dist-wheels path: wheelhouse diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9abae93..24d9ee5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.15 hooks: - id: ruff-check args: [--fix] - id: ruff-format - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.87 + rev: v0.2.3 hooks: - id: rumdl - repo: https://github.com/zizmorcore/zizmor-pre-commit diff --git a/pyproject.toml b/pyproject.toml index 0b73074..f826b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ - "setuptools==82.0.0", - "setuptools_scm==9.2.2", + "setuptools==82.0.1", + "setuptools_scm==10.0.5", ] build-backend = "setuptools.build_meta" From 786e452317959a74f0f515524e45662d7a447f5d Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 5 Jun 2026 14:35:24 +0800 Subject: [PATCH 2/2] Fixed changelog markup. --- CHANGELOG.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07019cd..c9c0e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,7 @@ ## 2.0.0 (In development) -* The shim now writes to Apple's unified logging system (`os_log`) instead - of the deprecated `NSLog` API. Output written to `stdout` and `stderr` - appears in Console.app and `log stream` as before, but is now tagged with - the `OS_LOG_TYPE_DEFAULT` and `OS_LOG_TYPE_ERROR` levels respectively, - so the two streams can be filtered separately. -* The `STD_NSLOG_SUBSYSTEM` and `STD_NSLOG_CATEGORY` environment variables - can be used to associate log output with a specific subsystem and category - for `log` predicate filtering. If unset, `OS_LOG_DEFAULT` is used, - preserving the legacy behavior. -* The package now ships a native extension module (`_oslog_shim`) and is - therefore distributed as platform-specific wheels for macOS and iOS rather - than a pure-Python wheel. +* The shim now writes to Apple's unified logging system (`os_log`) instead of the deprecated `NSLog` API. Output written to `stdout` and `stderr` appears in Console.app and `log stream` as before, but is now tagged with the `OS_LOG_TYPE_DEFAULT` and `OS_LOG_TYPE_ERROR` levels respectively, so the two streams can be filtered separately. * The `encoding` attribute on the writer is now `"utf-8"` (previously `"utf-16-le"` / `"utf-16-be"`), reflecting the underlying API. ## 1.0.3 (November 25 2022)