stable

python-filelock-3.3.1-2.fc35 and python-virtualenv-20.13.4-2.fc35

FEDORA-2022-091e224e1d created by lbalhar a year ago for Fedora 35

Update virtualenv to fix a problem with pypy3.[89]

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2022-091e224e1d

This update's test gating status has been changed to 'waiting'.

a year ago

This update has been submitted for testing by bodhi.

a year ago

This update's test gating status has been changed to 'ignored'.

a year ago
User Icon churchyard commented & provided feedback a year ago
karma

This fixes the PyPy problem for me:

Before

$ rpm -q python3-virtualenv
python3-virtualenv-20.8.1-1.fc35.noarch

$ virtualenv --python /usr/bin/pypy3.8 pypy38
PermissionError: [Errno 13] Permission denied: '/home/churchyard/tmp/pypy38/lib/pypy3.8/site-packages/_virtualenv.pth'

$ virtualenv --python /usr/bin/pypy3.9 pypy39
PermissionError: [Errno 13] Permission denied: '/home/churchyard/tmp/pypy39/lib/pypy3.9/site-packages/_virtualenv.pth'

$ rm -rf pypy3*

After:

$ rpm -q python3-virtualenv
python3-virtualenv-20.13.4-2.fc35.noarch

$ virtualenv --python /usr/bin/pypy3.8 pypy38
created virtual environment PyPy3.8.13.final.0-64 in 153ms
  creator PyPy3Posix(dest=/home/churchyard/tmp/pypy38, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(extra_search_dir=/usr/share/python-wheels,download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/churchyard/.local/share/virtualenv)
    added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.36.2
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

$ virtualenv --python /usr/bin/pypy3.9 pypy39
created virtual environment PyPy3.9.12.final.0-64 in 218ms
  creator PyPy3Posix(dest=/home/churchyard/tmp/pypy39, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(extra_search_dir=/usr/share/python-wheels,download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/churchyard/.local/share/virtualenv)
    added seed packages: pip==22.0.4, setuptools==62.1.0, wheel==0.37.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

This update has been submitted for stable by bodhi.

a year ago

This update has been pushed to stable.

a year ago

Please login to add feedback.

Metadata
Type
bugfix
Karma
1
Signed
Content Type
RPM
Test Gating
Settings
Unstable by Karma
-1
Stable by Karma
1
Stable by Time
7 days
Dates
submitted
a year ago
in stable
a year ago

Automated Test Results