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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9130d6f49a21dc44f56da89d5e8409807e93d28c194c23e27777f3c8cceef81
|
||||
size 219456
|
||||
BIN
abseil-py-1.4.0.tar.gz
LFS
Normal file
BIN
abseil-py-1.4.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-abseil
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-abseil
|
||||
Version: 1.2.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Abseil Python Common Libraries
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user