Hello community, here is the log from the commit of package python-lexicon for openSUSE:Factory checked in at 2018-04-24 15:33:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lexicon (Old) and /work/SRC/openSUSE:Factory/.python-lexicon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lexicon" Tue Apr 24 15:33:45 2018 rev:2 rq:600066 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lexicon/python-lexicon.changes 2018-03-05 13:44:26.937632035 +0100 +++ /work/SRC/openSUSE:Factory/.python-lexicon.new/python-lexicon.changes 2018-04-24 15:33:45.624852384 +0200 @@ -1,0 +2,10 @@ +Mon Apr 23 13:16:19 UTC 2018 - [email protected] + +- Conflict with python-dns-lexicon that provides same namespace + +------------------------------------------------------------------- +Sun Mar 4 09:23:34 UTC 2018 - [email protected] + +- Update descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lexicon.spec ++++++ --- /var/tmp/diff_new_pack.61n69u/_old 2018-04-24 15:33:46.536819389 +0200 +++ /var/tmp/diff_new_pack.61n69u/_new 2018-04-24 15:33:46.540819245 +0200 @@ -13,37 +13,39 @@ # 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: 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 -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
