forked from pool/python-python-gflags
Accepting request 186608 from home:rjschwei:branches:devel:languages:python
- update to version 2.0 * Don't raise DuplicateFlag when re-importing a module (mmcdonald) * Changed the 'official' python-gflags email in setup.py/etc * Changed copyright text to reflect Google's relinquished ownership * Prepare gflags for python 3.x, keeping 2.4 compatibility (twouters) * If output is a tty, use terminal's width to wrap help-text (wiesmann) * PORTING: Fix ImportError for non-Unix platforms (kdeus) * PORTING: Run correctly when termios isn't available (shines) * Add unicode support to flags (csilvers) OBS-URL: https://build.opensuse.org/request/show/186608 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gflags?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
4bcbe45d07
commit
4c5932adbe
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea7c3ca51ae8de89ca5fe81f0d15f52ad23457fa7c9304cb5e7e44796b072628
|
||||
size 62406
|
3
python-gflags-2.0.tar.gz
Normal file
3
python-gflags-2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dff6360423f3ec08cbe3bfaf37b339461a54a21d13be0dd5d9c9999ce531078
|
||||
size 65094
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 15:35:26 UTC 2013 - rschweikert@suse.com
|
||||
|
||||
- update to version 2.0
|
||||
* Don't raise DuplicateFlag when re-importing a module (mmcdonald)
|
||||
* Changed the 'official' python-gflags email in setup.py/etc
|
||||
* Changed copyright text to reflect Google's relinquished ownership
|
||||
* Prepare gflags for python 3.x, keeping 2.4 compatibility (twouters)
|
||||
* If output is a tty, use terminal's width to wrap help-text (wiesmann)
|
||||
* PORTING: Fix ImportError for non-Unix platforms (kdeus)
|
||||
* PORTING: Run correctly when termios isn't available (shines)
|
||||
* Add unicode support to flags (csilvers)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 13:53:17 UTC 2011 - idonmez@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-gflags
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -11,12 +11,13 @@
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Name: python-python-gflags
|
||||
Version: 1.6
|
||||
Version: 2.0
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/python-gflags
|
||||
Summary: Google Commandline Flags Module
|
||||
|
Reference in New Issue
Block a user