File python3-virtualenv.changes of Package python3-virtualenv
-------------------------------------------------------------------
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