Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2019-03-04 09:11:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and      /work/SRC/openSUSE:Factory/.python-virtualenv.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-virtualenv"

Mon Mar  4 09:11:23 2019 rev:34 rq:680531 version:16.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes      
2018-08-08 14:45:20.932748287 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new.28833/python-virtualenv.changes
   2019-03-04 09:11:26.684697178 +0100
@@ -1,0 +2,22 @@
+Tue Feb  5 20:45:40 UTC 2019 - Nicolas Bock <nicolas.b...@suse.com>
+
+- Version bump to 16.1.0:
+  * Fixed documentation to use pypi.org and correct curl options; :issue:`1042`
+  * bug fix: ensure prefix is absolute when creating a new virtual
+    environment :issue:`1208`
+  * upgrade setuptools from ``39.1.0`` to ``40.5.0``
+  * upgrade wheel from ``0.31.1`` to ``0.32.2``
+  * upgrade pip from ``10.0.1`` to ``18.1``
+  * ``activate.csh`` does not use basename and handles newlines :issue:`1200`
+  * fix failure to copy on platforms that use lib64 :issue:`1189`
+  * enable tab-completion in the interactive interpreter by default,
+    thanks to a new ``sys.__interactivehook__`` on Python 3 :issue:`967`
+  * suppress warning of usage of the deprecated ``imp`` module :issue:`1238`
+  * Drop support for Python 2.6.
+  * Upgrade pip to 10.0.1.
+  * Upgrade setuptools to 39.1.0.
+  * Upgrade wheel to 0.31.1.
+- Removed patch
+  - pypa-virtualenv-1189.patch
+
+-------------------------------------------------------------------
@@ -4 +26 @@
-- Add requires: python-setuptools 
+- Add requires: python-setuptools (bsc#1127328)

Old:
----
  pypa-virtualenv-1189.patch
  virtualenv-15.1.0.tar.gz

New:
----
  virtualenv-16.1.0.tar.gz

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

Other differences:
------------------
++++++ python-virtualenv.spec ++++++
--- /var/tmp/diff_new_pack.AwpvEQ/_old  2019-03-04 09:11:28.448696882 +0100
+++ /var/tmp/diff_new_pack.AwpvEQ/_new  2019-03-04 09:11:28.448696882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenv
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-virtualenv
-Version:        15.1.0
+Version:        16.1.0
 Release:        0
 Summary:        Virtual Python Environment builder
 License:        MIT
 Group:          Development/Languages/Python
 URL:            http://www.virtualenv.org/
 Source:         
https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
-Patch01:        pypa-virtualenv-1189.patch
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -61,7 +60,6 @@
 
 %prep
 %setup -q -n virtualenv-%{version}
-%patch01 -p1
 
 %build
 %python_build
@@ -71,6 +69,7 @@
 %python_clone -a %{buildroot}%{_bindir}/virtualenv
 
 %check
+export PYTHONPATH=src
 # test broken upstream https://github.com/pypa/virtualenv/issues/530
 %python_expand py.test-%{$python_bin_suffix} -k 'not test_always_copy_option' 
-vv
 

++++++ virtualenv-15.1.0.tar.gz -> virtualenv-16.1.0.tar.gz ++++++
++++ 8347 lines of diff (skipped)


Reply via email to