15
0

Accepting request 1295955 from home:glaubitz:branches:devel:languages:python

- Update to 0.14.2
  * Use hatch (#205)
  * style: fmt
  * fix: fix for lint
  * chore: refine github actions (#206)
  * Typing (#207)
  * Create AGENTS.md for jules (#210)
  * Refactor: Migrate to src layout (#211)
  * feat: Add English docstrings to public APIs (#212)
  * Update AGENTS.md
  * Add docstrings to public APIs in dictknife.loading
    and submodules (#213)
  * fix: fix type, loading module
  * chore: bump version
- Drop support-python-310.patch, fixed upstream
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1295955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dictknife?expand=0&rev=15
This commit is contained in:
2025-07-31 15:37:46 +00:00
committed by Git OBS Bridge
parent 1f853f7e79
commit 8bbbf1b33f
5 changed files with 25 additions and 38 deletions

View File

@@ -18,15 +18,15 @@
%{?sle15_python_module_pythons}
Name: python-dictknife
Version: 0.14.1
Version: 0.14.2
Release: 0
Summary: Army knife of handling data
License: MIT
URL: https://github.com/podhmo/dictknife
Source: https://github.com/podhmo/dictknife/archive/%{version}.tar.gz#/dictknife-%{version}.tar.gz
Patch0: support-python-310.patch
BuildRequires: %{python_module google-api-python-client}
BuildRequires: %{python_module google-auth-oauthlib}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module jsonpatch}
BuildRequires: %{python_module magicalimport}
BuildRequires: %{python_module pip}