Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-click-8.3.1-3.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-click Distribution: openSUSE:Factory:zSystems
Version: 8.3.1 Vendor: openSUSE
Release: 3.1 Build date: Wed Feb 4 11:40:58 2026
Group: Unspecified Build host: reproducible
Size: 1183050 Source RPM: python-click-8.3.1-3.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pallets/click
Summary: A wrapper around optparse for command line utilities
Click is a Python package for creating command line interfaces
in a composable way with as little code as necessary.  It's the "Command
Line Interface Creation Kit". It is configurable, and comes with
defaults out of the box.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Feb 04 2026 Daniel Garcia <daniel.garcia@suse.com>
  - Add pythons_for_pypi macro
* Thu Jan 29 2026 Daniel Garcia <daniel.garcia@suse.com>
  - Run tests in a subpackage, this allows to exclude build in different
    distributions
* Mon Nov 17 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 8.3.1
    * Don’t discard pager arguments by correctly using subprocess.Popen.
    * Replace Sentinel.UNSET default values by None as they’re passed
      through the Context.invoke() method.
    * Fix conversion of Sentinel.UNSET happening too early, which caused
      incorrec