14
0
forked from pool/python-click

Commit Graph

  • a9aedef41a Revert to 8.2.1, version 8.2.2 was yanked because Unintended change in behavior of boolean options and None https://pypi.org/project/click/8.2.2/ (and if I read osc log I would know dgarcia did this already) main Matej Cepl 2025-08-09 07:10:28 +00:00
  • cf928ff2b3 Accepting request 1298502 from devel:languages:python Matej Cepl 2025-08-09 07:08:18 +00:00
  • 2e57123d7f - Update to 8.2.2: - Fix reconciliation of default, flag_value and type parameters for flag options, as well as parsing and normalization of environment variables. #2952 #2956 - Fix typing issue in BadParameter and MissingParameter exceptions for the parameter param_hint that did not allow for a sequence of string where the underlying functino _join_param_hints allows for it. #2777 #2990 - Use the value of Enum choices to render their default value in help screen. #2911 #3004 - Fix completion for the Z shell (zsh) for completion items containing colons. #2703 #2846 - Don't include envvar in error hint when not configured. #2971 #2972 - Fix a rare race in click.testing.StreamMixer's finalization that manifested as a ValueError on close in a multi-threaded test session. #2993 #2991 Matej Cepl 2025-08-08 19:05:29 +00:00
  • 6a97cf7226 Accepting request 1298127 from devel:languages:python Daniel Garcia 2025-08-07 11:42:35 +00:00
  • 14cdb619da Accepting request 1297475 from home:nkrapp:branches:devel:languages:python Matej Cepl 2025-08-05 18:43:12 +00:00
  • b5d80ba23f Accepting request 1291320 from home:hsk17:branches:devel:languages:python Markéta Machová 2025-07-09 08:31:43 +00:00
  • b91e29f19d - Update to 8.2.1: * Fix flag value handling for flag options with a provided type. #2894 #2897 * Fix shell completion for nested groups. #2906 * Flush sys.stderr at the end of CliRunner.invoke. #2682 * Fix EOF handling for stdin input in CliRunner. #2787 - Update URL. Steve Kowalik 2025-05-21 07:16:56 +00:00
  • 2167b5b588 Accepting request 1276957 from home:sebix:branches:devel:languages:python Markéta Machová 2025-05-13 06:23:34 +00:00
  • a6ffe2387a Accepting request 1276563 from home:sebix:branches:devel:languages:python Matej Cepl 2025-05-12 06:35:29 +00:00
  • d42c5a370f Accepting request 1244737 from devel:languages:python Markéta Machová 2025-02-10 12:08:16 +00:00
  • 5cb755798f Accepting request 1243308 from home:mcalabkova:branches:devel:languages:python Dirk Mueller 2025-02-05 15:41:13 +00:00
  • 0edfa43350 Accepting request 1236118 from home:glaubitz:branches:devel:languages:python Nico Krapp 2025-01-09 10:00:31 +00:00
  • c00a0b7141 - update to 8.1.7: * Fix issue with regex flags in shell completion. * Bash version detection issues a warning instead of an error. * Fix issue with completion script for Fish shell. - Update to version 4.1 Dirk Mueller 2023-09-07 10:59:41 +00:00
  • 555d91a213 Accepting request 1101850 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2023-08-01 20:02:49 +00:00
  • 5155385e9a Accepting request 1085122 from home:mcalabkova:branches:devel:languages:python Dirk Mueller 2023-05-05 14:21:21 +00:00
  • 68d0c66698 Accepting request 1081364 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 15:11:59 +00:00
  • f91a825490 - Remove not needed requirement python-setuptools Daniel Garcia 2023-03-24 12:48:46 +00:00
  • 324486d8a6 Accepting request 980898 from home:apersaud:branches:devel:languages:python Matej Cepl 2022-06-05 16:39:42 +00:00
  • f950effb5d - update to 8.0.4: * `open_file recognizes Path("-") as a standard stream, the same as the string "-". :issue:2106 * The option and argument decorators preserve the type annotation of the decorated function. :pr:2155 * A callable default value can customize its help text by overriding __str__ instead of always showing (dynamic). :issue:2099 * Fix a typo in the Bash completion script that affected file and directory completion. If this script was generated by a previous version, it should be regenerated. :issue:2163 * Fix typing for echo and secho` file argument. Dirk Mueller 2022-03-27 11:03:10 +00:00
  • 3fc27ed0ee - update to 8.0.3: * Fix issue with `Path(resolve_path=True) type creating invalid paths. :issue:2088 * Importing readline does not cause the confirm() prompt to disappear when pressing backspace. :issue:2092 * Any default values injected by invoke() are cast to the corresponding parameter's type. :issue:2089, 2090 * is_bool_flag is not set to True if is_flag is False. * Bash version detection is locale independent. :issue:1940 * Empty default value is not shown for multiple=True. * Fix shell completion for arguments that start with a forward slash such as absolute file paths. :issue:1929 * Path type with resolve_path=True resolves relative symlinks to be relative to the containing directory. :issue:1921 * Completion does not skip Python's resource cleanup when exiting, avoiding some unexpected warning output. :issue:1738, 2017 * Fix type annotation for type argument in prompt function. * Fix overline and italic styles, which were incorrectly added when adding underline. :pr:2058 * An option with count=True will not show "[x>=0]" in help text. * Default values are not cast to the parameter type twice during processing. * Options with multiple and flag_value` use the flag value instead of leaving an internal placeholder. Dirk Mueller 2021-10-16 21:20:06 +00:00
  • 9ceb7e3883 Accepting request 915000 from home:jayvdb:branches:devel:languages:python:flask Matej Cepl 2021-08-30 12:56:07 +00:00
  • 7dbfbb6629 Accepting request 900890 from home:stroeder:python Matej Cepl 2021-06-21 08:06:03 +00:00
  • 6f6a8dd35d Accepting request 828333 from home:jayvdb:branches:devel:languages:python Tomáš Chvátal 2020-08-21 08:30:32 +00:00
  • c6c4936c46 - update to 7.1.2: Revert applying shell quoting to commands for `echo_with_pager and edit. This was intended to allows spaces in commands, but caused issues if the string was actually a command and arguments, or on Windows. Instead, the string must be quoted manually as it should appear on the command line. :issue:1514` Dirk Mueller 2020-06-03 11:15:50 +00:00
  • ed746d4ad7 Accepting request 790129 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-03-31 12:18:24 +00:00
  • c7c2aa7e7f I won't fight stupid Group war Matej Cepl 2019-10-17 21:04:48 +00:00
  • b3a1d72dcb - Replace %fdupes -s with plain %fdupes; hardlinks are better. Matej Cepl 2019-10-14 11:43:58 +00:00
  • b21ea12766 - Drop patch merged upstream python-click-test_compat.py.patch Tomáš Chvátal 2019-01-01 15:23:08 +00:00
  • 744634020b Accepting request 661486 from home:marec2000:branches:devel:languages:python Tomáš Chvátal 2019-01-01 15:11:51 +00:00
  • e2b71d0d49 Accepting request 654129 from home:jengelh:branches:devel:languages:python Todd R 2018-12-05 19:24:11 +00:00
  • 0bb34007b3 Clean up the SPEC file Matej Cepl 2018-12-04 17:11:14 +00:00
  • 2ad5fc8576 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:19:44 +00:00
  • 03662a698b Accepting request 523520 from home:thomas-schraitle:branches:devel:languages:python Jan Matejek 2017-09-12 15:24:43 +00:00
  • d5eff54bea Accepting request 485696 from devel:languages:python:singlespec Jan Matejek 2017-04-04 15:51:51 +00:00
  • 82403748ad Accepting request 482018 from home:alois:branches:devel:languages:python Thomas Bechtold 2017-03-22 17:38:25 +00:00
  • ac173ab706 Accepting request 479999 from home:stroeder:branches:devel:languages:python Jan Matejek 2017-03-16 14:21:44 +00:00
  • 19155af042 - Include in SLE 12 (FATE#320818, bsc#979331) Robert Schweikert 2016-11-17 13:50:15 +00:00
  • f34fd813fb Accepting request 428026 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-09-15 23:50:22 +00:00
  • b080bc6482 Accepting request 347562 from devel:languages:python Dominique Leuenberger 2015-12-09 18:51:32 +00:00
  • db32ba6582 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=4 Denisart Benjamin 2015-12-03 14:03:21 +00:00
  • f680404e60 Accepting request 347311 from home:Ronis_BR Denisart Benjamin 2015-12-03 14:00:12 +00:00
  • ddc42361cb Accepting request 317491 from home:alois:branches:devel:languages:python Dirk Mueller 2015-07-20 06:51:59 +00:00
  • 80992bf03a Accepting request 247420 from home:lowks Todd R 2014-09-03 15:58:51 +00:00