Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2013-08-13 11:08:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2013-07-23 07:09:00.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
    2013-08-13 11:08:55.000000000 +0200
@@ -1,0 +2,39 @@
+Thu Aug  1 09:11:57 UTC 2013 - speili...@suse.com
+
+- Buildrequire python3 on 12.2, we need sha512 module
+
+-------------------------------------------------------------------
+Mon Jul 29 14:59:57 UTC 2013 - speili...@suse.com
+
+- Update to version 0.9.8:
+  * Issue #53: Fix NameErrors in _vcs_split_rev_from_url.
+- Changes from version 0.9.7:
+  * Issue #49: Correct AttributeError on PyPy where a hashlib.HASH object does
+    not have a .name attribute.
+  * Issue #34: Documentation now refers to bootstrap script in code repository
+    referenced by bookmark.
+  * Add underscore-separated keys to environment markers (markerlib).
+- Changes from version 0.9.6:
+  * Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a .name
+    attribute.
+- Changes from version 0.9.5:
+  * Python #17980: Fix security vulnerability in SSL certificate validation.
+- Changes from version 0.9.4:
+  * Issue #43: Fix issue (introduced in 0.9.1) with version resolution when
+    upgrading over other releases of Setuptools.
+- Changes from version 0.9.3:
+  * Issue #42: Fix new AttributeError introduced in last fix.
+- Changes from version 0.9.2:
+  * Issue #42: Fix regression where blank checksums would trigger an
+    AttributeError.
+- Changes from version 0.9.1:
+  * Distribute #386: Allow other positional and keyword arguments to os.open.
+  * Corrected dependency on certifi mis-referenced in 0.9.
+- Changes from version 0.9:
+  * package_index now validates hashes other than MD5 in download links.
+- Changes from version 0.8:
+  * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
+    conversion.
+- No need to run 2to3 anymore
+
+-------------------------------------------------------------------

Old:
----
  setuptools-0.7.4.tar.gz

New:
----
  setuptools-0.9.8.tar.gz

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

Other differences:
------------------
++++++ python3-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.2529Tq/_old  2013-08-13 11:08:56.000000000 +0200
+++ /var/tmp/diff_new_pack.2529Tq/_new  2013-08-13 11:08:56.000000000 +0200
@@ -11,13 +11,13 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:           python3-setuptools
-Version:        0.7.4
+Version:        0.9.8
 Release:        0
 Url:            http://pypi.python.org/pypi/setuptools
 Summary:        Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -28,6 +28,9 @@
 Source2:        zpl.txt
 Patch1:         setuptools-0.6c9-create-sitedir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} == 1220
+BuildRequires:  python3
+%endif
 BuildRequires:  python3-devel
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -46,7 +49,6 @@
 %setup -q -n setuptools-%{version}
 %patch1
 find . -type f -name "*.orig" -delete
-2to3 -wvn .
 #TODO(saschpe): drop failing test for the time being, fix later..
 rm setuptools/tests/test_sdist.py
 

++++++ setuptools-0.7.4.tar.gz -> setuptools-0.9.8.tar.gz ++++++
++++ 8910 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to