Hello community,
here is the log from the commit of package python-logilab-common for
openSUSE:Factory
checked in at Thu Sep 22 10:48:40 CEST 2011.
--------
--- python-logilab-common/python-logilab-common.changes 2011-04-11
21:53:13.000000000 +0200
+++
/mounts/work_src_done/STABLE/python-logilab-common/python-logilab-common.changes
2011-09-21 12:41:37.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Sep 21 10:37:07 UTC 2011 - [email protected]
+
+- Update to version 0.56.2:
+ * daemon: call initgroups/setgid before setuid (closes #74173)
+ * decorators: @monkeypatch should produce a method object (closes #73920)
+ * modutils: allow overriding of _getobj by suppressing mangling
+- Changes from version 0.56.1:
+ * clcommands: #72450 --rc-file option doesn't work
+- Changes from version 0.56.0:
+ * clcommands: make registration possible by class decoration
+ * date: new datetime/delta <-> seconds/days conversion function
+ * decorators: refactored @cached to allow usages such as
+ @cached(cacheattr='_cachename') while keeping bw compat
+- Spec file cleanup:
+ * Set license to GPL-2.0+ (SPDX style)
+ * Removed outdated stuff (%clean section, norootforbuild, authors, ...)
+ * Packaged COPYING and COPYING.LESSER
+ * Don't package testsuite
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
logilab-common-0.55.2.tar.bz2
New:
----
logilab-common-0.56.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-logilab-common.spec ++++++
--- /var/tmp/diff_new_pack.h4N3Kl/_old 2011-09-22 10:48:37.000000000 +0200
+++ /var/tmp/diff_new_pack.h4N3Kl/_new 2011-09-22 10:48:37.000000000 +0200
@@ -15,25 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: python-logilab-common
+Version: 0.56.2
+Release: 0
+Url: http://www.logilab.org/projects/common/
Summary: Python lowlevel functionality shared by logilab projects
-Version: 0.55.2
-Release: 1
-BuildRequires: python-devel
-Source: logilab-common-%{version}.tar.bz2
-License: GPLv2+
+License: GPL-2.0+
Group: Development/Languages/Python
-Url: http://www.logilab.org/projects/common/
+Source: logilab-common-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-%if %suse_version <= 1110
-%define python_sitelib %py_sitedir
-%else
+BuildRequires: python-devel
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
+%endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
The package logilab.common contains several modules providing low level
@@ -53,12 +53,6 @@
use google and add "site:lists.logilab.org" to your keywords to narrow
your search. We will soon provide our own search engine.
-
-
-Authors:
---------
- [email protected]
-
%prep
%setup -n logilab-common-%{version}
@@ -66,23 +60,12 @@
python setup.py build
%install
-python setup.py install --prefix=%{_prefix} --record-rpm=INSTALLED_FILES \
- --root="$RPM_BUILD_ROOT"
-
-# these files contain expected errors, hence compilation fails,
-# remove them from installed file list, too
-sed -i '/.*common\/test\/data\/.*\.pyc/d' INSTALLED_FILES
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+python setup.py install --prefix=%{_prefix} --root="%{buildroot}"
+rm -rf %{buildroot}{%{_bindir}/pytest,%{python_sitelib}/logilab/common/test} #
Don't install tests
-%files -f INSTALLED_FILES
+%files
%defattr(-,root,root)
-%doc ChangeLog README
-# %doc ureports
-# %doc test
-# FIXME: Why are these not part of INSTALLED_FILES ?
-%{python_sitelib}/logilab/__init__.py
-%{python_sitelib}/logilab/common/test/data/*
+%doc ChangeLog COPYING COPYING.LESSER README
+%{python_sitelib}/*
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]