#27 Update to 20.0.28
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-virtualenv 20.0.28  into  master

file modified
+6 -4
@@ -1,5 +1,5 @@ 

  Name:           python-virtualenv

- Version:        20.0.27

+ Version:        20.0.28

  Release:        1%{?dist}

  Summary:        Tool to create isolated Python environments

  
@@ -126,8 +126,6 @@ 

  # Skip tests which requires internet or some extra dependencies

  # Requires internet:

  # - test_download_*

- # Detects system Python even it should not (problem with mock?):

- # - test_py_info_to_system_raises

  # Uses disabled functionalities around bundled wheels:

  # - test_wheel_*

  # - test_seed_link_via_app_data
@@ -135,7 +133,7 @@ 

  # - 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_py_info_to_system_raises and not test_wheel_ and not test_download_ and not test_base_bootstrap_via_pip_invoke and not test_seed_link_via_app_data"

+ %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"

  

  rm -r tmp_path

  %endif
@@ -154,6 +152,10 @@ 

  

  

  %changelog

+ * Fri Jul 24 2020 Miro Hrončok <mhroncok@redhat.com> - 20.0.28-1

+ - Update to 20.0.28

+ - Fixes rhbz#1860272

+ 

  * Thu Jul 23 2020 Lumír Balhar <lbalhar@redhat.com> - 20.0.27-1

  - Update to 20.0.27 (#1854551)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (virtualenv-20.0.27.tar.gz) = 812a17d1461c8e62568f345aba0722204dd22d0d149720d00e37712a34a9d2d614e1b854f07d7e89e1eb6e915ca3f90e8e81fb9c2442ed637efdc6b2120153d7

+ SHA512 (virtualenv-20.0.28.tar.gz) = 4984ce046e0787bd44feb3b30f01d53f1840722693643cec086ac3ee61c471ebf619ea31b41a7e20cfd792d59a7ba19ef64b3a6bf3950891bdf15a49747e4712

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1860272

Don't deselect test_py_info_to_system_raises, it is skipped upstream:
https://github.com/pypa/virtualenv/issues/1882

This builds locally, let's see what does the CI say.

Build succeeded.

Nice, our friends from Suse reported the problem I didn't have time to investigate more.

CI is green and the diff looks good. Ship it.

Pull-Request has been merged by churchyard

3 years ago