From 610382e301c06debd321f958854b577ff7e25e591d54aa964c1e77e4a58addc5 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 4 Mar 2018 09:43:32 +0000 Subject: [PATCH 1/2] Accepting request 582339 from home:jengelh:branches:devel:languages:python - Update descriptions. OBS-URL: https://build.opensuse.org/request/show/582339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lexicon?expand=0&rev=2 --- python-lexicon.changes | 5 +++++ python-lexicon.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-lexicon.changes b/python-lexicon.changes index cb6021a..a43d6b4 100644 --- a/python-lexicon.changes +++ b/python-lexicon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 4 09:23:34 UTC 2018 - jengelh@inai.de + +- Update descriptions. + ------------------------------------------------------------------- Sat Mar 3 10:38:55 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-lexicon.spec b/python-lexicon.spec index 1209a83..22ad0a6 100644 --- a/python-lexicon.spec +++ b/python-lexicon.spec @@ -13,22 +13,23 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lexicon Version: 1.0.0 Release: 0 +Summary: Python dict subclass(es) with aliasing and attribute access License: BSD-2-Clause -Summary: Powerful dict subclass(es) with aliasing & attribute access -Url: https://github.com/bitprophet/lexicon Group: Development/Languages/Python +Url: https://github.com/bitprophet/lexicon Source: https://files.pythonhosted.org/packages/source/l/lexicon/lexicon-%{version}.tar.gz # PATCH-FIX-UPSTREAM: add_test_init.patch # fix execution of tests Patch0: https://github.com/bitprophet/lexicon/pull/10.patch#/add_test_init.patch -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION tests BuildRequires: %{python_module six} BuildRequires: %{python_module spec} @@ -40,10 +41,10 @@ BuildArch: noarch %python_subpackages %description -Lexicon is a simple collection of dict subclasses: +Lexicon is a collection of dict subclasses: * AliasDict, a dictionary supporting both simple and complex key aliasing -* AttributeDict, supporting attribute read & write access +* AttributeDict, supporting attribute read and write access * Lexicon, a subclass of both of the above which exhibits both sets of behavior %prep From 11cde531ddc6e65b87e8895a7c80318d82a27ffd0f144492eba61932a4652142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 23 Apr 2018 13:16:38 +0000 Subject: [PATCH 2/2] - Conflict with python-dns-lexicon that provides same namespace OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lexicon?expand=0&rev=4 --- python-lexicon.changes | 5 +++++ python-lexicon.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-lexicon.changes b/python-lexicon.changes index a43d6b4..e3d3ac1 100644 --- a/python-lexicon.changes +++ b/python-lexicon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 23 13:16:19 UTC 2018 - tchvatal@suse.com + +- Conflict with python-dns-lexicon that provides same namespace + ------------------------------------------------------------------- Sun Mar 4 09:23:34 UTC 2018 - jengelh@inai.de diff --git a/python-lexicon.spec b/python-lexicon.spec index 22ad0a6..c276dd1 100644 --- a/python-lexicon.spec +++ b/python-lexicon.spec @@ -23,21 +23,22 @@ Release: 0 Summary: Python dict subclass(es) with aliasing and attribute access License: BSD-2-Clause Group: Development/Languages/Python -Url: https://github.com/bitprophet/lexicon +URL: https://github.com/bitprophet/lexicon Source: https://files.pythonhosted.org/packages/source/l/lexicon/lexicon-%{version}.tar.gz # PATCH-FIX-UPSTREAM: add_test_init.patch # fix execution of tests Patch0: https://github.com/bitprophet/lexicon/pull/10.patch#/add_test_init.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-six +# Completely different pkg but same namespece in sitelib folder +Conflicts: python-dns-lexicon +BuildArch: noarch # SECTION tests BuildRequires: %{python_module six} BuildRequires: %{python_module spec} # /SECTION tests -BuildRequires: fdupes -Requires: python-six -BuildArch: noarch - %python_subpackages %description