forked from pool/python-abseil
Accepting request 1003775 from home:pgajdos:python
- 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
OBS-URL: https://build.opensuse.org/request/show/1003775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-abseil?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7c51b2a0aa6357a9cbb2d9437e8cd787200531867dc02565218930b6a32166e
|
||||
size 223739
|
||||
3
abseil-py-1.2.0.tar.gz
Normal file
3
abseil-py-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9130d6f49a21dc44f56da89d5e8409807e93d28c194c23e27777f3c8cceef81
|
||||
size 219456
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user