1
0
forked from pool/python-abseil

Accepting request 1003844 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1003844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-abseil?expand=0&rev=10
This commit is contained in:
2022-09-15 20:59:57 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 7 deletions
+13
View File
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 15 10:14:55 UTC 2022 - pgajdos@suse.com
- version update to 1.2.0
## 1.2.0 (2022-07-18)
* Fixed a crash in Python 3.11 when `TempFileCleanup.SUCCESS` is used.
## 1.1.0 (2022-06-01)
* `Flag` instances now raise an error if used in a bool context. This prevents
the occasional mistake of testing an instance for truthiness rather than
testing `flag.value`.
* `absl-py` no longer depends on `six`.
- do not require python-six
-------------------------------------------------------------------
Thu Dec 9 14:06:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
+2 -4
View File
@@ -1,7 +1,7 @@
#
# spec file for package python-abseil
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-abseil
Version: 1.0.0
Version: 1.2.0
Release: 0
Summary: Abseil Python Common Libraries
License: Apache-2.0
URL: https://github.com/abseil/abseil-py
Source0: https://github.com/abseil/abseil-py/archive/v%{version}.tar.gz#/abseil-py-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Provides: python-absl-py = %{version}
Obsoletes: python-absl-py < %{version}
BuildArch: noarch
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.