From ff66994488b9c94291efa0abb64c3cdce2e82cc842ebfeebb17518f7b2b31b22 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 24 Jan 2012 14:31:14 +0000 Subject: [PATCH 1/4] Accepting request 101351 from Virtualization:Cloud:OpenStack:Diablo - fix Obsoletes OBS-URL: https://build.opensuse.org/request/show/101351 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gflags?expand=0&rev=5 --- python-python-gflags.changes | 5 +++++ python-python-gflags.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-python-gflags.changes b/python-python-gflags.changes index 1249249..5a02c0b 100644 --- a/python-python-gflags.changes +++ b/python-python-gflags.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 24 13:47:18 UTC 2012 - bwiedemann@suse.com + +- fix Obsoletes + ------------------------------------------------------------------- Thu Dec 8 13:53:17 UTC 2011 - idonmez@suse.com diff --git a/python-python-gflags.spec b/python-python-gflags.spec index 9ee4d95..7869598 100644 --- a/python-python-gflags.spec +++ b/python-python-gflags.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-gflags # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,10 +11,12 @@ # 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 Release: 0 @@ -28,7 +30,7 @@ BuildRequires: python-devel BuildRequires: python-distribute Provides: python-gflags = %{version} # Change to < after 1.6 release -Obsoletes: python-gflags <= %{version} +Obsoletes: python-gflags < %{version} %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110 From 81e9e70db8d1a7d0bced0913dc427449324b48c2d43872317a0f0a31a23c6e7e Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 24 Jan 2012 14:36:07 +0000 Subject: [PATCH 2/4] remove unneeded todo OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gflags?expand=0&rev=6 --- python-python-gflags.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-python-gflags.spec b/python-python-gflags.spec index 7869598..e84e6eb 100644 --- a/python-python-gflags.spec +++ b/python-python-gflags.spec @@ -29,7 +29,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute Provides: python-gflags = %{version} -# Change to < after 1.6 release Obsoletes: python-gflags < %{version} %if 0%{?suse_version} %py_requires From 4bcbe45d07b1059f6107ce5818e5536bf8f17ebcd230f610884c8734b8be090b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 26 Jun 2012 09:59:22 +0000 Subject: [PATCH 3/4] Accepting request 126143 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/126143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gflags?expand=0&rev=7 --- python-python-gflags.changes | 5 ----- python-python-gflags.spec | 9 ++++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/python-python-gflags.changes b/python-python-gflags.changes index 5a02c0b..1249249 100644 --- a/python-python-gflags.changes +++ b/python-python-gflags.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Jan 24 13:47:18 UTC 2012 - bwiedemann@suse.com - -- fix Obsoletes - ------------------------------------------------------------------- Thu Dec 8 13:53:17 UTC 2011 - idonmez@suse.com diff --git a/python-python-gflags.spec b/python-python-gflags.spec index e84e6eb..9ee4d95 100644 --- a/python-python-gflags.spec +++ b/python-python-gflags.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-gflags # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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,10 @@ # 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 Release: 0 @@ -29,7 +27,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute Provides: python-gflags = %{version} -Obsoletes: python-gflags < %{version} +# Change to < after 1.6 release +Obsoletes: python-gflags <= %{version} %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110 From 4c5932adbead91a9ac9df4eb08d727271be7e31fc255b2cc69a0d3517e10c301 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 12 Aug 2013 08:26:14 +0000 Subject: [PATCH 4/4] 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 --- python-gflags-1.6.tar.gz | 3 --- python-gflags-2.0.tar.gz | 3 +++ python-python-gflags.changes | 13 +++++++++++++ python-python-gflags.spec | 7 ++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 python-gflags-1.6.tar.gz create mode 100644 python-gflags-2.0.tar.gz diff --git a/python-gflags-1.6.tar.gz b/python-gflags-1.6.tar.gz deleted file mode 100644 index ea40744..0000000 --- a/python-gflags-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea7c3ca51ae8de89ca5fe81f0d15f52ad23457fa7c9304cb5e7e44796b072628 -size 62406 diff --git a/python-gflags-2.0.tar.gz b/python-gflags-2.0.tar.gz new file mode 100644 index 0000000..8159b23 --- /dev/null +++ b/python-gflags-2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dff6360423f3ec08cbe3bfaf37b339461a54a21d13be0dd5d9c9999ce531078 +size 65094 diff --git a/python-python-gflags.changes b/python-python-gflags.changes index 1249249..06f7a59 100644 --- a/python-python-gflags.changes +++ b/python-python-gflags.changes @@ -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 diff --git a/python-python-gflags.spec b/python-python-gflags.spec index 9ee4d95..522a134 100644 --- a/python-python-gflags.spec +++ b/python-python-gflags.spec @@ -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