Hello community,
here is the log from the commit of package python-logilab-common for
openSUSE:Factory checked in at 2017-09-05 15:16:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logilab-common (Old)
and /work/SRC/openSUSE:Factory/.python-logilab-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-logilab-common"
Tue Sep 5 15:16:19 2017 rev:5 rq:520559 version:1.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-logilab-common/python-logilab-common.changes
2015-09-30 05:50:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-logilab-common.new/python-logilab-common.changes
2017-09-05 15:16:20.931718152 +0200
@@ -1,0 +2,14 @@
+Sat Sep 2 08:48:45 UTC 2017 - [email protected]
+
+- Trim non-description and outdated parts about python2.2
+ from description.
+
+-------------------------------------------------------------------
+Thu Aug 31 07:16:52 UTC 2017 - [email protected]
+
+- Update to 1.4.1
+ * pytest: executable deprecated and renamed as logilab-pytest to prevent
+ conflict with pytest provided by http://pytest.org/
+- singlespec autoconversion
+
+-------------------------------------------------------------------
Old:
----
logilab-common-1.0.2.tar.gz
New:
----
logilab-common-1.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-logilab-common.spec ++++++
--- /var/tmp/diff_new_pack.jYwqQ5/_old 2017-09-05 15:16:22.587485411 +0200
+++ /var/tmp/diff_new_pack.jYwqQ5/_new 2017-09-05 15:16:22.591484849 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-logilab-common
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,23 +16,20 @@
#
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-logilab-common
-Version: 1.0.2
+Version: 1.4.1
Release: 0
-Url: http://www.logilab.org/projects/common/
Summary: Python lowlevel functionality shared by logilab projects
License: LGPL-2.1+
Group: Development/Languages/Python
-Source:
https://pypi.python.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: python-devel
-BuildRequires: python-setuptools
-%if 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
-%{py_requires}
-%else
+Url: http://www.logilab.org/projects/common/
+Source:
https://files.pythonhosted.org/packages/source/l/logilab-common/logilab-common-%{version}.tar.gz
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
BuildArch: noarch
-%endif
+%python_subpackages
%description
The package logilab.common contains several modules providing low level
@@ -43,26 +40,19 @@
Please note that some of the modules have some extra dependencies. For
instance, logilab.common.db will require a db-api 2.0 compliant
-database driver. Command line parsing modules require optik to be
-installed, if you're using python2.1 or 2.2.
-
-Please send any comment, patch or question to the python-projects
-mailing-list. Before asking a question, please first search the
-archives in case it would have already been answered. You may want to
-use google and add "site:lists.logilab.org" to your keywords to narrow
-your search. We will soon provide our own search engine.
+database driver.
%prep
-%setup -n logilab-common-%{version}
+%setup -q -n logilab-common-%{version}
%build
-python setup.py build
+%python_build
%install
-python setup.py install --prefix=%{_prefix} --root="%{buildroot}"
-rm -rf %{buildroot}{%{_bindir}/pytest,%{python_sitelib}/logilab/common/test} #
Don't install tests
+%python_install
+rm -f %{buildroot}%{_bindir}/logilab-pytest
-%files
+%files %{python_files}
%defattr(-,root,root)
%doc ChangeLog COPYING COPYING.LESSER README
%{python_sitelib}/*
++++++ logilab-common-1.0.2.tar.gz -> logilab-common-1.4.1.tar.gz ++++++
++++ 3258 lines of diff (skipped)