Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2014-04-23 20:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-setuptools (Old)
 and      /work/SRC/openSUSE:Factory/.python3-setuptools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-setuptools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes    
2014-03-21 13:34:16.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
    2014-04-23 20:37:25.000000000 +0200
@@ -1,0 +2,34 @@
+Thu Apr 17 11:57:05 UTC 2014 - [email protected]
+
+- Update to version 3.4.4
+  * Issue #184: Correct failure where find_package over-matched 
+    packages when directory traversal isn't short-circuited.
+- Update to version 3.4.3
+  * Issue #183: Really fix test command with Python 3.1.
+- Update to version 3.4.2
+  * Issue #183: Fix additional regression in test command on 
+    Python 3.1.
+- Update to version 3.4.1
+  * Issue #180: Fix regression in test command not caught 
+    by py.test-run tests.
+- Update to version 3.4
+  * Issue #176: Add parameter to the test command to support a 
+    custom test runner: --test-runner or -r.
+  * Issue #177: Now assume most common invocation to install 
+    command on platforms/environments without stack support 
+    (issuing a warning). Setuptools now installs naturally on 
+    IronPython. Behavior on CPython should be unchanged.
+- Remove %check, which now depends on pytest and thus introduces 
+  a dependency loop (setuptools->pytest->py->setuptools)
+
+-------------------------------------------------------------------
+Thu Mar 20 14:25:10 UTC 2014 - [email protected]
+
+- Update to version 3.3:
+  * Add ``include`` parameter to ``setuptools.find_packages()``.
+- Changes from version 3.2:
+  * Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files.
+  * Issue #162: Update dependency on certifi to 1.0.1.
+  * Issue #164: Update dependency on wincertstore to 0.2.
+
+-------------------------------------------------------------------

Old:
----
  setuptools-2.1.tar.gz

New:
----
  setuptools-3.4.4.tar.gz

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

Other differences:
------------------
++++++ python3-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.MbNx92/_old  2014-04-23 20:37:26.000000000 +0200
+++ /var/tmp/diff_new_pack.MbNx92/_new  2014-04-23 20:37:26.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-setuptools
-Version:        2.1
+Version:        3.4.4
 Release:        0
 Url:            http://pypi.python.org/pypi/setuptools
 Summary:        Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -67,9 +67,6 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/easy_install
 ln -sf %{_sysconfdir}/alternatives/easy_install 
%{buildroot}/%{_bindir}/easy_install
 
-%check
-python3 setup.py test
-
 %post
 update-alternatives \
     --install %{_bindir}/easy_install easy_install 
%{_bindir}/easy_install-%{py3_ver} 30
@@ -86,10 +83,10 @@
 %{_bindir}/easy_install-%{py3_ver}
 %ghost %{_sysconfdir}/alternatives/easy_install
 %{python3_sitelib}/_markerlib
-%{python3_sitelib}/__pycache__
-%{python3_sitelib}/easy_install.py*
-%{python3_sitelib}/pkg_resources.py*
 %{python3_sitelib}/setuptools
 %{python3_sitelib}/setuptools-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/easy_install.py*
+%{python3_sitelib}/pkg_resources.py*
+%{python3_sitelib}/__pycache__
 
 %changelog

++++++ setuptools-2.1.tar.gz -> setuptools-3.4.4.tar.gz ++++++
++++ 4274 lines of diff (skipped)

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

Reply via email to