Hello community,

here is the log from the commit of package python-zc_buildout for 
openSUSE:Factory checked in at 2013-10-01 08:34:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zc_buildout (Old)
 and      /work/SRC/openSUSE:Factory/.python-zc_buildout.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zc_buildout"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zc_buildout/python-zc_buildout.changes    
2013-04-02 12:54:28.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc_buildout.new/python-zc_buildout.changes   
    2013-10-01 08:34:16.000000000 +0200
@@ -1,0 +2,28 @@
+Sun Sep 29 13:37:33 UTC 2013 - [email protected]
+
+- Update to version 2.2.1
+  + distutils scripts: correct order of operations on from ... import
+    lines (see https://github.com/buildout/buildout/issues/134).
+  + Add an --allow-site-packges option to bootstrap.py, defaulting to False.
+    If the value is false, strip any "site packages" (as defined by the
+    site module) from sys.path before attempting to import setuptools / 
pkg_resources.
+  + Updated the URL used to fetch ez_setup.py to the official,
+    non-version- pinned version.
+- Changes between version 2.2.0 and 2.1.0
+  + Handle both addition and subtraction of elements (+= and -=) on
+    the same key in the same section. Forward-ported from buildout 1.6.
+  + Suppress the useless Link to <URL> ***BLOCKED*** by --allow-hosts error
+    message being emitted by distribute / setuptools.
+  + Extend distutils script generation to support module docstrings and
+   _future__ imports.
+  + Refactored picked versions logic to make it easier to use for plugins.
+  + Use get_win_launcher API to find Windows launcher (falling back to resource
+   _string for cli.exe).
+  + Remove data_files from setup.py: it was installing README.txt in current
+    directory during installation (merged from 1.x branch).
+  + Switch dependency from distribute 0.6.x to setuptools 0.7.x.
+- Use download url as source url
+- Replace python-distribute with python-setuptools BuildRequires
+- Add documentation from tarball
+
+-------------------------------------------------------------------

Old:
----
  zc.buildout-2.1.0.tar.bz2

New:
----
  zc.buildout-2.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-zc_buildout.spec ++++++
--- /var/tmp/diff_new_pack.2BAZIZ/_old  2013-10-01 08:34:17.000000000 +0200
+++ /var/tmp/diff_new_pack.2BAZIZ/_new  2013-10-01 08:34:17.000000000 +0200
@@ -15,26 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:           python-zc_buildout
-Version:        2.1.0
+Version:        2.2.1
 Release:        0
 Url:            http://pypi.python.org/pypi/zc.buildout
 Summary:        System for managing development buildouts
 License:        ZPL-2.1
 Group:          Development/Languages/Python
-Source:         zc.buildout-%{version}.tar.bz2
+Source:         
https://pypi.python.org/packages/source/z/zc.buildout/zc.buildout-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+BuildRequires:  python-setuptools
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
 
 %description
 System for managing development buildouts.
@@ -50,9 +46,8 @@
 
 %files
 %defattr(-,root,root,-)
+%doc README.rst CHANGES.rst COPYRIGHT.txt DEVELOPERS.txt LICENSE.txt
 %{python_sitelib}/*
 %{_bindir}/buildout
-%exclude %{_prefix}/README.rst
-%doc README.rst
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to