commit python-virtualenv for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2020-10-29 09:47:02

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new.3463 (New)


Package is "python-virtualenv"

Thu Oct 29 09:47:02 2020 rev:40 rq:840217 version:20.0.33

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2020-07-15 12:03:06.212028810 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new.3463/python-virtualenv.changes
2020-10-29 09:47:06.364100602 +0100
@@ -1,0 +2,27 @@
+Thu Oct  8 04:11:15 UTC 2020 - Steve Kowalik 
+
+- Update to 20.0.33:
+  * Fix ``None`` type error in cygwin if POSIX path in dest - by 
:user:`danyeaw`. (`#1962 `_)
+  * Fix Python 3.4 incompatibilities (added back to the CI) - by 
:user:`gaborbernat`. (`#1963 `_)
+  * For activation scripts always use UNIX line endings (unless it's BATCH 
shell related) - by :user:`saytosid`. (`#1818 
`_)
+  * Avoid spawning new windows when doing seed package upgrades in the 
background on Windows - by :user:`gaborbernat`. (`#1928 
`_)
+  * Fix a bug that reading and writing on the same file may cause race on 
multiple processes. (`#1938 `_)
+  * Provide correct path for bash activator in cygwin or msys2 - by 
:user:`danyeaw`. (`#1940 `_)
+  * Relax importlib requirement to allow version<3 - by :user:`usamasadiq` 
(`#1953 `_)
+  * pth files were not processed on CPython2 if $PYTHONPATH was pointing to 
site-packages/ - by :user:`navytux`. (`#1959 
`_) (`#1960 
`_)
+  * Fix test suite failing if run from system Python - by :user:`gaborbernat`. 
(`#1882 `_)
+  * Provide ``setup_logging`` flag to python API so that users can bypass 
logging handling if their application already
+  * performs this - by :user:`gaborbernat`. (`#1896 
`_)
+  * Use ``\n`` instead if ``\r\n`` as line separator for report (because 
Python already performs this transformation
+  * automatically upon write to the logging pipe) - by :user:`gaborbernat`. 
(`#1905 `_)
+  * No longer preimport threading to fix support for `gpython 
`_ and `gevent 
`_ - by :user:`navytux`. (`#1897 
`_)
+  * Bump dependency ``distutils >= 0.3.1`` - by :user:`gaborbernat`. (`#1880 
`_)
+  * Improve periodic update handling:
++ better logging output while running and enable logging on background 
process call (``_VIRTUALENV_PERIODIC_UPDATE_INLINE`` may be used to debug 
behaviour inline)
++ fallback to unverified context when querying the PyPi for release date,
++ stop downloading wheels once we reach the embedded version, by 
:user:`gaborbernat`. (`#1883 `_)
+  * Do not print error message if the application exists with 
``SystemExit(0)`` - by :user:`gaborbernat`. (`#1885 
`_)
+- Update Requires of python-distlib
+- Drop tests.patch, included upstream.
+
+---

Old:

  tests.patch
  virtualenv-20.0.25.tar.gz

New:

  virtualenv-20.0.33.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.hw4iGR/_old  2020-10-29 09:47:07.888102041 +0100
+++ /var/tmp/diff_new_pack.hw4iGR/_new  2020-10-29 09:47:07.892102046 +0100
@@ -26,19 +26,18 @@
 %bcond_with test
 %endif
 Name:   python-virtualenv%{psuffix}
-Version:20.0.25
+Version:20.0.33
 Release:0
 Summary:Virtual Python Environment builder
 License:MIT
 URL:http://www.virtualenv.org/
 Source: 
