Package Details: python-deepmerge 2.1.0-1

Git Clone URL: https://aur.archlinux.org/python-deepmerge.git (read-only, click to copy)
Package Base: python-deepmerge
Description: A deep merging tool for Python core data structures
Upstream URL: https://github.com/toumorokoshi/deepmerge
Licenses: MIT
Submitter: dvzrv
Maintainer: taotieren
Last Packager: taotieren
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-17 07:49 (UTC)
Last Updated: 2026-06-22 06:01 (UTC)

Latest Comments

bintoss commented on 2026-07-03 00:29 (UTC)

This package's check() is failing because python-test requires python-click >= 8.4.1. The extra/python-click was last updated to 8.3.3-1 on 2026-04-21 and flagged out-of-date on 2026-05-17.

You may want to switch from pip/pipx to uv/uvx for running tests in virtual environments with dependencies isolated from the system. This would allow check() to complete, but you'd the implicit compatibility checks that come with running tests with the system environment and dependencies.