Hello community,

here is the log from the commit of package python3-virtualenv for 
openSUSE:Factory checked in at 2014-01-09 15:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-virtualenv (Old)
 and      /work/SRC/openSUSE:Factory/.python3-virtualenv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-virtualenv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes    
2013-10-19 11:19:03.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes   
    2014-01-09 15:30:30.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Jan  8 09:42:15 UTC 2014 - speili...@suse.com
+
+- Update to version 1.11:
+  + BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled
+    copies of setuptools and pip. Using sdists is no longer supported
+  + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs.
+    This option now works like pip’s --find-links option, in that it
+    adds extra directories to search for compatible wheels for pip and
+    setuptools. The actual wheel selected is chosen based on version
+    and compatibility, using the same algorithm as pip install setuptools.
+  + Upgraded pip to v1.5
+  + Upgraded setuptools to v1.4
+- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost
+  alternatives link on 12.3 or newer
+
+-------------------------------------------------------------------

Old:
----
  virtualenv-1.10.1.tar.gz

New:
----
  virtualenv-1.11.tar.gz

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

Other differences:
------------------
++++++ python3-virtualenv.spec ++++++
--- /var/tmp/diff_new_pack.HQ6vJ3/_old  2014-01-09 15:30:31.000000000 +0100
+++ /var/tmp/diff_new_pack.HQ6vJ3/_new  2014-01-09 15:30:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-virtualenv
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-virtualenv
-Version:        1.10.1
+Version:        1.11
 Release:        0
 Url:            http://www.virtualenv.org/
 Summary:        Virtual Python Environment builder
@@ -65,6 +65,9 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# Remove script copy and replace with symlink to please u-a:
+rm %{buildroot}%{_bindir}/virtualenv
+ln -s %{_bindir}/virtualenv-%{py3_ver} %{buildroot}%{_bindir}/virtualenv
 
 %pre
 # Since /usr/bin/virtualenv became ghosted to be used with 
update-alternatives, we have to
@@ -90,5 +93,8 @@
 %{python3_sitelib}/virtualenv.py
 %{python3_sitelib}/virtualenv_support
 %{python3_sitelib}/__pycache__/virtualenv.*
+%if 0%{?suse_version} >= 1230
+%ghost %{_sysconfdir}/alternatives/virtualenv
+%endif
 
 %changelog

++++++ virtualenv-1.10.1.tar.gz -> virtualenv-1.11.tar.gz ++++++
++++ 3436 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