Hello community,

here is the log from the commit of package python-distribute for 
openSUSE:Factory
checked in at Thu Sep 22 10:48:30 CEST 2011.



--------
--- python-distribute/python-distribute.changes 2011-06-06 23:27:13.000000000 
+0200
+++ /mounts/work_src_done/STABLE/python-distribute/python-distribute.changes    
2011-09-20 14:38:23.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Sep 20 12:27:15 UTC 2011 - [email protected]
+
+- Update to version 0.6.21:
+  * Issue #225: FIxed a regression on py2.4
+- Changes from version 0.6.20:
+  * Issue #135: Include url in warning when processing URLs in package_index.
+  * Issue #212: Fix issue where easy_instal fails on Python 3 on windows 
installer.
+  * Issue #213: Fix typo in documentation.
+- Spec file changes:
+  * Run testsuite
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  distribute-0.6.19.tar.bz2

New:
----
  distribute-0.6.21.tar.gz

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

Other differences:
------------------
++++++ python-distribute.spec ++++++
--- /var/tmp/diff_new_pack.2KX5nQ/_old  2011-09-22 10:48:26.000000000 +0200
+++ /var/tmp/diff_new_pack.2KX5nQ/_new  2011-09-22 10:48:26.000000000 +0200
@@ -16,19 +16,15 @@
 #
 
 
-%{!?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(True)")}
-
-%define modname distribute
 
-Name:           python-%{modname}
-Version:        0.6.19
-Release:        1
-Url:            http://packages.python.org/distribute/
-Summary:        Easily Download, Build, Install, Upgrade, and Uninstall Python 
Packages
+Name:           python-distribute
+Version:        0.6.21
+Release:        0
+Url:            http://packages.python.org/distribute
+Summary:        Easily download, build, install, upgrade, and uninstall Python 
packages
 License:        PSF or ZPL
-Group:          Development/Libraries/Python
-Source:         %{modname}-%{version}.tar.bz2
+Group:          Development/Languages/Python
+Source:         
http://pypi.python.org/packages/source/d/distribute/distribute-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version}
@@ -39,6 +35,7 @@
 %endif
 Obsoletes:      python-setuptools < %{version}
 Provides:       python-setuptools = %{version}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Distribute is a fork of the Setuptools project.
@@ -47,31 +44,24 @@
 with Python module distributions.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n distribute-%{version}
 rm -f distribute.egg-info/*.orig
-chmod -x {.,docs}/*.txt
+chmod -x {.,docs}/*.txt # Fix executable bits for documentation
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
-python setup.py install --single-version-externally-managed 
--prefix=%{_prefix} --root=%{buildroot}
-rm -f %{python_sitelib}/setuptools/*.exe
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -rf %{buildroot}%{python_sitelib}/setuptools/tests # Don't install tests
 
-%clean
-rm -rf %{buildroot}
+%check
+python setup.py test
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc docs/*.txt CHANGES.txt CONTRIBUTORS.txt DEVGUIDE.txt README.txt
-%{_bindir}/easy_install
-%{_bindir}/easy_install-%{py_ver}
-%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/easy_install.py*
-%{python_sitelib}/pkg_resources.py*
-%{python_sitelib}/site.py*
-%{python_sitelib}/setuptools*
-%exclude %{python_sitelib}/setuptools/tests
+%{_bindir}/easy_install*
+%{python_sitelib}/*
 
 %changelog


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



Remember to have fun...

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

Reply via email to