File python3-virtualenv.changes of Package python3-virtualenv
-------------------------------------------------------------------
Sun Aug 23 00:17:07 UTC 2015 - arun@gmx.de
- update to version 13.1.2:
* Upgrade pip to 7.1.2.
- 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.
-------------------------------------------------------------------
Tue Jul 28 10:18:51 UTC 2015 - toddrme2178@gmail.com
- Don't depend on pip for python >= 3.4, since it is built-in.
-------------------------------------------------------------------
Tue Jul 28 09:11:02 UTC 2015 - toddrme2178@gmail.com
- Split documentation into a separate subpackage to avoid a
dependency loop.
-------------------------------------------------------------------
Thu Jul 2 03:50:59 UTC 2015 - jacobwinski@gmail.com
- update to version 13.1.0
* Upgrade pip to 7.1.0
* Upgrade setuptools to 18.0.1
- changes from version 13.0.3
* Upgrade pip to 7.1.0
* Upgrade setuptools to 18.0.1
-------------------------------------------------------------------
Tue Jun 2 02:51:10 UTC 2015 - arun@gmx.de
- update to version 13.0.3:
* Upgrade pip to 7.0.3
- changes from version 13.0.2:
* Upgrade pip to 7.0.2
* Upgrade setuptools to 17.0
-------------------------------------------------------------------
Mon May 25 05:09:57 UTC 2015 - arun@gmx.de
- update to version 13.0.1:
* Upgrade pip to 7.0.1
- 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.
-------------------------------------------------------------------
Tue Apr 7 17:30:30 UTC 2015 - arun@gmx.de
- update to version 12.1.1:
* Upgrade pip to 6.1.1
- changes from version 12.1.0:
* Upgrade setuptools to 15.0
* Upgrade pip to 6.1.0
-------------------------------------------------------------------
Thu Feb 5 23:35:52 UTC 2015 - arun@gmx.de
- update to version 12.0.7:
* Upgrade pip to 6.0.8
-------------------------------------------------------------------
Sat Jan 31 22:01:21 UTC 2015 - arun@gmx.de
- update to version 12.0.6:
* Upgrade pip to 6.0.7
* Upgrade setuptools to 12.0.5
-------------------------------------------------------------------
Sun Jan 4 20:33:16 UTC 2015 - arun@gmx.de
- specfile: update copyright year
- update to version 12.0.5:
* Upgrade pip to 6.0.6
* Upgrade setuptools to 11.0
-------------------------------------------------------------------
Wed Dec 31 20:28:38 UTC 2014 - arun@gmx.de
- update to 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.
- 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
- changes from version 12.0.2:
* Upgraded pip to 6.0.2
- changes from version 12.0.1:
* Upgraded pip to 6.0.1
- 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
-------------------------------------------------------------------
Sat Nov 08 21:45:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in pre script
-------------------------------------------------------------------
Thu Jul 3 08:25:32 UTC 2014 - speilicke@suse.com
- Update to version 1.11.6:
+ Updated setuptools to 3.5
+ Updated pip to 1.5.6
- Changes from version 1.11.5:
+ Updated setuptools to 3.4.4
+ Updated documentation to use https://virtualenv.pypa.io/
+ Updated pip to 1.5.5
-------------------------------------------------------------------
Sun Mar 30 09:13:20 UTC 2014 - toddrme2178@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
-------------------------------------------------------------------
Tue Feb 11 09:54:08 UTC 2014 - dmueller@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
-------------------------------------------------------------------
Wed Jan 8 09:42:15 UTC 2014 - speilicke@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
-------------------------------------------------------------------
Fri Oct 11 08:52:19 UTC 2013 - speilicke@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
-------------------------------------------------------------------
Mon Jul 29 15:27:03 UTC 2013 - speilicke@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:41:32 UTC 2013 - speilicke@suse.com
- Initial version