diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 8c8bacb..4ab450e 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jun 24 21:01:48 UTC 2020 - Dirk Mueller + +- update to 20.0.25:# + * Fix that when the ``app-data`` seeders image creation fails the exception is silently ignored. Avoid two virtual environment creations to step on each oth +ers toes by using a lock while creating the base images. By :user:`gaborbernat`. (`#1869 `_) + * Ensure that the seeded packages do not get too much out of date: ++ More details under :ref:`wheels` - by :user:`gaborbernat`. (`#1821 `_) + * Upgrade embed wheel content: ++ - ship wheels for Python ``3.9`` and ``3.10`` ++ - upgrade setuptools for Python ``3.5+`` from ``47.1.1`` to ``47.3.1`` + * Fix typo in ``setup.cfg`` - by :user:`RowdyHowell`. (`#1857 `_) + * Relax ``importlib.resources`` requirement to also allow version 2 - by :user:`asottile`. (`#1846 `_) + * Upgrade embedded setuptools to ``44.1.1`` for python 2 and ``47.1.1`` for python3.5+ - by :user:`gaborbernat`. (`#1855 `_) + ------------------------------------------------------------------- Tue Jun 2 17:21:55 UTC 2020 - Dirk Mueller diff --git a/python-virtualenv.spec b/python-virtualenv.spec index f202210..444a5d4 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-virtualenv%{psuffix} -Version: 20.0.21 +Version: 20.0.25 Release: 0 Summary: Virtual Python Environment builder License: MIT diff --git a/virtualenv-20.0.21.tar.gz b/virtualenv-20.0.21.tar.gz deleted file mode 100644 index c9d743c..0000000 --- a/virtualenv-20.0.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a116629d4e7f4d03433b8afa27f43deba09d48bc48f5ecefa4f015a178efb6cf -size 8044843 diff --git a/virtualenv-20.0.25.tar.gz b/virtualenv-20.0.25.tar.gz new file mode 100644 index 0000000..146e977 --- /dev/null +++ b/virtualenv-20.0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f332ba0b2dfbac9f6b1da9f11224f0036b05cdb4df23b228527c2a2d5504aeed +size 8059847