commit python-distribute for openSUSE:Factory
Hello community, here is the log from the commit of package python-distribute for openSUSE:Factory checked in at 2013-06-29 14:33:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distribute (Old) and /work/SRC/openSUSE:Factory/.python-distribute.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-distribute" Changes: -------- --- /work/SRC/openSUSE:Factory/python-distribute/python-distribute.changes 2013-06-19 17:01:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-distribute.new/python-distribute.changes 2013-06-29 14:33:02.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Jun 25 08:51:21 UTC 2013 - speilicke@suse.com + +- Only provide/obsolete setuptools up to version 0.6.45. Distribute merged + into setuptools-0.7.x. Thus, setuptools will raised from the grave and + obsolete this package instead + +------------------------------------------------------------------- @@ -5 +12 @@ - * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well, + * Issue #379: distribute_setup.py now traps VersionConflict as well, @@ -7 +14 @@ - * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to + * distribute_setup.py has been updated to allow Setuptools 0.7 to @@ -14,2 +21,2 @@ - the private method `_zip_directory_cache`. - * Added a new function ``easy_install.get_win_launcher`` which may be used by + the private method _zip_directory_cache. + * Added a new function easy_install.get_win_launcher which may be used by @@ -30,2 +37,2 @@ - in `this Microsoft article - <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>`_. + in this Microsoft article + <http://technet.microsoft.com/en-us/library/cc709628%28WS.10%29.aspx>_. @@ -63 +70 @@ - * Issue #336: `setup.py` no longer masks failure exit code when tests fail. + * Issue #336: setup.py no longer masks failure exit code when tests fail. @@ -71 +78 @@ - * Issue #335: Backed out `setup_requires` superceding installed requirements + * Issue #335: Backed out setup_requires superceding installed requirements @@ -90 +97 @@ - * Issue #323: Allow `setup_requires` requirements to supercede installed + * Issue #323: Allow setup_requires requirements to supercede installed @@ -112 +119 @@ - * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx` + * If Sphinx is installed, the upload_docs command now runs build_sphinx @@ -114 +121 @@ - * Issue #326: `upload_docs` provided mangled auth credentials under Python 3. + * Issue #326: upload_docs provided mangled auth credentials under Python 3. @@ -131,2 +138,2 @@ - * Issue #218: Improved documentation on behavior of `package_data` and - `include_package_data`. Files indicated by `package_data` are now included + * Issue #218: Improved documentation on behavior of package_data and + include_package_data. Files indicated by package_data are now included @@ -134 +141 @@ - * `distribute_setup.py` now allows a `--download-base` argument for retrieving + * distribute_setup.py now allows a --download-base argument for retrieving ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distribute.spec ++++++ --- /var/tmp/diff_new_pack.CzDQko/_old 2013-06-29 14:33:02.000000000 +0200 +++ /var/tmp/diff_new_pack.CzDQko/_new 2013-06-29 14:33:02.000000000 +0200 @@ -16,25 +16,22 @@ # -%define modname distribute -%define mod2nam setuptools -Name: python-%{modname} +Name: python-distribute Version: 0.6.45 Release: 0 Url: http://packages.python.org/distribute Summary: Easily download, build, install, upgrade, and uninstall Python packages License: Python-2.0 or ZPL-2.0 Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/d/%{modname}/%{modname}-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/d/distribute/distribute-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -Provides: python-setuptools = %{version} -Obsoletes: python-setuptools < %{version} +Provides: python-setuptools = 0.6.45 +Obsoletes: python-setuptools < 0.6.45 %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 -%py_requires %endif %description @@ -44,17 +41,17 @@ with Python module distributions. %prep -%setup -q -n %{modname}-%{version} -rm -f %{modname}.egg-info/*.orig -chmod -x {.,docs}/*.txt # Fix executable bits for documentation +%setup -q -n distribute-%{version} +#rm -f distribute.egg-info/*.orig +#chmod -x {.,docs}/*.txt # Fix executable bits for documentation %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -rm -rf %{buildroot}%{python_sitelib}/%{mod2nam}/tests # Don't install tests -rm -rf %{buildroot}%{python_sitelib}/%{mod2nam}/*.exe # Remove unneeded files +#rm -rf %{buildroot}%{python_sitelib}/setuptools/tests # Don't install tests +#rm -rf %{buildroot}%{python_sitelib}/setuptools/*.exe # Remove unneeded files ## tests don't work without network access ##%if 0%{?suse_version} <= 1201 @@ -70,9 +67,9 @@ %{python_sitelib}/easy_install.py* %{python_sitelib}/pkg_resources.py* %{python_sitelib}/_markerlib/ -%{python_sitelib}/%{mod2nam}.pth -%{python_sitelib}/%{mod2nam}/ -%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info/ -%{python_sitelib}/%{mod2nam}-*-py%{py_ver}.egg-info +%{python_sitelib}/setuptools.pth +%{python_sitelib}/setuptools/ +%{python_sitelib}/distribute-%{version}-py%{py_ver}.egg-info/ +%{python_sitelib}/setuptools-*-py%{py_ver}.egg-info %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de