https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
-Patch0: tests.patch
 BuildRequires:  %{python_module setuptools >= 41.0.0}
 BuildRequires:  %{python_module setuptools_scm >= 2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-appdirs >= 1.4.3
-Requires:   python-distlib >= 0.3.0
+Requires:  

commit python-virtualenv for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2020-07-15 12:02:25

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new.3060 (New)


Package is "python-virtualenv"

Wed Jul 15 12:02:25 2020 rev:39 rq:819158 version:20.0.25

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2020-04-19 21:49:37.164098779 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new.3060/python-virtualenv.changes
2020-07-15 12:03:06.212028810 +0200
@@ -1,0 +2,53 @@
+Tue Jul  7 07:20:17 UTC 2020 - Tomáš Chvátal 
+
+- Add patch from upstream to fix one failing test:
+  * tests.patch
+
+---
+Fri Jul  3 11:08:57 UTC 2020 - Tomáš Chvátal 
+
+- Add missing dependencies
+- Skip online test test_seed_link_via_app_data
+
+---
+Wed Jun 24 21:01:48 UTC 2020 - Dirk Mueller 
+
+- update to 20.0.25:
+  *  Fix that when the ``app-data`` seeders image creation fails the exception 
is silently ignored. Avoid two virtual environment creations to step on each oth
+ers toes by using a lock while creating the base images. By 
:user:`gaborbernat`. (`#1869 `_)
+  *  Ensure that the seeded packages do not get too much out of date:
++  More details under :ref:`wheels` - by :user:`gaborbernat`. (`#1821 
`_)
+  *  Upgrade embed wheel content:
++  - ship wheels for Python ``3.9`` and ``3.10``
++  - upgrade setuptools for Python ``3.5+`` from ``47.1.1`` to ``47.3.1``
+  *  Fix typo in ``setup.cfg`` - by :user:`RowdyHowell`. (`#1857 
`_)
+  *  Relax ``importlib.resources`` requirement to also allow version 2 - by 
:user:`asottile`. (`#1846 `_)
+  *  Upgrade embedded setuptools to ``44.1.1`` for python 2 and ``47.1.1`` for 
python3.5+ - by :user:`gaborbernat`. (`#1855 
`_)
+
+---
+Tue Jun  2 17:21:55 UTC 2020 - Dirk Mueller 
+
+- update to 20.0.21:
+  - Fix virtualenv fails sometimes when run concurrently, ``--clear-app-data`` 
conflicts with :option:`clear` flag when
+abbreviation is turned on. To bypass this while allowing abbreviated flags 
on the command line we had to move it to
+:option:`reset-app-data` - by :user:`gaborbernat`. (`#1824 
`_)
+  - Fix download fails with python 3.4 - by :user:`gaborbernat`. (`#1809 
`_)
+  - Fixes older CPython2 versions use ``_get_makefile_filename`` instead of 
``get_makefile_filename`` on ``sysconfig`` - by :user:`ianw`. (`#1810 
`_)
+  - Fix download is ``True`` by default - by :user:`gaborbernat`. (`#1813 
`_)
+  - Fail ``app-data`` seed operation when wheel download fails and better 
error message - by :user:`gaborbernat`. (`#1814 
`_)
+  - Fix generating a Python 2 environment from Python 3 creates invalid python 
activator - by :user:`gaborbernat`. (`#1776 
`_)
+  - Fix pinning seed packages via ``app-data`` seeder raised ``Invalid 
Requirement`` - by :user:`gaborbernat`. (`#1779 
`_)
+  - Do not stop interpreter discovery if we fail to find the system 
interpreter for a executable during discovery
+- by :user:`gaborbernat`. (`#1781 
`_)
+  - On CPython2 POSIX platforms ensure ``syconfig.get_makefile_filename`` 
exists within the virtual environment (this is used by some c-extension based 
libraries - e.g. numpy - for building) - by :user:`gaborbernat`. (`#1783 
`_)
+  - Better handling of options :option:`copies` and :option:`symlinks`. 
Introduce priority of where the option is set
+to follow the order: CLI, env var, file, hardcoded. If both set at same 
level prefers copy over symlink. - by
+:user:`gaborbernat`. (`#1784 
`_)
+  - Upgrade pip for Python ``2.7`` and ``3.5+`` from ``20.0.2`` to ``20.1`` - 
by :user:`gaborbernat`. (`#1793 
`_)
+  - Fix CPython is not discovered from Windows registry, and discover pythons 
from Windows registry in decreasing order
+by version - by :user:`gaborbernat`. (`#1796 


commit python-virtualenv for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2020-04-19 21:49:34

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new.2738 (New)


Package is "python-virtualenv"

Sun Apr 19 21:49:34 2020 rev:38 rq:794520 version:20.0.17

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2020-03-08 22:22:50.156029278 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new.2738/python-virtualenv.changes
2020-04-19 21:49:37.164098779 +0200
@@ -1,0 +2,21 @@
+Thu Apr 16 08:31:23 UTC 2020 - Tomáš Chvátal 
+
+- Update to 20.0.17:
+  * minor fixes
+  * update of embedded modules
+
+---
+Thu Mar 19 06:59:10 UTC 2020 - Tomáš Chvátal 
+
+- Update to 20.0.11:
+  - Allow the test suite to pass even when called with the system Python - to 
help repackaging of the tool for Linux
+distributions -  by :user:`gaborbernat`. (`#1721 
`_)
+  - Other minor fixes
+
+---
+Fri Mar 13 11:27:16 UTC 2020 - Tomáš Chvátal 
+
+- Update to 20.0.10:
+  * Complete rewrite and redesign of the virtualenv package
+
+---

Old:

  virtualenv-16.7.10.tar.gz

New:

  virtualenv-20.0.17.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.4JgH8U/_old  2020-04-19 21:49:38.040100536 +0200
+++ /var/tmp/diff_new_pack.4JgH8U/_new  2020-04-19 21:49:38.044100545 +0200
@@ -26,39 +26,50 @@
 %bcond_with test
 %endif
 Name:   python-virtualenv%{psuffix}
-Version:16.7.10
+Version:20.0.17
 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
-%if %{with test}
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pypiserver}
-BuildRequires:  %{python_module pytest-localserver}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module virtualenv >= %{version}}
-%endif
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 41.0.0}
+BuildRequires:  %{python_module setuptools_scm >= 2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-appdirs >= 1.4.3
+Requires:   python-distlib >= 0.3.0
+Requires:   python-filelock >= 3.0.0
+Requires:   python-importlib-metadata >= 0.12
+Requires:   python-importlib_resources >= 1.0
 Requires:   python-setuptools
+Requires:   python-six >= 1.9.0
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
+%ifpython2
+Requires:   python-contextlib2 >= 0.6.0
+Requires:   python-pathlib2 >= 2.3.3
+%endif
+%if %{with test}
+BuildRequires:  %{python_module coverage >= 4.5.1}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module packaging >= 20.0}
+BuildRequires:  %{python_module pytest >= 4.0.0}
+BuildRequires:  %{python_module pytest-env >= 0.6.2}
+BuildRequires:  %{python_module pytest-mock >= 2.0.0}
+BuildRequires:  %{python_module pytest-timeout >= 1.3.4}
+BuildRequires:  %{python_module virtualenv >= %{version}}
+BuildRequires:  fish
+BuildRequires:  python3-xonsh >= 0.9.13
+BuildRequires:  tcsh
+%endif
 %python_subpackages
 
 %description
 virtualenv is a tool to create isolated Python environments.
 The basic problem being addressed is one of dependencies and versions, and
 indirectly permissions. Imagine you have an application that needs version 1
-of LibFoo, but another application requires version 2. How can you use both
-these applications? If you install everything into
-%{_libexecdir}/python2.4/site-packages (or whatever your platforms standard 
location
-is), its easy to end up in a situation where you unintentionally upgrade an
-application that shouldnt be upgraded.
+of LibFoo, but another application requires version 2.
 
 Or more generally, what if you want to install an application and leave it be?
 If an application works, any change in its libraries or the versions of those
@@ -81,16 +92,14 @@
 %install
 %if !%{with test}
 %python_install
-%python_expand fdupes %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/virtualenv
 %endif
 
 %check
 %if %{with test}
-# te

commit python-virtualenv for openSUSE:Factory

2020-03-08 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2020-03-08 22:22:41

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new.26092 (New)


Package is "python-virtualenv"

Sun Mar  8 22:22:41 2020 rev:37 rq:782218 version:16.7.10

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2020-02-15 22:23:03.987233364 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new.26092/python-virtualenv.changes
   2020-03-08 22:22:50.156029278 +0100
@@ -1,0 +2,6 @@
+Fri Mar  6 17:34:41 UTC 2020 - Tomáš Čech 
+
+- update to 16.7.10
+  * fix error printing in bailout for Python < 2.7
+
+---

Old:

  virtualenv-16.7.9.tar.gz

New:

  virtualenv-16.7.10.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.R4E0RE/_old  2020-03-08 22:22:50.968029779 +0100
+++ /var/tmp/diff_new_pack.R4E0RE/_new  2020-03-08 22:22:50.972029782 +0100
@@ -26,7 +26,7 @@
 %bcond_with test
 %endif
 Name:   python-virtualenv%{psuffix}
-Version:16.7.9
+Version:16.7.10
 Release:0
 Summary:Virtual Python Environment builder
 License:MIT

++ virtualenv-16.7.9.tar.gz -> virtualenv-16.7.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-16.7.9/PKG-INFO 
new/virtualenv-16.7.10/PKG-INFO
--- old/virtualenv-16.7.9/PKG-INFO  2019-12-15 20:36:38.795713200 +0100
+++ new/virtualenv-16.7.10/PKG-INFO 2020-02-24 19:18:10.380047000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: virtualenv
-Version: 16.7.9
+Version: 16.7.10
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Ian Bicking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-16.7.9/docs/changes.rst 
new/virtualenv-16.7.10/docs/changes.rst
--- old/virtualenv-16.7.9/docs/changes.rst  2019-12-15 20:36:20.0 
+0100
+++ new/virtualenv-16.7.10/docs/changes.rst 2020-02-24 19:17:34.0 
+0100
@@ -5,6 +5,15 @@
 
 .. towncrier release notes start
 
+v16.7.10 (2020-02-24)
+-
+
+Bugfixes
+
+
+- fix error printing in bailout for Python < 2.7 - by ``AdamWill` and 
``hroncok`` (`#1651 `_)
+
+
 v16.7.9 (2019-12-15)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-16.7.9/virtualenv.egg-info/PKG-INFO 
new/virtualenv-16.7.10/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-16.7.9/virtualenv.egg-info/PKG-INFO  2019-12-15 
20:36:38.0 +0100
+++ new/virtualenv-16.7.10/virtualenv.egg-info/PKG-INFO 2020-02-24 
19:18:09.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: virtualenv
-Version: 16.7.9
+Version: 16.7.10
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Ian Bicking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-16.7.9/virtualenv.egg-info/SOURCES.txt 
new/virtualenv-16.7.10/virtualenv.egg-info/SOURCES.txt
--- old/virtualenv-16.7.9/virtualenv.egg-info/SOURCES.txt   2019-12-15 
20:36:38.0 +0100
+++ new/virtualenv-16.7.10/virtualenv.egg-info/SOURCES.txt  2020-02-24 
19:18:10.0 +0100
@@ -7,6 +7,7 @@
 setup.py
 tox.ini
 virtualenv.py
+docs/_draft.rst
 docs/changes.rst
 docs/conf.py
 docs/development.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-16.7.9/virtualenv.py 
new/virtualenv-16.7.10/virtualenv.py
--- old/virtualenv-16.7.9/virtualenv.py 2019-12-15 20:36:21.0 +0100
+++ new/virtualenv-16.7.10/virtualenv.py2020-02-24 19:17:06.0 
+0100
@@ -46,11 +46,10 @@
 # noinspection PyPep8Naming
 import configparser as ConfigParser
 
-__version__ = "16.7.9"
+__version__ = "16.7.10"
 virtualenv_version = __version__  # legacy
 DEBUG = os.environ.get("_VIRTUALENV_DEBUG", None) == "1"
 if sys.version_info < (2, 7):
-print("ERROR: {}".format(sys.exc_info()[1]))
 print("ERROR: this script requires Python 2.7 or greater.")
 sys.exit(101)
 




commit python-virtualenv for openSUSE:Factory

2020-02-15 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2020-02-15 22:23:00

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new.26092 (New)


Package is "python-virtualenv"

Sat Feb 15 22:23:00 2020 rev:36 rq:770676 version:16.7.9

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2019-09-23 12:19:37.917784952 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new.26092/python-virtualenv.changes
   2020-02-15 22:23:03.987233364 +0100
@@ -1,0 +2,7 @@
+Thu Feb  6 17:56:27 UTC 2020 - Marketa Calabkova 
+
+- update to 16.7.9
+  * upgrade setuptools from 41.4.0 to 42.0.2
+  * fix virtualenv creation when --no-pip argument used.
+
+---

Old:

  virtualenv-16.7.5.tar.gz

New:

  virtualenv-16.7.9.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.npYhah/_old  2020-02-15 22:23:05.135233985 +0100
+++ /var/tmp/diff_new_pack.npYhah/_new  2020-02-15 22:23:05.139233987 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenv
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %bcond_with test
 %endif
 Name:   python-virtualenv%{psuffix}
-Version:16.7.5
+Version:16.7.9
 Release:0
 Summary:Virtual Python Environment builder
 License:MIT

++ virtualenv-16.7.5.tar.gz -> virtualenv-16.7.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-16.7.5/PKG-INFO 
new/virtualenv-16.7.9/PKG-INFO
--- old/virtualenv-16.7.5/PKG-INFO  2019-09-03 18:44:15.0 +0200
+++ new/virtualenv-16.7.9/PKG-INFO  2019-12-15 20:36:38.795713200 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: virtualenv
-Version: 16.7.5
+Version: 16.7.9
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Ian Bicking
@@ -30,6 +30,9 @@
 .. image:: https://img.shields.io/badge/code%20style-black-00.svg
   :target: https://github.com/ambv/black
   :alt: Code style: black
+.. image:: https://pepy.tech/badge/virtualenv/month
+  :target: https://pepy.tech/project/virtualenv/month
+  :alt: Downloads
 
 * `Installation 
`_
 * `Documentation `_
@@ -70,6 +73,6 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
-Provides-Extra: docs
+Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
 Provides-Extra: testing
+Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-16.7.5/README.rst 
new/virtualenv-16.7.9/README.rst
--- old/virtualenv-16.7.5/README.rst2019-09-03 18:44:01.0 +0200
+++ new/virtualenv-16.7.9/README.rst2019-12-15 20:36:20.0 +0100
@@ -18,6 +18,9 @@
 .. image:: https://img.shields.io/badge/code%20style-black-00.svg
   :target: https://github.com/ambv/black
   :alt: Code style: black
+.. image:: https://pepy.tech/badge/virtualenv/month
+  :target: https://pepy.tech/project/virtualenv/month
+  :alt: Downloads
 
 * `Installation `_
 * `Documentation `_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-16.7.5/docs/changes.rst 
new/virtualenv-16.7.9/docs/changes.rst
--- old/virtualenv-16.7.5/docs/changes.rst  2019-09-03 18:44:01.0 
+0200
+++ new/virtualenv-16.7.9/docs/changes.rst  2019-12-15 20:36:20.0 
+0100
@@ -5,6 +5,44 @@
 
 .. towncrier release notes start
 
+v16.7.9 (2019-12-15)
+
+
+Bugfixes
+
+
+- upgrade setuptools from ``41.6.0`` to ``42.0.2`` (`#1460 
`_)
+
+
+v16.7.8 (2019-11-22)
+
+
+Bugfixes
+
+
+- upgrade setuptools from 41.4.0 to 41.6.0 (`#1442 
`_)
+
+
+v16.7.7 (2019-10-22)
+
+
+Bugfixes
+
+
+- * fix virtualenv creation when ``--no-pip`` argument used. (`#1430 


commit python-virtualenv for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2019-09-23 12:19:33

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new.7948 (New)


Package is "python-virtualenv"

Mon Sep 23 12:19:33 2019 rev:35 rq:731579 version:16.7.5

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2019-03-04 09:11:26.684697178 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new.7948/python-virtualenv.changes
2019-09-23 12:19:37.917784952 +0200
@@ -1,0 +2,40 @@
+Tue Sep 17 18:01:51 UTC 2019 - Tomáš Chvátal 
+
+- Use multibuild to avoid cycles with pytest
+
+---
+Mon Sep 16 10:20:57 UTC 2019 - Tomáš Chvátal 
+
+- Update to 16.7.5:
+  * fix powershell activation when sourced (#1398)
+  * fix regression - sh activation script not working under sh (only bash) 
(#1396)
+  * activate.ps1 syntax and style updated to follow PSStyleAnalyzer rules 
(#1371)
+  * Allow creating virtual environments for 3.xy. (#1385)
+  * Report error when running activate scripts directly
+  * Extend the LICENSE search paths list by lib64/pythonX.Y to support Linux 
vendors who install their Python to /usr/lib64/pythonX.Y
+  * Raise an error if the target path contains the operating systems path 
separator (using this would break our activation scripts)
+  * Drop Jython support
+  * Add tests covering prompt manipulation during activation/deactivation, and 
harmonize behavior of all supported shells
+
+---
+Mon Mar  4 12:35:12 UTC 2019 - Tomáš Chvátal 
+
+- Update to 16.4.3:
+  * Revert the symlink fix, causing debian packaging issues. (#1390)
+  * Fix license() builtin by copying the LICENSE file into the virtualenv - by 
asottile. (#1317)
+  * fixes the scenario where the python base install is symlinked with 
relative symlinks (#490)
+  * Use importlib over imp in virtualenv.py for python >= 3.4 - by Anthony 
Sottile (#1293)
+  * Copy or link PyPy header files instead of include directory itself (#1302)
+  * Allow virtualenv creation with older pip not having config command 
correspondingly disabling configuration related features (such as pip cert 
setting) in this case. (#1303)
+  * Use importlib over deprecated imp` in ``distutils/__init__.py for python 3 
- by Anthony Sottile (#955)
+  * Preserve cert option defined in pip.conf or environment variable. (#1273)
+  * fixed a ResourceWarning: unclosed file in call_subprocess() - by Mickaël 
Schoentgen (#1277)
+  * pre-import some built-in modules in site.py on PyPy according to PyPy's 
site.py - by microdog (#1281)
+  * Copy files from sys.exec_prefix only if it is really different path than 
used prefix, bugfix for #1270 (#1282)
+  * copyfile handles relative symlinks and symlinks to symlinks, avoiding 
problems when Python was installed using stow or homebrew. (#268)
+  * Fix preserving of original path when using fish and a subshell. (#904)
+  * Drop the source layout of the project, going back to how the source was 
laid out before 16.1.0. (#1241)
+  * Fix bootstrap script generation broken with 16.0.0. Support now both 
CPython, pypy, jython. (#1244)
+  * lib64 symlink is again relative (as was with < 16.1.0). (#1248)
+
+---

Old:

  virtualenv-16.1.0.tar.gz

New:

  _multibuild
  virtualenv-16.7.5.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.7lQgGd/_old  2019-09-23 12:19:39.165784748 +0200
+++ /var/tmp/diff_new_pack.7lQgGd/_new  2019-09-23 12:19:39.165784748 +0200
@@ -17,19 +17,33 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-virtualenv
-Version:16.1.0
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-virtualenv%{psuffix}
+Version:16.7.5
 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
+%if %{with test}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pypiserver}
+BuildRequires:  %{python_module pytest-localserver}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module virtualenv >= %{version}}
+%endif
 BuildReq

commit python-virtualenv for openSUSE:Factory

2019-03-04 Thread root
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 
+
+- 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)




commit python-virtualenv for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2018-08-08 14:45:18

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Wed Aug  8 14:45:18 2018 rev:33 rq:627455 version:15.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2018-07-23 17:58:58.093082745 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2018-08-08 14:45:20.932748287 +0200
@@ -1,0 +2,11 @@
+Sat Aug  4 14:42:16 UTC 2018 - matwey.korni...@gmail.com
+
+- Add requires: python-setuptools 
+
+> virtualenv-3.6 --help
+Traceback (most recent call last):
+  File "/usr/bin/virtualenv-3.6", line 6, in 
+from pkg_resources import load_entry_point
+ModuleNotFoundError: No module named 'pkg_resources'
+
+---



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.lHZ8JE/_old  2018-08-08 14:45:22.044750098 +0200
+++ /var/tmp/diff_new_pack.lHZ8JE/_new  2018-08-08 14:45:22.048750105 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires:   python
+Requires:   python-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch




commit python-virtualenv for openSUSE:Factory

2018-07-23 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2018-07-23 17:58:56

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Mon Jul 23 17:58:56 2018 rev:32 rq:624537 version:15.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2018-02-22 14:58:04.883425500 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2018-07-23 17:58:58.093082745 +0200
@@ -1,0 +2,11 @@
+Sun Jul 22 10:26:27 UTC 2018 - tchva...@suse.com
+
+- Enable tests, skip upstream failing one
+
+---
+Fri Jul 20 16:29:52 UTC 2018 - mwi...@suse.com
+
+- Fix failure of virtualenv --always-copy (bsc#1102096):
+  * pypa-virtualenv-1189.patch
+
+---

New:

  pypa-virtualenv-1189.patch



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.zmozwx/_old  2018-07-23 17:58:58.705081983 +0200
+++ /var/tmp/diff_new_pack.zmozwx/_new  2018-07-23 17:58:58.709081977 +0200
@@ -20,20 +20,20 @@
 Name:   python-virtualenv
 Version:15.1.0
 Release:0
-Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
 License:MIT
 Group:  Development/Languages/Python
-Source: 
https://pypi.io/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
+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}
 BuildRequires:  python-rpm-macros
 Requires:   python
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -42,7 +42,7 @@
 indirectly permissions. Imagine you have an application that needs version 1
 of LibFoo, but another application requires version 2. How can you use both
 these applications? If you install everything into
-/usr/lib/python2.4/site-packages (or whatever your platforms standard location
+%{_libexecdir}/python2.4/site-packages (or whatever your platforms standard 
location
 is), its easy to end up in a situation where you unintentionally upgrade an
 application that shouldnt be upgraded.
 
@@ -60,6 +60,7 @@
 
 %prep
 %setup -q -n virtualenv-%{version}
+%patch01 -p1
 
 %build
 %python_build
@@ -68,15 +69,19 @@
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/virtualenv
 
+%check
+# test broken upstream https://github.com/pypa/virtualenv/issues/530
+%python_expand py.test-%{$python_bin_suffix} -k 'not test_always_copy_option' 
-vv
+
 %post
 %python_install_alternative virtualenv
 
 %postun
 %python_uninstall_alternative virtualenv
 
-%files %python_files
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%files %{python_files}
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/virtualenv*
 %python_alternative %{_bindir}/virtualenv
 %pycache_only %{python_sitelib}/__pycache__

++ pypa-virtualenv-1189.patch ++
>From 786675a83f494202cb9522d57a98e5ddc0d7405e Mon Sep 17 00:00:00 2001
From: Ashley Whetter 
Date: Tue, 3 Jul 2018 10:48:19 -0700
Subject: [PATCH] Fixed failure to copy on platforms that use lib64

The current behaviour attempts to copy a "lib" folder from the current 
directory, 
instead of copying the "lib" folder inside the virtualenv. Therefore the 
copying would fail.
This fixes that by always copying the "lib" folder from the virtualenv.

---
 virtualenv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtualenv.py b/virtualenv.py
index c008a395..34c2f6a1 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -1559,7 +1559,7 @@ def fix_lib64(lib_dir, symlink=True):
 if symlink:
 os.symlink('lib', lib64_link)
 else:
-copyfile('lib', lib64_link)
+copyfile(lib_dir, lib64_link)
 
 def resolve_interpreter(exe):
 """



commit python-virtualenv for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2018-02-22 14:58:04

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Thu Feb 22 14:58:04 2018 rev:31 rq:578617 version:15.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2017-04-19 18:04:04.811093483 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2018-02-22 14:58:04.883425500 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 08:13:12 UTC 2018 - tbecht...@suse.com
+
+- Add missing Requires for python (bsc#1081707)
+
+---



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.MVmqWn/_old  2018-02-22 14:58:05.547401609 +0100
+++ /var/tmp/diff_new_pack.MVmqWn/_new  2018-02-22 14:58:05.551401465 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenv
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -29,6 +29,7 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
+Requires:   python
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch




commit python-virtualenv for openSUSE:Factory

2017-04-19 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2017-04-19 18:04:03

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Wed Apr 19 18:04:03 2017 rev:30 rq:482903 version:15.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2016-09-09 10:16:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2017-04-19 18:04:04.811093483 +0200
@@ -1,0 +2,23 @@
+Mon Mar 27 11:50:31 UTC 2017 - jmate...@suse.com
+
+- do not generate HTML documentation for packages that are indirect
+  dependencies of Sphinx
+  (see docs at https://virtualenv.readthedocs.org/ )
+- move uninstall_alternatives to %postun
+
+---
+Thu Mar 16 15:56:54 UTC 2017 - tbecht...@suse.com
+
+- Merge python-virtualenv-doc.spec into python-virtualenv.spec
+
+---
+Thu Mar 16 14:58:46 UTC 2017 - tbecht...@suse.com
+
+- update to 15.1.0:
+  * Support Python 3.6.
+  * Upgrade setuptools to 28.0.0.
+  * Upgrade pip to 9.0.1.
+  * Don't install pre-release versions of pip, setuptools, or wheel from PyPI.
+- Switch to singlespec approach
+
+---

Old:

  python-virtualenv-doc.changes
  python-virtualenv-doc.spec
  virtualenv-15.0.0.tar.gz

New:

  virtualenv-15.1.0.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.2ozSGb/_old  2017-04-19 18:04:06.698826455 +0200
+++ /var/tmp/diff_new_pack.2ozSGb/_new  2017-04-19 18:04:06.702825890 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenv
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,24 +16,24 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-virtualenv
-Version:15.0.0
+Version:15.1.0
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
 License:MIT
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-Requires:   python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 virtualenv is a tool to create isolated Python environments.
@@ -61,31 +61,23 @@
 %setup -q -n virtualenv-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# create update-alternatives
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/virtualenv 
%{buildroot}%{_bindir}/virtualenv-%{py_ver}
-ln -s -f %{_sysconfdir}/alternatives/virtualenv  
%{buildroot}%{_bindir}/virtualenv
-touch %{buildroot}%{_sysconfdir}/alternatives/virtualenv
+%python_install
+%python_clone -a %{buildroot}%{_bindir}/virtualenv
 
 %post
-update-alternatives \
---install %{_bindir}/virtualenv virtualenv %{_bindir}/virtualenv-%{py_ver} 
20
+%python_install_alternative virtualenv
 
-%preun
-if [ $1 -eq 0 ] ; then
-update-alternatives --remove virtualenv %{_bindir}/virtualenv-%{py_ver}
-fi
+%postun
+%python_uninstall_alternative virtualenv
 
-%files
+%files %python_files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.rst
-%{_bindir}/virtualenv
-%{_bindir}/virtualenv-%{py_ver}
 %{python_sitelib}/virtualenv*
-%ghost %{_sysconfdir}/alternatives/virtualenv
+%python_alternative %{_bindir}/virtualenv
+%pycache_only %{python_sitelib}/__pycache__
 
 %changelog

++ virtualenv-15.0.0.tar.gz -> virtualenv-15.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-15.0.0/PKG-INFO 
new/virtualenv-15.1.0/PKG

commit python-virtualenv for openSUSE:Factory

2016-09-09 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2016-09-09 10:16:42

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv-doc.changes  
2015-08-07 00:21:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv-doc.changes 
2016-09-09 10:16:45.0 +0200
@@ -1,0 +2,66 @@
+Tue Mar  8 03:45:37 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright
+
+- update to version 15.0.0:
+  * Remove the virtualenv-N.N script from the package; this can no
+longer be correctly created from a wheel installation. Resolves
+#851, #692
+  * Remove accidental runtime dependency on pip by extracting
+certificate in the subprocess.
+  * Upgrade setuptools 20.2.2.
+  * Upgrade pip to 8.1.0.
+
+- changes from version 14.0.6:
+  * Upgrade setuptools to 20.0
+  * Upgrade wheel to 0.29.0
+  * Fix an error where virtualenv didn’t pass in a working ssl
+certificate for pip, causing “weird” errors related to ssl.
+
+- changes from version 14.0.5:
+  * Homogenize drive letter casing for both prefixes and
+filenames. #858
+
+- changes from version 14.0.4:
+  * Upgrade setuptools to 19.6.2
+  * Revert ac4ea65; only correct drive letter case. Fixes #856, #815
+
+- changes from version 14.0.3:
+  * Upgrade setuptools to 19.6.1
+
+- changes from version 14.0.2:
+  * Upgrade setuptools to 19.6
+  * Supress any errors from unset on different shells (PR #843)
+  * Normalize letter case for prefix path checking. Fixes #837
+
+- changes from version 14.0.1:
+  * Upgrade from pip 8.0.0 to 8.0.2.
+  * Fix the default of --(no-)download to default to downloading.
+
+- changes from version 14.0.0:
+  * BACKWARDS INCOMPATIBLE Drop support for Python 3.2.
+  * Upgrade setuptools to 19.4
+  * Upgrade wheel to 0.26.0
+  * Upgrade pip to 8.0.0
+  * Upgrade argparse to 1.4.0
+  * Added support for python-config script (PR #798)
+  * Updated activate.fish (PR #589) (PR #799)
+  * Account for a site.pyo correctly in some python implementations
+(PR #759)
+  * Properly restore an empty PS1 (#407)
+  * Properly remove pydoc when deactivating
+  * Remove workaround for very old Mageia / Mandriva linuxes (PR #472)
+  * Added a space after virtualenv name in the prompt: (env) $PS1
+  * Make sure not to run a –user install when creating the virtualenv
+(PR #803)
+  * Remove virtualenv.py’s path from sys.path when executing with a
+new python. Fixes issue #779, #763 (PR #805)
+  * Remove use of () in .bat files so Program Files (x86) works #35
+  * Download new releases of the preinstalled software from PyPI when
+there are new releases available. This behavior can be disabled
+using --no-download.
+  * Make --no-setuptools, --no-pip, and --no-wheel independent of each
+other.
+
+---
--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2015-09-24 07:16:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2016-09-09 10:16:45.0 +0200
@@ -1,0 +2,67 @@
+Tue Mar  8 03:45:37 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright
+  * fix update-alternatives
+
+- update to version 15.0.0:
+  * Remove the virtualenv-N.N script from the package; this can no
+longer be correctly created from a wheel installation. Resolves
+#851, #692
+  * Remove accidental runtime dependency on pip by extracting
+certificate in the subprocess.
+  * Upgrade setuptools 20.2.2.
+  * Upgrade pip to 8.1.0.
+
+- changes from version 14.0.6:
+  * Upgrade setuptools to 20.0
+  * Upgrade wheel to 0.29.0
+  * Fix an error where virtualenv didn’t pass in a working ssl
+certificate for pip, causing “weird” errors related to ssl.
+
+- changes from version 14.0.5:
+  * Homogenize drive letter casing for both prefixes and
+filenames. #858
+
+- changes from version 14.0.4:
+  * Upgrade setuptools to 19.6.2
+  * Revert ac4ea65; only correct drive letter case. Fixes #856, #815
+
+- changes from version 14.0.3:
+  * Upgrade setuptools to 19.6.1
+
+- changes from version 14.0.2:
+  * Upgrade setuptools to 19.6
+  * Supress any errors from unset on different shells (PR #843)
+  * Normalize letter case for prefix path checking. Fixes #837
+
+- changes from version 14.0.1:
+  * Upgrade from pip 8.0.0 to 8.0.2.
+  * Fix the default of --(no-)download to default to downloading.
+
+- changes from version 14.0.0:
+  * BACKWARDS INCOMPATIBLE Drop support for Python 3.2.
+  * Upgrade setuptools to 19.4
+  * Upgrade wheel to 0.26.0
+  * Upgrade pip to 8.0.0
+  * Up

commit python-virtualenv for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2015-09-24 07:16:21

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2015-08-07 00:21:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2015-09-24 07:16:22.0 +0200
@@ -1,0 +2,27 @@
+Wed Sep 16 15:50:53 UTC 2015 - rha...@suse.com
+
+- update to version 13.1.2:
+  * Upgrade pip to 7.1.2.
+- additional changes from version 13.1.1
+  * Upgrade pip to 7.1.1.
+  * Upgrade setuptools to 18.2.
+  * Make the activate script safe to use when bash is running with ``-u``.
+- additional changes from version 13.1.0
+  * Upgrade pip to 7.1.0
+  * Upgrade setuptools to 18.0.1
+- additional changes from version 13.0.3
+  * Upgrade pip to 7.0.3
+- additional changes from version 13.0.2
+  * Upgrade pip to 7.0.2
+  * Upgrade setuptools to 17.0
+- additional changes from version 13.0.1
+  * Upgrade pip to 7.0.1
+- additional changes from version 13.0.0
+  * Automatically install wheel when creating a new virutalenv. This can be
+disabled by using the ``--no-wheel`` option.
+  * Don't trust the current directory as a location to discover files to 
install
+packages from.
+  * Upgrade setuptools to 16.0.
+  * Upgrade pip to 7.0.0.
+
+---

Old:

  virtualenv-12.0.7.tar.gz

New:

  virtualenv-13.1.2.tar.gz



Other differences:
--
++ python-virtualenv-doc.spec ++
--- /var/tmp/diff_new_pack.70Gmbv/_old  2015-09-24 07:16:23.0 +0200
+++ /var/tmp/diff_new_pack.70Gmbv/_new  2015-09-24 07:16:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-virtualenv-doc
-Version:12.0.7
+Version:13.1.2
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Documentation for python-virtualenv

python-virtualenv.spec: same change
++ virtualenv-12.0.7.tar.gz -> virtualenv-13.1.2.tar.gz ++
 2099 lines of diff (skipped)




commit python-virtualenv for openSUSE:Factory

2015-08-06 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2015-08-07 00:21:01

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv-doc.changes 
2015-08-07 00:21:02.0 +0200
@@ -0,0 +1,6 @@
+---
+Wed Jul 29 12:41:42 UTC 2015 - toddrme2...@gmail.com
+
+- Split documentation into subpackage to avoid
+  dependency loop
+
--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2015-04-05 02:04:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2015-08-07 00:21:02.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 29 12:41:42 UTC 2015 - toddrme2...@gmail.com
+
+- Split documentation into subpackage to avoid
+  dependency loop
+
+---

New:

  python-virtualenv-doc.changes
  python-virtualenv-doc.spec



Other differences:
--
++ python-virtualenv-doc.spec ++
#
# spec file for package python-virtualenv-doc
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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:   python-virtualenv-doc
Version:12.0.7
Release:0
Url:http://www.virtualenv.org/
Summary:Documentation for python-virtualenv
License:MIT
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
# Documentation requirements
BuildRequires:  python-Sphinx
Requires:   python-setuptools
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
virtualenv is a tool to create isolated Python environments.
The basic problem being addressed is one of dependencies and versions, and
indirectly permissions. Imagine you have an application that needs version 1
of LibFoo, but another application requires version 2. How can you use both
these applications? If you install everything into
/usr/lib/python2.4/site-packages (or whatever your platforms standard location
is), its easy to end up in a situation where you unintentionally upgrade an
application that shouldnt be upgraded.

Or more generally, what if you want to install an application and leave it be?
If an application works, any change in its libraries or the versions of those
libraries can break the application.

Also, what if you cant install packages into the global site-packages
directory? For instance, on a shared host.

In all these cases, virtualenv can help you. It creates an environment that
has its own installation directories, that doesnt share libraries with other
virtualenv environments (and optionally doesnt use the globally installed
libraries either).

This package provides the documentation and help files for python-virtualenv.

%prep
%setup -q -n virtualenv-%{version}

%build
python setup.py build_sphinx && rm build/sphinx/html/.buildinfo

%install
mkdir -p %{buildroot}%{_docdir}/python-virtualenv
cp -r build/sphinx/html %{buildroot}%{_docdir}/python-virtualenv/

%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_docdir}/python-virtualenv/

%changelog
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.Xrx6nD/_old  2015-08-07 00:21:03.0 +0200
+++ /var/tmp/diff_new_pack.Xrx6nD/_new  2015-08-07 00:21:03.0 +0200
@@ -26,9 +26,6 @@
 Source: 
https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-# Documentation requirements
-BuildRequires:  python-Sphinx
-#Requires:   python-pip
 R

commit python-virtualenv for openSUSE:Factory

2015-04-04 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2015-04-05 02:04:04

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2014-11-18 22:46:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2015-04-05 02:04:16.0 +0200
@@ -1,0 +2,36 @@
+Thu Apr  2 18:45:03 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 12.0.7:
+  * Upgrade pip to 6.0.8
+- additional changes from version 12.0.6:
+  * Upgrade pip to 6.0.7
+  * Upgrade setuptools to 12.0.5
+- additional changes from version 12.0.5:
+  * Upgrade pip to 6.0.6
+  * Upgrade setuptools to 11.0
+- additional changes from version 12.0.4:
+  * Revert the fix to ``-p`` on Debian based pythons as it was
+broken in other situations.
+  * Revert several sys.path changes new in 12.0 which were breaking
+virtualenv.
+- additional changes from version 12.0.3:
+  * Fix an issue where Debian based Pythons would fail when using
+-p with the host Python.
+  * Upgrade pip to 6.0.3
+- additional changes from version 12.0.2:
+  * Upgraded pip to 6.0.2
+- additional changes from version 12.0.1:
+  * Upgraded pip to 6.0.1
+- additional changes from version 12.0:
+  * **PROCESS** Version numbers are now simply ``X.Y`` where the
+leading ``1`` has been dropped.
+  * Split up documentation into structured pages
+  * Now using pytest framework
+  * Correct sys.path ordering for debian, issue #461
+  * Correctly throws error on older Pythons, issue #619
+  * Allow for empty $PATH, pull #601
+  * Don't set prompt if $env:VIRTUAL_ENV_DISABLE_PROMPT is set for
+Powershell
+  * Updated setuptools to 7.0
+
+---

Old:

  virtualenv-1.11.6.tar.gz

New:

  virtualenv-12.0.7.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.D7b6yv/_old  2015-04-05 02:04:17.0 +0200
+++ /var/tmp/diff_new_pack.D7b6yv/_new  2015-04-05 02:04:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenv
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-virtualenv
-Version:1.11.6
+Version:12.0.7
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.11.6.tar.gz -> virtualenv-12.0.7.tar.gz ++
 4136 lines of diff (skipped)




commit python-virtualenv for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2014-11-18 22:45:24

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2014-09-17 17:27:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2014-11-18 22:46:04.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:07:00 UTC 2014 - Led 
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.BqVRxs/_old  2014-11-18 22:46:05.0 +0100
+++ /var/tmp/diff_new_pack.BqVRxs/_new  2014-11-18 22:46:05.0 +0100
@@ -76,8 +76,7 @@
 %pre
 # Since /usr/bin/virtualenv became ghosted to be used with 
update-alternatives, we have to
 # get rid of the old binary resulting from the non-update-alternativies-ified 
package:
-[[ ! -L %{_bindir}/virtualenv ]] && rm -f %{_bindir}/virtualenv
-exit 0
+[ -h %{_bindir}/virtualenv ] || rm -f %{_bindir}/virtualenv
 
 %post
 update-alternatives \

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



commit python-virtualenv for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2014-09-17 17:27:03

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2014-03-31 20:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2014-09-17 17:27:33.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 16 13:33:46 UTC 2014 - tbecht...@suse.com
+
+- update to version 1.11.6
+  * Updated setuptools to 3.6
+  * Updated pip to 1.5.6
+  * Updated documentation to use https://virtualenv.pypa.io/
+
+---

Old:

  virtualenv-1.11.4.tar.gz

New:

  virtualenv-1.11.6.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.UpPEJJ/_old  2014-09-17 17:27:34.0 +0200
+++ /var/tmp/diff_new_pack.UpPEJJ/_new  2014-09-17 17:27:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-virtualenv
-Version:1.11.4
+Version:1.11.6
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.11.4.tar.gz -> virtualenv-1.11.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.4/PKG-INFO 
new/virtualenv-1.11.6/PKG-INFO
--- old/virtualenv-1.11.4/PKG-INFO  2014-02-21 13:19:49.0 +0100
+++ new/virtualenv-1.11.6/PKG-INFO  2014-05-17 04:41:39.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 1.11.4
+Version: 1.11.6
 Summary: Virtual Python Environment builder
-Home-page: http://www.virtualenv.org
+Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
 Author-email: python-virtual...@groups.google.com
 License: MIT
@@ -31,6 +31,19 @@
with the upgraded Python.
 
 
+1.11.6 (2014-05-16)
+~~~
+
+* Updated setuptools to 3.6
+* Updated pip to 1.5.6
+
+1.11.5 (2014-05-03)
+~~~
+
+* Updated setuptools to 3.4.4
+* Updated documentation to use https://virtualenv.pypa.io/
+* Updated pip to 1.5.5
+
 1.11.4 (2014-02-21)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.4/README.rst 
new/virtualenv-1.11.6/README.rst
--- old/virtualenv-1.11.4/README.rst2013-11-22 06:40:23.0 +0100
+++ new/virtualenv-1.11.6/README.rst2014-05-03 08:28:42.0 +0200
@@ -7,4 +7,4 @@
 .. image:: https://secure.travis-ci.org/pypa/virtualenv.png?branch=develop
:target: http://travis-ci.org/pypa/virtualenv
 
-For documentation, see http://www.virtualenv.org/
+For documentation, see https://virtualenv.pypa.io/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.4/docs/index.rst 
new/virtualenv-1.11.6/docs/index.rst
--- old/virtualenv-1.11.4/docs/index.rst2013-11-22 06:40:23.0 
+0100
+++ new/virtualenv-1.11.6/docs/index.rst2014-05-17 04:40:47.0 
+0200
@@ -7,7 +7,8 @@
 `Issues `_ |
 `Github `_ |
 `PyPI `_ |
-IRC: #pip
+User IRC: #pypa
+Dev IRC: #pypa-dev
 
 .. comment: split here
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.4/docs/news.rst 
new/virtualenv-1.11.6/docs/news.rst
--- old/virtualenv-1.11.4/docs/news.rst 2014-02-21 13:15:05.0 +0100
+++ new/virtualenv-1.11.6/docs/news.rst 2014-05-17 04:40:47.0 +0200
@@ -15,6 +15,19 @@
with the upgraded Python.
 
 
+1.11.6 (2014-05-16)
+~~~
+
+* Updated setuptools to 3.6
+* Updated pip to 1.5.6
+
+1.11.5 (2014-05-03)
+~~~
+
+* Updated setuptools to 3.4.4
+* Updated documentation to use https://virtualenv.pypa.io/
+* Updated pip to 1.5.5
+
 1.11.4 (2014-02-21)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.4/setup.py 
new/virtualenv-1.11.6/setup.py
--- old/virtualenv-1.11.4/setup.py  2014-02-21 03:41:18.0 +0100
+++ new/virtualenv-1.11.6/setup.py  2014-05-17 04:40:35.0 +0200
@@ -81,7 +81,7 @@
 author_email='i...@colorstudy.com',
 maintainer='Jannis Leid

commit python-virtualenv for openSUSE:Factory

2014-03-31 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2014-03-31 20:44:21

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2014-02-13 15:04:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2014-03-31 20:44:22.0 +0200
@@ -1,0 +2,9 @@
+Sun Mar 30 09:13:20 UTC 2014 - toddrme2...@gmail.com
+
+- update to 1.11.4
+  * Updated pip to 1.5.4
+- update to 1.11.3
+  * Updated setuptools to 2.2
+  * Updated pip to 1.5.3
+
+---

Old:

  virtualenv-1.11.2.tar.gz

New:

  virtualenv-1.11.4.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.fcQfgp/_old  2014-03-31 20:44:27.0 +0200
+++ /var/tmp/diff_new_pack.fcQfgp/_new  2014-03-31 20:44:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-virtualenv
-Version:1.11.2
+Version:1.11.4
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.11.2.tar.gz -> virtualenv-1.11.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.2/PKG-INFO 
new/virtualenv-1.11.4/PKG-INFO
--- old/virtualenv-1.11.2/PKG-INFO  2014-01-26 06:10:41.0 +0100
+++ new/virtualenv-1.11.4/PKG-INFO  2014-02-21 13:19:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 1.11.2
+Version: 1.11.4
 Summary: Virtual Python Environment builder
 Home-page: http://www.virtualenv.org
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -31,6 +31,19 @@
with the upgraded Python.
 
 
+1.11.4 (2014-02-21)
+~~~
+
+* Updated pip to 1.5.4
+
+
+1.11.3 (2014-02-20)
+~~~
+
+* Updated setuptools to 2.2
+* Updated pip to 1.5.3
+
+
 1.11.2 (2014-01-26)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.2/docs/news.rst 
new/virtualenv-1.11.4/docs/news.rst
--- old/virtualenv-1.11.2/docs/news.rst 2014-01-26 06:08:18.0 +0100
+++ new/virtualenv-1.11.4/docs/news.rst 2014-02-21 13:15:05.0 +0100
@@ -15,6 +15,19 @@
with the upgraded Python.
 
 
+1.11.4 (2014-02-21)
+~~~
+
+* Updated pip to 1.5.4
+
+
+1.11.3 (2014-02-20)
+~~~
+
+* Updated setuptools to 2.2
+* Updated pip to 1.5.3
+
+
 1.11.2 (2014-01-26)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.2/virtualenv.egg-info/PKG-INFO 
new/virtualenv-1.11.4/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-1.11.2/virtualenv.egg-info/PKG-INFO  2014-01-26 
06:10:41.0 +0100
+++ new/virtualenv-1.11.4/virtualenv.egg-info/PKG-INFO  2014-02-21 
13:19:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 1.11.2
+Version: 1.11.4
 Summary: Virtual Python Environment builder
 Home-page: http://www.virtualenv.org
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -31,6 +31,19 @@
with the upgraded Python.
 
 
+1.11.4 (2014-02-21)
+~~~
+
+* Updated pip to 1.5.4
+
+
+1.11.3 (2014-02-20)
+~~~
+
+* Updated setuptools to 2.2
+* Updated pip to 1.5.3
+
+
 1.11.2 (2014-01-26)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11.2/virtualenv.egg-info/SOURCES.txt 
new/virtualenv-1.11.4/virtualenv.egg-info/SOURCES.txt
--- old/virtualenv-1.11.2/virtualenv.egg-info/SOURCES.txt   2014-01-26 
06:10:41.0 +0100
+++ new/virtualenv-1.11.4/virtualenv.egg-info/SOURCES.txt   2014-02-21 
13:19:49.0 +0100
@@ -30,5 +30,5 @@
 virtualenv_embedded/distutils.cfg
 virtualenv_embedded/site.py
 virtualenv_support/__init__.py
-virtualenv_support/pip-1.5.2-py2.py3-none-any.whl
-virtualenv_support/setuptools-2.1-py2.py3-none-any.whl
\ No newline at end of file
+virtualenv_support/pip-1.5.4-py2.py3-none-any.whl
+virtualenv_support/setuptools-2.2-py2.py3-none-any.whl
\ No newline at end of file
diff -urN '--exclude=CVS

commit python-virtualenv for openSUSE:Factory

2014-02-13 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2014-02-13 15:04:04

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2014-01-09 15:54:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2014-02-13 15:04:05.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 11 09:54:08 UTC 2014 - dmuel...@suse.com
+
+- update to 1.11.2:
+ * Fixed easy_install installed virtualenvs by updated pip to 1.5.2
+ * Fixed an issue where pip and setuptools were not getting installed when 
using
+   the ``--system-site-packages`` flag.
+ * Updated setuptools to fix an issue when installed with easy_install
+ * Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii
+
+---

Old:

  virtualenv-1.11.tar.gz

New:

  virtualenv-1.11.2.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.yIb87n/_old  2014-02-13 15:04:05.0 +0100
+++ /var/tmp/diff_new_pack.yIb87n/_new  2014-02-13 15:04:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-virtualenv
-Version:1.11
+Version:1.11.2
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
@@ -28,7 +28,7 @@
 BuildRequires:  python-devel
 # Documentation requirements
 BuildRequires:  python-Sphinx
-Requires:   python-pip
+#Requires:   python-pip
 Requires:   python-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives

++ virtualenv-1.11.tar.gz -> virtualenv-1.11.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11/PKG-INFO 
new/virtualenv-1.11.2/PKG-INFO
--- old/virtualenv-1.11/PKG-INFO2014-01-02 14:51:41.0 +0100
+++ new/virtualenv-1.11.2/PKG-INFO  2014-01-26 06:10:41.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 1.11
+Version: 1.11.2
 Summary: Virtual Python Environment builder
 Home-page: http://www.virtualenv.org
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -30,6 +30,22 @@
``$ENV/bin/python`` and re-running virtualenv on the same target 
directory
with the upgraded Python.
 
+
+1.11.2 (2014-01-26)
+~~~
+
+* Fixed easy_install installed virtualenvs by updated pip to 1.5.2
+
+1.11.1 (2014-01-20)
+~~~
+
+* Fixed an issue where pip and setuptools were not getting installed 
when using
+  the ``--system-site-packages`` flag.
+* Updated setuptools to fix an issue when installed with easy_install
+* Fixed an issue with Python 3.4 and sys.stdout encoding being set to 
ascii
+* Upgraded pip to v1.5.1
+* Upgraded setuptools to v2.1
+
 1.11 (2014-01-02)
 ~
 
@@ -41,6 +57,7 @@
   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``.
+* Fixed #495, --always-copy was failing (#PR 511)
 * Upgraded pip to v1.5
 * Upgraded setuptools to v1.4
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11/docs/conf.py 
new/virtualenv-1.11.2/docs/conf.py
--- old/virtualenv-1.11/docs/conf.py2014-01-02 14:37:50.0 +0100
+++ new/virtualenv-1.11.2/docs/conf.py  2014-01-26 06:08:12.0 +0100
@@ -83,14 +83,13 @@
 # given in html_static_path.
 #html_style = 'default.css'
 
-html_theme = 'default'
-if not on_rtd:
-try:
-import sphinx_rtd_theme
-html_theme = 'sphinx_rtd_theme'
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
-except ImportError:
-pass
+if os.environ.get('DOCS_LOCAL'):
+import sphinx_rtd_theme
+html_theme = "sphinx_rtd_theme"
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+else:
+# on RTD
+html_theme = 'default'
 
 
 # Add any paths that contain custom static files (such as style sheets) here,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.11/docs/news.rst 
new/virtualenv-1.11.2/docs/news.rst
--- old/virtualenv-1.11/do

commit python-virtualenv for openSUSE:Factory

2014-01-09 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2014-01-09 15:54:04

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2013-10-11 13:49:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2014-01-09 15:54:05.0 +0100
@@ -1,0 +2,16 @@
+Tue Jan  7 13:38:42 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:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.3ehdSe/_old  2014-01-09 15:54:05.0 +0100
+++ /var/tmp/diff_new_pack.3ehdSe/_new  2014-01-09 15:54:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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:   python-virtualenv
-Version:1.10.1
+Version:1.11
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
@@ -69,6 +69,9 @@
 
 %install
 python 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-%{py_ver} %{buildroot}%{_bindir}/virtualenv
 
 %pre
 # Since /usr/bin/virtualenv became ghosted to be used with 
update-alternatives, we have to
@@ -91,5 +94,8 @@
 %ghost %{_bindir}/virtualenv
 %{_bindir}/virtualenv-%{py_ver}
 %{python_sitelib}/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



commit python-virtualenv for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2013-10-11 13:49:26

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2013-07-29 21:12:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2013-10-11 13:49:28.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct 11 08:50:45 UTC 2013 - speili...@suse.com
+
+- Update to version 1.10.1:
+  + **New Signing Key** Release 1.10.1 is using a different key than normal 
with
+fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
+  + Upgraded pip to v1.4.1
+  + Upgraded setuptools to v0.9.8
+
+---

Old:

  virtualenv-1.10.tar.gz

New:

  virtualenv-1.10.1.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.PAKjmy/_old  2013-10-11 13:49:30.0 +0200
+++ /var/tmp/diff_new_pack.PAKjmy/_new  2013-10-11 13:49:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-virtualenv
-Version:1.10
+Version:1.10.1
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.10.tar.gz -> virtualenv-1.10.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.10/PKG-INFO 
new/virtualenv-1.10.1/PKG-INFO
--- old/virtualenv-1.10/PKG-INFO2013-07-23 23:06:22.0 +0200
+++ new/virtualenv-1.10.1/PKG-INFO  2013-08-08 03:12:14.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 1.10
+Version: 1.10.1
 Summary: Virtual Python Environment builder
 Home-page: http://www.virtualenv.org
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -628,6 +628,15 @@
``$ENV/bin/python`` and re-running virtualenv on the same target 
directory
with the upgraded Python.
 
+1.10.1 (2013-08-07)
+~~~
+
+* **New Signing Key** Release 1.10.1 is using a different key than 
normal with
+  fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
+* Upgraded pip to v1.4.1
+* Upgraded setuptools to v0.9.8
+
+
 1.10 (2013-07-23)
 ~
 
Files old/virtualenv-1.10/docs/.DS_Store and 
new/virtualenv-1.10.1/docs/.DS_Store differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.10/docs/news.rst 
new/virtualenv-1.10.1/docs/news.rst
--- old/virtualenv-1.10/docs/news.rst   2013-07-23 23:06:03.0 +0200
+++ new/virtualenv-1.10.1/docs/news.rst 2013-08-08 03:04:37.0 +0200
@@ -14,6 +14,15 @@
``$ENV/bin/python`` and re-running virtualenv on the same target directory
with the upgraded Python.
 
+1.10.1 (2013-08-07)
+~~~
+
+* **New Signing Key** Release 1.10.1 is using a different key than normal with
+  fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
+* Upgraded pip to v1.4.1
+* Upgraded setuptools to v0.9.8
+
+
 1.10 (2013-07-23)
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.10/virtualenv.egg-info/PKG-INFO 
new/virtualenv-1.10.1/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-1.10/virtualenv.egg-info/PKG-INFO2013-07-23 
23:06:22.0 +0200
+++ new/virtualenv-1.10.1/virtualenv.egg-info/PKG-INFO  2013-08-08 
03:12:14.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 1.10
+Version: 1.10.1
 Summary: Virtual Python Environment builder
 Home-page: http://www.virtualenv.org
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -628,6 +628,15 @@
``$ENV/bin/python`` and re-running virtualenv on the same target 
directory
with the upgraded Python.
 
+1.10.1 (2013-08-07)
+~~~
+
+* **New Signing Key** Release 1.10.1 is using a different key than 
normal with
+  fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
+* Upgraded pip to v1.4.1
+* Upgraded setuptools to v0.9.8
+
+
 1.10 (2013-07-23)
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.10/virtualenv.egg-info/SOURCES.txt 
new/virtualenv-1.10.1/virtualenv.egg-info/SOURCES.txt
--- old/virtualenv

commit python-virtualenv for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2013-07-29 21:11:59

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2013-03-17 10:13:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2013-07-29 21:12:01.0 +0200
@@ -1,0 +2,39 @@
+Mon Jul 29 15:28:21 UTC 2013 - speili...@suse.com
+
+- Don't drop shipped setuptools / pip, they've been fetched from the
+  interwebs previously. It doesn't make sense to use the (currently
+  matching) system equivalents, it's meant to be self-contained
+
+---
+Mon Jul 29 14:39:38 UTC 2013 - speili...@suse.com
+
+- Use update-alternatives for parallel-installability with Python3 version
+
+---
+Mon Jul 29 14:29:55 UTC 2013 - speili...@suse.com
+
+- Update to version 1.10:
+  + BACKWARDS INCOMPATIBLE Dropped support for Python 2.5. The minimum 
supported
+Python version is now Python 2.6.
+  + BACKWARDS INCOMPATIBLE Using virtualenv.py as an isolated script (i.e.
+without an associated virtualenv_support directory) is no longer supported
+for security reasons and will fail with an error.
+  + Along with this, --never-download is now always pinned to True, and is only
+being maintained in the short term for backward compatibility (Pull #412).
+  + IMPORTANT Switched to the new setuptools (v0.9.7) which has been merged 
with
+Distribute again and works for Python 2 and 3 with one codebase. The 
+--distribute and --setuptools options are now no-op.
+  + Updated to pip 1.4.
+  + Added support for PyPy3k
+  + Added the option to use a version number with the -p option to get the 
system
+copy of that Python version (Windows only)
+  + Removed embedded ez_setup.py, distribute_setup.py and 
distribute_from_egg.py
+files as part of switching to merged setuptools.
+  + Fixed --relocatable to work better on Windows.
+  + Fixed issue with readline on Windows.
+- Spec clean:
+  + Depend on setuptools instead of distribute again
+  + Package README.rst
+  + Build HTML documentation and install it (instead of sources)
+
+---

Old:

  virtualenv-1.9.1.tar.bz2

New:

  virtualenv-1.10.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.MMzoXF/_old  2013-07-29 21:12:02.0 +0200
+++ /var/tmp/diff_new_pack.MMzoXF/_new  2013-07-29 21:12:02.0 +0200
@@ -16,27 +16,27 @@
 #
 
 
-%{!?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(1)")}
-
 Name:   python-virtualenv
-Version:1.9.1
+Version:1.10
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
 License:MIT
 Group:  Development/Languages/Python
-Source: virtualenv-%{version}.tar.bz2
+Source: 
https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-Requires:   python-distribute
+# Documentation requirements
+BuildRequires:  python-Sphinx
 Requires:   python-pip
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+Requires:   python-setuptools
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
 %endif
-%endif
 
 %description
 virtualenv is a tool to create isolated Python environments.
@@ -62,19 +62,34 @@
 
 %prep
 %setup -q -n virtualenv-%{version}
-rm virtualenv_support/*.{egg,gz} # Remove in-tree libraries that are available 
as packages too
-sed -i "1d" virtualenv.py # Remove she-bang line for non-executable script
 
 %build
 python setup.py build
+python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%pre
+# Since /usr/bin/virtualenv became ghosted to be used with 
update-alternatives, we have to
+# get rid of the old 

commit python-virtualenv for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2012-12-05 14:06:30

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2012-09-25 10:46:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2012-12-05 14:06:33.0 +0100
@@ -1,0 +2,36 @@
+Tue Nov 27 07:53:41 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.8.4:
+  - Updated distribute to 0.6.31. This fixes #359 (numpy install
+regression) on UTF-8 platforms, and provides a workaround on
+other platforms: PYTHONIOENCODING=utf8 pip install numpy.
+  - When installing virtualenv via curl, don't forget to filter
+out arguments the distribute setup script won't understand.
+Fixes #358.
+  - Added some more integration tests.
+
+---
+Sun Nov 25 11:37:27 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.8.3:
+  - Fixed readline on OS X. Thanks minrk
+  - Updated distribute to 0.6.30 (improves our error reporting,
+plus new distribute features and fixes). Thanks Gabriel (g2p)
+  - Added compatibility with multiarch Python (Python 3.3 for example).
+Added an integration test. Thanks Gabriel (g2p)
+  - Added ability to install distribute from a user-provided egg,
+rather than the bundled sdist, for better speed. Thanks Paul Moore.
+  - Make the creation of lib64 symlink smarter about already-existing
+symlink, and more explicit about full paths. Fixes #334 and #330.
+Thanks Jeremy Orem.
+  - Give lib64 site-dir preference over lib on 64-bit systems, to
+avoid wrong 32-bit compiles in the venv. Fixes #328. Thanks Damien
+Nozay.
+  - Fix a bug with prompt-handling in activate.csh in non-interactive
+csh shells. Fixes #332. Thanks Benjamin Root for report and patch.
+  - Make it possible to create a virtualenv from within a Python 3.3
+pyvenv. Thanks Chris McDonough for the report.
+  - Add optional --setuptools option to be able to switch to it in
+case distribute is the default (like in Debian).
+
+---

Old:

  virtualenv-1.8.2.tar.bz2

New:

  virtualenv-1.8.4.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.bZ6wSG/_old  2012-12-05 14:06:34.0 +0100
+++ /var/tmp/diff_new_pack.bZ6wSG/_new  2012-12-05 14:06:34.0 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   python-virtualenv
-Version:1.8.2
+Version:1.8.4
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.8.2.tar.bz2 -> virtualenv-1.8.4.tar.bz2 ++
 2690 lines of diff (skipped)

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



commit python-virtualenv for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2012-09-25 10:46:54

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2012-06-26 18:03:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2012-09-25 10:46:56.0 +0200
@@ -1,0 +2,39 @@
+Thu Sep  6 11:52:11 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.8.2:
+  * Updated the included pip version to 1.2.1 to fix regressions
+introduced there in 1.2.
+
+---
+Mon Sep  3 12:55:40 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.8.1:
+  * Fixed distribute version used with --never-download. Thanks
+michr for report and patch.
+  * Fix creating Python 3.3 based virtualenvs by unsetting the
+__PYVENV_LAUNCHER__ environment variable in subprocesses.
+
+---
+Sat Sep  1 23:23:40 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.8:
+  - Dropped support for Python 2.4 The minimum supported Python
+version is now Python 2.5.
+  - Fix --relocatable on systems that use lib64. Fixes #78. Thanks
+Branden Rolston.
+  - Symlink some additional modules under Python 3. Fixes #194.
+Thanks Vinay Sajip, Ian Clelland, and Stefan Holek for the report.
+  - Fix --relocatable when a script uses __future__ imports. Thanks
+Branden Rolston.
+  - Fix a bug in the config option parser that prevented setting
+negative options with environemnt variables. Thanks Ralf Schmitt.
+  - Allow setting --no-site-packages from the config file.
+  - Use /usr/bin/multiarch-platform if available to figure out the
+include directory. Thanks for the patch, Mika Laitio.
+  - Fix install_name_tool replacement to work on Python 3.X.
+  - Handle paths of users' site-packages on Mac OS X correctly
+when changing the prefix.
+  - Updated the embedded version of distribute to 0.6.28 and pip
+to 1.2.
+
+---

Old:

  virtualenv-1.7.2.tar.bz2

New:

  virtualenv-1.8.2.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.Nnx8vp/_old  2012-09-25 10:46:57.0 +0200
+++ /var/tmp/diff_new_pack.Nnx8vp/_new  2012-09-25 10:46:57.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   python-virtualenv
-Version:1.7.2
+Version:1.8.2
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.7.2.tar.bz2 -> virtualenv-1.8.2.tar.bz2 ++
 2039 lines of diff (skipped)

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



commit python-virtualenv for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2012-06-26 18:03:18

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2012-02-24 06:54:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2012-06-26 18:03:18.0 +0200
@@ -1,0 +2,26 @@
+Fri Jun 22 22:33:28 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.7.2:
+  - Updated to distribute 0.6.27.
+  - Fix activate.fish on OS X. Fixes #8. Thanks David Schoonover.
+  - Create a virtualenv-x.x script with the Python version when
+installing, so virtualenv for multiple Python versions can be
+installed to the same script location. Thanks Miki Tebeka.
+  - Restored ability to create a virtualenv with a path longer than
+78 characters, without breaking creation of virtualenvs with
+non-ASCII paths. Thanks, Bradley Ayers.
+  - Added ability to create virtualenvs without having installed
+Apple's developers tools (using an own implementation of
+install_name_tool). Thanks Mike Hommey.
+  - Fixed PyPy and Jython support on Windows. Thanks Konstantin
+Zemlyak.
+  - Added pydoc script to ease use. Thanks Marc Abramowitz. Fixes
+#149.
+  - Fixed creating a bootstrap script on Python 3. Thanks Raul
+Leal. Fixes #280.
+  - Fixed inconsistency when having set the PYTHONDONTWRITEBYTECODE
+env var with the --distribute option or the
+VIRTUALENV_USE_DISTRIBUTE env var. VIRTUALENV_USE_DISTRIBUTE
+is now considered again as a legacy alias.
+
+---

Old:

  virtualenv-1.7.1.2.tar.bz2

New:

  virtualenv-1.7.2.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.fvlHLH/_old  2012-06-26 18:03:20.0 +0200
+++ /var/tmp/diff_new_pack.fvlHLH/_new  2012-06-26 18:03:20.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   python-virtualenv
-Version:1.7.1.2
+Version:1.7.2
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
@@ -74,7 +74,7 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.txt LICENSE.txt docs
-%{_bindir}/virtualenv
+%{_bindir}/virtualenv*
 %{python_sitelib}/virtualenv*
 
 %changelog

++ virtualenv-1.7.1.2.tar.bz2 -> virtualenv-1.7.2.tar.bz2 ++
 2670 lines of diff (skipped)

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



commit python-virtualenv for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2012-02-24 06:54:03

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2012-02-14 19:06:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2012-02-24 06:54:07.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 17 11:55:11 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.7.1.2:
+  * Fixed minor issue in --relocatable. Thanks, Cap Petschulat.
+- Aditional changes from 1.7.1.1:
+  * Bumped the version string in virtualenv.py up, too.
+  * Fixed rST rendering bug of long description.
+
+---

Old:

  virtualenv-1.7.tar.bz2

New:

  virtualenv-1.7.1.2.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.vkmxAO/_old  2012-02-24 06:54:09.0 +0100
+++ /var/tmp/diff_new_pack.vkmxAO/_new  2012-02-24 06:54:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenv
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,10 +16,12 @@
 #
 
 
+%{!?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(1)")}
 
 Name:   python-virtualenv
-Version:1.7
-Release:1
+Version:1.7.1.2
+Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
 License:MIT
@@ -35,7 +37,6 @@
 BuildArch:  noarch
 %endif
 %endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 virtualenv is a tool to create isolated Python environments.
@@ -70,9 +71,6 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.txt LICENSE.txt docs

++ virtualenv-1.7.tar.bz2 -> virtualenv-1.7.1.2.tar.bz2 ++
 4835 lines of diff (skipped)

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



commit python-virtualenv for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2012-02-14 19:06:43

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2011-09-23 12:43:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2012-02-14 19:06:44.0 +0100
@@ -1,0 +2,18 @@
+Wed Nov 30 13:55:03 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.7:
+  - Updated embedded Distribute release to 0.6.24. Thanks Alex
+Grönholm.
+  - Made --no-site-packages behavior the default behavior. The
+--no-site-packages flag is still permitted, but displays a
+warning when used. Thanks Chris McDonough.
+  - New flag: --system-site-packages; this flag should be passed
+to get the previous default global-site-package-including
+behavior back.
+  - Added ability to set command options as environment variables
+and options in a virtualenv.ini file.
+  - Fixed various encoding related issues with paths. Thanks
+Gunnlaugur Thor Briem.
+  - Made virtualenv.py script executable.
+
+---

Old:

  virtualenv-1.6.4.tar.bz2

New:

  virtualenv-1.7.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.Q149Vu/_old  2012-02-14 19:06:45.0 +0100
+++ /var/tmp/diff_new_pack.Q149Vu/_new  2012-02-14 19:06:45.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   python-virtualenv
-Version:1.6.4
+Version:1.7
 Release:1
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.6.4.tar.bz2 -> virtualenv-1.7.tar.bz2 ++
 2472 lines of diff (skipped)

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



commit python-virtualenv for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory
checked in at Mon Jul 25 17:30:02 CEST 2011.




--- python-virtualenv/python-virtualenv.changes 2011-07-19 15:29:34.0 
+0200
+++ python-virtualenv/python-virtualenv.changes 2011-07-22 01:39:24.0 
+0200
@@ -1,0 +2,6 @@
+Thu Jul 21 19:00:42 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.6.4:
+  * Restored ability to run on Python 2.4, too.
+
+---

calling whatdependson for head-i586


Old:

  virtualenv-1.6.3.tar.gz

New:

  virtualenv-1.6.4.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.xRcVmD/_old  2011-07-25 17:29:22.0 +0200
+++ /var/tmp/diff_new_pack.xRcVmD/_new  2011-07-25 17:29:22.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   python-virtualenv
-Version:1.6.3
-Release:2
+Version:1.6.4
+Release:1
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
 License:MIT
 Group:  Development/Languages/Python
-Source: virtualenv-%{version}.tar.gz
+Source: virtualenv-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 Requires:   python-distribute

++ virtualenv-1.6.3.tar.gz -> virtualenv-1.6.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.6.3/PKG-INFO 
new/virtualenv-1.6.4/PKG-INFO
--- old/virtualenv-1.6.3/PKG-INFO   2011-07-16 18:33:17.0 +0200
+++ new/virtualenv-1.6.4/PKG-INFO   2011-07-21 18:52:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: virtualenv
-Version: 1.6.3
+Version: 1.6.4
 Summary: Virtual Python Environment builder
 Home-page: http://www.virtualenv.org
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -424,6 +424,11 @@
 
 Beta release mid-July 2011, final release early August.
 
+1.6.4 (2011-07-21)
+~~
+
+* Restored ability to run on Python 2.4, too.
+
 1.6.3 (2011-07-16)
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.6.3/docs/news.txt 
new/virtualenv-1.6.4/docs/news.txt
--- old/virtualenv-1.6.3/docs/news.txt  2011-07-16 18:31:43.0 +0200
+++ new/virtualenv-1.6.4/docs/news.txt  2011-07-21 18:52:01.0 +0200
@@ -6,6 +6,11 @@
 
 Beta release mid-July 2011, final release early August.
 
+1.6.4 (2011-07-21)
+~~
+
+* Restored ability to run on Python 2.4, too.
+
 1.6.3 (2011-07-16)
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.6.3/setup.py 
new/virtualenv-1.6.4/setup.py
--- old/virtualenv-1.6.3/setup.py   2011-07-16 18:32:34.0 +0200
+++ new/virtualenv-1.6.4/setup.py   2011-07-21 18:52:01.0 +0200
@@ -26,7 +26,7 @@
 setup(name='virtualenv',
   # If you change the version here, change it in virtualenv.py and
   # docs/conf.py as well
-  version="1.6.3",
+  version="1.6.4",
   description="Virtual Python Environment builder",
   long_description=long_description,
   classifiers=[
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.6.3/virtualenv.egg-info/PKG-INFO 
new/virtualenv-1.6.4/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-1.6.3/virtualenv.egg-info/PKG-INFO   2011-07-16 
18:33:16.0 +0200
+++ new/virtualenv-1.6.4/virtualenv.egg-info/PKG-INFO   2011-07-21 
18:52:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: virtualenv
-Version: 1.6.3
+Version: 1.6.4
 Summary: Virtual Python Environment builder
 Home-page: http://www.virtualenv.org
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -424,6 +424,11 @@
 
 Beta release mid-July 2011, final release early August.
 
+1.6.4 (2011-07-21)
+~~
+
+* Restored ability to run on Python 2.4, too.
+
 1.6.3 (2011-07-16)
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-1.6.3/virtualenv.py 
new/virtualenv-1.6.4/virtualenv.py
--- old/virtualenv-1.6.3/virtualenv.py  2011-07-16 18:32:46.0 +0200
+++ new/virtualenv-1.6.4/virtualenv.py  2011-07-21 18:52:01.0 +0200
@@ -4,7 +4,7 @@
 
 # If you change the version here, change it in setup.py 
 # and docs/conf.py as well.
-virtualenv_version = "1.6.3"
+virtualenv_version = "1.6.4"
 
 import base64
 import sys
@@ -487,16 +487,17 @@
 sys.path = sys.path[1:]
 
 try

commit python-virtualenv for openSUSE:Factory

2011-07-20 Thread h_root

Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory
checked in at Wed Jul 20 10:07:43 CEST 2011.




--- python-virtualenv/python-virtualenv.changes 2011-07-17 03:04:24.0 
+0200
+++ /mounts/work_src_done/STABLE/python-virtualenv/python-virtualenv.changes
2011-07-19 15:29:34.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul 19 13:23:02 UTC 2011 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Remove she-bang line from non-executable script (rpmlint warning)
+  * Remove in-tree libraries (setuptools, pip & distribute)
+  * Don't package PKG-INFO but AUTHORS.txt and LICENSE.txt
+
+---

calling whatdependson for head-i586


Old:

  virtualenv-1.6.3.tar.bz2

New:

  virtualenv-1.6.3.tar.gz



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.k5TA2z/_old  2011-07-20 10:02:21.0 +0200
+++ /var/tmp/diff_new_pack.k5TA2z/_new  2011-07-20 10:02:21.0 +0200
@@ -16,27 +16,26 @@
 #
 
 
-%{!?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(1)")}
-
-%define mod_name virtualenv
 
-Name:   python-%{mod_name}
+Name:   python-virtualenv
 Version:1.6.3
-Release:1
-Url:http://www.virtualenv.org
+Release:2
+Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder
 License:MIT
 Group:  Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.bz2
+Source: virtualenv-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+Requires:   python-distribute
+Requires:   python-pip
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 virtualenv is a tool to create isolated Python environments.
@@ -61,10 +60,11 @@
 libraries either).
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n virtualenv-%{version}
+rm virtualenv_support/*.{egg,gz} # Remove in-tree libraries that are available 
as packages too
+sed -i "1d" virtualenv.py # Remove she-bang line for non-executable script
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
@@ -75,8 +75,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc PKG-INFO docs
-%python_sitelib/%{mod_name}*
-%{_bindir}/%{mod_name}
+%doc AUTHORS.txt LICENSE.txt docs
+%{_bindir}/virtualenv
+%{python_sitelib}/virtualenv*
 
 %changelog






Remember to have fun...

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



commit python-virtualenv for openSUSE:Factory

2011-04-14 Thread h_root

Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory
checked in at Thu Apr 14 13:07:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-virtualenv/python-virtualenv.changes
2011-04-13 20:37:20.0 +0200
@@ -0,0 +1,104 @@
+---
+Wed Apr 13 18:25:47 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.6:
+  * Added Python 3 support! Huge thanks to Vinay Sajip and Vitaly Babiy.
+  * Fixed creation of virtualenvs on Mac OS X when standard library modules
+(readline) are installed outside the standard library.
+  * Updated bundled pip to 1.0.
+- Regenerate spec file with py2pack.
+
+---
+Sun Sep 19 23:39:18 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 1.5.1:
+  - Added ``_weakrefset`` requirement for Python 2.7.1.
+  - Fixed Windows regression in 1.5.
+
+---
+Wed Sep 15 02:36:21 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 1.5:
+  - Include pip 0.8.1.
+  - Add support for PyPy.
+  - Uses a proper temporary dir when installing environment requirements.
+  - Add --prompt option to be able to override the default prompt prefix.
+  - Fix an issue with --relocatable on Windows.
+  - Fix issue with installing the wrong version of distribute.
+  - Add fish and csh activate scripts.
+
+---
+Fri May 28 01:50:35 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 1.4.9:
+  * Include pip 0.7.2.
+
+---
+Fri Apr 23 13:01:48 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 1.4.8:
+  * Fix for Mac OS X Framework builds that use
+``--universal-archs=intel``
+  * Fix ``activate_this.py`` on Windows.
+  * Allow ``$PYTHONHOME`` to be set, so long as you use ``source
+bin/activate`` it will get unset; if you leave it set and do not
+activate the environment it will still break the environment.
+  * Include pip 0.7.1.
+
+---
+Mon Apr 19 02:00:28 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 1.4.7:
+  * Include pip 0.7.
+
+---
+Wed Mar 31 22:56:52 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 1.4.6
+  * Allow ``activate.sh`` to skip updating the prompt (by setting
+``$VIRTUAL_ENV_DISABLE_PROMPT``).
+- Spec file cleaned with spec-cleaner.
+
+---
+Mon Mar 15 01:24:36 UTC 2010 - alexan...@exatati.com.br
+
+- Added python-setuptools as Requires;
+- Generated changes file from spec file;
+- Removed old tarballs;
+- Update to 1.4.5
+  - Include pip 0.6.3
+- Aditional changes from 1.4.4:
+  - Include pip 0.6.2 and Distribute 0.6.10
+  - Create the virtualenv script even when Setuptools isn’t installed
+  - Fix problem with virtualenv --relocate when bin/ has subdirectories
+(e.g., bin/.svn/); from Alan Franzoni.
+  - If you set $VIRTUALENV_USE_DISTRIBUTE then virtualenv will use
+Distribute by default (so you don’t have to remember to use --distribute).
+
+---
+Sat Nov 21 00:00:00 UTC 2009 - cfarrell1...@gmail.com
+
+- 1.4.3
+ * Include pip 0.6.1
+
+---
+Mon Nov  9 00:00:00 UTC 2009 - cfarrell1...@gmail.com
+
+- Update to 1.4
+  * Updated setuptools to 0.6c11
+  * Added the --distribute option
+  * Fixed packaging problem of support-files
+
+
+---
+Thu Mar  3 00:00:00 UTC 2009 - cfarrell1...@gmail.com
+
+- Update to 1.3.2
+  - Remove the [install] prefix = ... setting from virtualenv distutils.cfg as 
has been causing problems for a lot of people, in rather obscure ways.
+  - If you use a boot script it will attempt to import virtualenv and find a 
pre-downloaded Setuptools egg using that.
+  - Added platform-specific paths, like /usr/lib/pythonX.Y/plat-linux2
+
+---
+Wed Nov  5 00:00:00 UTC 2008 - cfarrell1...@gmail.com
+
+- Initial import and build - 1.3

calling whatdependson for head-i586


New:

  python-virtualenv.changes
  python-virtualenv.spec
  virtualenv-1.6.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
#
# spec file for package python-virtualenv
#
# Copyright (c) 2011 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
# upon. Th