Skip to content

Commit

Permalink
Update python-virtualenv to version 20.0.33 / rev 40 via SR 840217
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/840217
by user StevenK + dimstar_suse
- Update to 20.0.33:
  * Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. (`#1962 <https://github.com/pypa/virtualenv/issues/1962>`_)
  * Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`#1963 <https://github.com/pypa/virtualenv/issues/1963>`_)
  * For activation scripts always use UNIX line endings (unless it's BATCH shell related) - by :user:`saytosid`. (`#1818 <https://github.com/pypa/virtualenv/issues/1818>`_)
  * Avoid spawning new windows when doing seed package upgrades in the background on Windows - by :user:`gaborbernat`. (`#1928 <https://github.com/pypa/virtualenv/issues/1928>`_)
  * Fix a bug that reading and writing on the same file may cause race on multiple processes. (`#1938 <https://github.com/pypa/virtualenv/is
  • Loading branch information
StevenK authored and bmwiedemann committed Oct 29, 2020
1 parent c05b36a commit b348bbe
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 53 deletions.
Binary file modified packages/p/python-virtualenv/.files
Binary file not shown.
30 changes: 30 additions & 0 deletions packages/p/python-virtualenv/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,34 @@ ers toes by using a lock while creating the base images. By :user:`gaborbernat`.
- by :user:`gaborbernat`. (`#1781 &lt;https://github.com/pypa/virtualenv/issues/1781&gt;`_)</comment>
<requestid>819158</requestid>
</revision>
<revision rev="40" vrev="1">
<srcmd5>a8c59ef12a4cfecb6230a894d6e1a346</srcmd5>
<version>20.0.33</version>
<time>1603961222</time>
<user>dimstar_suse</user>
<comment>- Update to 20.0.33:
* Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. (`#1962 &lt;https://github.com/pypa/virtualenv/issues/1962&gt;`_)
* Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`#1963 &lt;https://github.com/pypa/virtualenv/issues/1963&gt;`_)
* For activation scripts always use UNIX line endings (unless it's BATCH shell related) - by :user:`saytosid`. (`#1818 &lt;https://github.com/pypa/virtualenv/issues/1818&gt;`_)
* Avoid spawning new windows when doing seed package upgrades in the background on Windows - by :user:`gaborbernat`. (`#1928 &lt;https://github.com/pypa/virtualenv/issues/1928&gt;`_)
* Fix a bug that reading and writing on the same file may cause race on multiple processes. (`#1938 &lt;https://github.com/pypa/virtualenv/issues/1938&gt;`_)
* Provide correct path for bash activator in cygwin or msys2 - by :user:`danyeaw`. (`#1940 &lt;https://github.com/pypa/virtualenv/issues/1940&gt;`_)
* Relax importlib requirement to allow version&lt;3 - by :user:`usamasadiq` (`#1953 &lt;https://github.com/pypa/virtualenv/issues/1953&gt;`_)
* pth files were not processed on CPython2 if $PYTHONPATH was pointing to site-packages/ - by :user:`navytux`. (`#1959 &lt;https://github.com/pypa/virtualenv/issues/1959&gt;`_) (`#1960 &lt;https://github.com/pypa/virtualenv/issues/1960&gt;`_)
* Fix test suite failing if run from system Python - by :user:`gaborbernat`. (`#1882 &lt;https://github.com/pypa/virtualenv/issues/1882&gt;`_)
* Provide ``setup_logging`` flag to python API so that users can bypass logging handling if their application already
* performs this - by :user:`gaborbernat`. (`#1896 &lt;https://github.com/pypa/virtualenv/issues/1896&gt;`_)
* Use ``\n`` instead if ``\r\n`` as line separator for report (because Python already performs this transformation
* automatically upon write to the logging pipe) - by :user:`gaborbernat`. (`#1905 &lt;https://github.com/pypa/virtualenv/issues/1905&gt;`_)
* No longer preimport threading to fix support for `gpython &lt;https://pypi.org/project/pygolang/#gpython&gt;`_ and `gevent &lt;https://www.gevent.org/&gt;`_ - by :user:`navytux`. (`#1897 &lt;https://github.com/pypa/virtualenv/issues/1897&gt;`_)
* Bump dependency ``distutils &gt;= 0.3.1`` - by :user:`gaborbernat`. (`#1880 &lt;https://github.com/pypa/virtualenv/issues/1880&gt;`_)
* Improve periodic update handling:
+ better logging output while running and enable logging on background process call (``_VIRTUALENV_PERIODIC_UPDATE_INLINE`` may be used to debug behaviour inline)
+ fallback to unverified context when querying the PyPi for release date,
+ stop downloading wheels once we reach the embedded version, by :user:`gaborbernat`. (`#1883 &lt;https://github.com/pypa/virtualenv/issues/1883&gt;`_)
* Do not print error message if the application exists with ``SystemExit(0)`` - by :user:`gaborbernat`. (`#1885 &lt;https://github.com/pypa/virtualenv/issues/1885&gt;`_)
- Update Requires of python-distlib
- Drop tests.patch, included upstream.</comment>
<requestid>840217</requestid>
</revision>
</revisionlist>
27 changes: 27 additions & 0 deletions packages/p/python-virtualenv/python-virtualenv.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Oct 8 04:11:15 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

- Update to 20.0.33:
* Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. (`#1962 <https://github.com/pypa/virtualenv/issues/1962>`_)
* Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`#1963 <https://github.com/pypa/virtualenv/issues/1963>`_)
* For activation scripts always use UNIX line endings (unless it's BATCH shell related) - by :user:`saytosid`. (`#1818 <https://github.com/pypa/virtualenv/issues/1818>`_)
* Avoid spawning new windows when doing seed package upgrades in the background on Windows - by :user:`gaborbernat`. (`#1928 <https://github.com/pypa/virtualenv/issues/1928>`_)
* Fix a bug that reading and writing on the same file may cause race on multiple processes. (`#1938 <https://github.com/pypa/virtualenv/issues/1938>`_)
* Provide correct path for bash activator in cygwin or msys2 - by :user:`danyeaw`. (`#1940 <https://github.com/pypa/virtualenv/issues/1940>`_)
* Relax importlib requirement to allow version<3 - by :user:`usamasadiq` (`#1953 <https://github.com/pypa/virtualenv/issues/1953>`_)
* pth files were not processed on CPython2 if $PYTHONPATH was pointing to site-packages/ - by :user:`navytux`. (`#1959 <https://github.com/pypa/virtualenv/issues/1959>`_) (`#1960 <https://github.com/pypa/virtualenv/issues/1960>`_)
* Fix test suite failing if run from system Python - by :user:`gaborbernat`. (`#1882 <https://github.com/pypa/virtualenv/issues/1882>`_)
* Provide ``setup_logging`` flag to python API so that users can bypass logging handling if their application already
* performs this - by :user:`gaborbernat`. (`#1896 <https://github.com/pypa/virtualenv/issues/1896>`_)
* Use ``\n`` instead if ``\r\n`` as line separator for report (because Python already performs this transformation
* automatically upon write to the logging pipe) - by :user:`gaborbernat`. (`#1905 <https://github.com/pypa/virtualenv/issues/1905>`_)
* No longer preimport threading to fix support for `gpython <https://pypi.org/project/pygolang/#gpython>`_ and `gevent <https://www.gevent.org/>`_ - by :user:`navytux`. (`#1897 <https://github.com/pypa/virtualenv/issues/1897>`_)
* Bump dependency ``distutils >= 0.3.1`` - by :user:`gaborbernat`. (`#1880 <https://github.com/pypa/virtualenv/issues/1880>`_)
* Improve periodic update handling:
+ better logging output while running and enable logging on background process call (``_VIRTUALENV_PERIODIC_UPDATE_INLINE`` may be used to debug behaviour inline)
+ fallback to unverified context when querying the PyPi for release date,
+ stop downloading wheels once we reach the embedded version, by :user:`gaborbernat`. (`#1883 <https://github.com/pypa/virtualenv/issues/1883>`_)
* Do not print error message if the application exists with ``SystemExit(0)`` - by :user:`gaborbernat`. (`#1885 <https://github.com/pypa/virtualenv/issues/1885>`_)
- Update Requires of python-distlib
- Drop tests.patch, included upstream.

-------------------------------------------------------------------
Tue Jul 7 07:20:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

Expand Down
6 changes: 2 additions & 4 deletions packages/p/python-virtualenv/python-virtualenv.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,18 @@
%bcond_with test
%endif
Name: python-virtualenv%{psuffix}
Version: 20.0.25
Version: 20.0.33
Release: 0
Summary: Virtual Python Environment builder
License: MIT
URL: http://www.virtualenv.org/
Source: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
Patch0: tests.patch
BuildRequires: %{python_module setuptools >= 41.0.0}
BuildRequires: %{python_module setuptools_scm >= 2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-appdirs >= 1.4.3
Requires: python-distlib >= 0.3.0
Requires: python-distlib >= 0.3.1
Requires: python-filelock >= 3.0.0
Requires: python-importlib-metadata >= 0.12
Requires: python-importlib_resources >= 1.0
Expand Down Expand Up @@ -88,7 +87,6 @@ libraries either).

%prep
%setup -q -n virtualenv-%{version}
%autopatch -p1

%build
%python_build
Expand Down
48 changes: 0 additions & 48 deletions packages/p/python-virtualenv/tests.patch

This file was deleted.

1 change: 0 additions & 1 deletion packages/p/python-virtualenv/virtualenv-20.0.25.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-virtualenv/virtualenv-20.0.33.tar.gz

0 comments on commit b348bbe

Please sign in to comment.