Hello community, here is the log from the commit of package python-ordered-namespace for openSUSE:Factory checked in at 2018-06-02 11:57:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ordered-namespace (Old) and /work/SRC/openSUSE:Factory/.python-ordered-namespace.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ordered-namespace" Sat Jun 2 11:57:39 2018 rev:1 rq:606180 version:2017.11.25 Changes: -------- New Changes file: --- /dev/null 2018-05-30 11:41:29.140556178 +0200 +++ /work/SRC/openSUSE:Factory/.python-ordered-namespace.new/python-ordered-namespace.changes 2018-06-02 11:57:39.331880920 +0200 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Apr 28 13:50:29 UTC 2018 - toddrme2...@gmail.com + +- Initial version New: ---- ordered_namespace-2017.11.25.tar.gz python-ordered-namespace.changes python-ordered-namespace.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ordered-namespace.spec ++++++ # # spec file for package python-ordered-namespace # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # 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/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ordered-namespace Version: 2017.11.25 Release: 0 Summary: Python namespace class License: MIT Group: Development/Languages/Python Url: https://github.com/who8mylunch/OrderedNamespace Source: https://files.pythonhosted.org/packages/source/o/ordered-namespace/ordered_namespace-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description An easy-to-use Python namespace class derived from OrderedDict, including tab-completion %prep %setup -q -n ordered_namespace-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.md %{python_sitelib}/* %changelog