14
0

Accepting request 635253 from devel:languages:python

- update to 3.1.2:
  * New API names for compatibility with abseil-py.

OBS-URL: https://build.opensuse.org/request/show/635253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gflags?expand=0&rev=11
This commit is contained in:
2018-09-18 09:40:34 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aaff6449ca74320c709052e4664a52337832b2338f4a4267088564f3e98f6c63
size 52633

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40ae131e899ef68e9e14aa53ca063839c34f6a168afe622217b5b875492a1ee2
size 52093

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 12 06:08:15 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- update to 3.1.2:
* New API names for compatibility with abseil-py.
-------------------------------------------------------------------
Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-gflags
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-gflags
Version: 3.1.1
Version: 3.1.2
Release: 0
Url: http://code.google.com/p/python-gflags
Summary: Google Commandline Flags Module
@@ -73,7 +73,8 @@ mv %{buildroot}%{_bindir}/gflags2man.py %{buildroot}%{_bindir}/gflags2man
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%license COPYING
%doc AUTHORS ChangeLog README.md
%python_alternative %{_bindir}/gflags2man
%{python_sitelib}/*