Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-virtualenv.git#a9942a98320adcdee5427d1f7cdec3215f20a32a
This commit is contained in:
parent
13e2dfe4cc
commit
c420502be8
@ -1,5 +1,5 @@
|
||||
Name: python-virtualenv
|
||||
Version: 20.1.0
|
||||
Version: 20.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool to create isolated Python environments
|
||||
|
||||
@ -33,7 +33,6 @@ BuildRequires: python3-towncrier
|
||||
%if %{with tests}
|
||||
BuildRequires: fish
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python3-coverage
|
||||
BuildRequires: python3-flaky
|
||||
BuildRequires: python3-packaging
|
||||
BuildRequires: python3-pytest
|
||||
@ -133,7 +132,11 @@ unset SOURCE_DATE_EPOCH
|
||||
# - test_acquire_find_wheel.py (whole file)
|
||||
# Uses disabled functionalities around automatic updates:
|
||||
# - test_periodic_update.py (whole file)
|
||||
%pytest -vv -k "not test_acquire_find_wheel and not test_periodic_update and not test_wheel_ and not test_download_ and not test_base_bootstrap_via_pip_invoke and not test_seed_link_via_app_data"
|
||||
# Workaround xonsh tests not being skipped when xonsh is missing:
|
||||
# - test_xonsh
|
||||
# - https://github.com/pypa/virtualenv/issues/2014
|
||||
# - https://github.com/pypa/virtualenv/pull/2013
|
||||
%pytest -vv -k "not test_acquire_find_wheel and not test_periodic_update and not test_wheel_ and not test_download_ and not test_base_bootstrap_via_pip_invoke and not test_seed_link_via_app_data and not xonsh"
|
||||
|
||||
rm -r tmp_path
|
||||
%endif
|
||||
@ -152,6 +155,9 @@ rm -r tmp_path
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 23 2020 Lumír Balhar <lbalhar@redhat.com> - 20.2.1-1
|
||||
- Update to 20.2.1 (#1900253)
|
||||
|
||||
* Wed Nov 18 2020 Lumír Balhar <lbalhar@redhat.com> - 20.1.0-1
|
||||
- Update to 20.1.0 (#1891297)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (virtualenv-20.1.0.tar.gz) = 740bf8ba30d836c240d248dd2fa31a8702cfa8f96a6192dd6430dbeff3ebbf0fe67d4fd2439ed4961869731520b097783a29381eae3f81f6700b6050b75422c8
|
||||
SHA512 (virtualenv-20.2.1.tar.gz) = e7877a9766bc47f47a07219258201ad8457ca587a04d61119a0516da43016dda4b5cfeaf725dd0b06f1f896ac8af0f3d7a2ceed3d3f35ac7a4b6ecc607c84118
|
||||
|
Loading…
Reference in New Issue
Block a user