Bug 1221383 - virtualenv 12.1.1 has been released
Summary: virtualenv 12.1.1 has been released
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-virtualenv
Version: 23
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Steve Milner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-13 22:04 UTC by Orion Poplawski
Modified: 2016-02-22 15:52 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-22 15:52:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2015-05-13 22:04:48 UTC
Description of problem:

virtualenv 12.1.1 has been released.  Also, you might switch to the github tarballs which ship the tests so you could run them in %check.

Comment 1 Orion Poplawski 2015-05-13 22:23:03 UTC
Something like:

Source0:        https://github.com/pypa/virtualenv/archive/%{version}.tar.gz#/virtualenv-%{version}.tar.gz

# for tests
BuildRequires:  pytest
BuildRequires:  python-mock

# for tests
BuildRequires:  python3-pytest
BuildRequires:  python3-mock

%check
py.test
%if 0%{?with_python3}
pushd %{py3dir}
py.test-3.4
popd
%endif

Comment 2 Orion Poplawski 2015-05-13 23:05:35 UTC
Tests seem to fail - https://github.com/pypa/virtualenv/issues/530

Comment 3 Orion Poplawski 2015-05-18 16:33:13 UTC
It would be nice to see the Fedora python's folk take on https://github.com/pypa/virtualenv/pull/757 for dealing with lib64 directories.

Comment 4 Jan Kurik 2015-07-15 14:09:44 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 5 Christian Stadelmann 2016-02-21 08:30:25 UTC
Now virtualenv 14.0.6 is available: https://pypi.python.org/pypi/virtualenv


Note You need to log in before you can comment on or make changes to this bug.