1
0
forked from pool/python-abseil

Accepting request 1088978 from system:homeautomation:home-assistant:unstable

- version update to 1.4.0
  New
    (testing) Added @flagsaver.as_parsed: this allows saving/restoring flags
    using string values as if parsed from the command line and will also reflect
    other flag states after command line parsing, e.g. .present is set.
  Changed
    (logging) If no log dir is specified logging.find_log_dir() now falls back
    to tempfile.gettempdir() instead of /tmp/.
  Fixed
    (flags) Additional kwargs (e.g. short_name=) to DEFINE_multi_enum_class
    are now correctly passed to the underlying Flag object.

OBS-URL: https://build.opensuse.org/request/show/1088978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-abseil?expand=0&rev=22
This commit is contained in:
2023-05-25 11:12:10 +00:00
committed by Git OBS Bridge
parent 2cd35a121a
commit b3b0e78044
4 changed files with 20 additions and 5 deletions
+15
View File
@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu May 25 07:35:04 UTC 2023 - Adrian Schröter <adrian@suse.de>
- version update to 1.4.0
New
(testing) Added @flagsaver.as_parsed: this allows saving/restoring flags
using string values as if parsed from the command line and will also reflect
other flag states after command line parsing, e.g. .present is set.
Changed
(logging) If no log dir is specified logging.find_log_dir() now falls back
to tempfile.gettempdir() instead of /tmp/.
Fixed
(flags) Additional kwargs (e.g. short_name=) to DEFINE_multi_enum_class
are now correctly passed to the underlying Flag object.
-------------------------------------------------------------------
Thu Sep 15 10:14:55 UTC 2022 - pgajdos@suse.com