diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 5ea72126a0018777980f359a27c698078fbeb9e2..bcf669722f5a518de501075ccd103939df3e9a14 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,14 +1,14 @@ -%define anolis_release 1 +%define anolis_release 1 %bcond_with tests Name: python-virtualenv -Version: 20.28.0 +Version: 20.28.1 Release: %{anolis_release}%{?dist} Summary: Tool to create isolated Python environments License: MIT URL: http://pypi.python.org/pypi/virtualenv -Source0: %{pypi_source virtualenv} +Source0: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-20.28.1.tar.gz # Add /usr/share/python-wheels to extra_search_dir Patch1: rpm-wheels.patch @@ -38,6 +38,18 @@ BuildRequires: python3-pytest-timeout BuildRequires: python-pip-wheel BuildRequires: python-setuptools-wheel BuildRequires: python-wheel-wheel +BuildRequires: fish +BuildRequires: gcc +BuildRequires: python3-flaky +BuildRequires: python3-packaging +BuildRequires: python3-pytest +BuildRequires: python3-pytest-env +BuildRequires: python3-pytest-mock +BuildRequires: python3-pytest-randomly +BuildRequires: python3-pytest-timeout +BuildRequires: python3-setuptools +BuildRequires: python3-time-machine +BuildRequires: tcsh %description virtualenv is a tool to create isolated Python environments. virtualenv @@ -139,6 +151,10 @@ PIP_CERT=/etc/pki/tls/certs/ca-bundle.crt \ %doc README.md %changelog +* Fri Sep 12 2025 wenyuzifangtest001 - 20.28.1-1 +- Updated to version 20.28.1 to fix xxxxxx + + * Tue Jun 17 2025 yangcheng - 20.28.0-1 - update to 20.28.0 to fix CVE-2024-53899 diff --git a/virtualenv-20.28.0.tar.gz b/virtualenv-20.28.1.tar.gz similarity index 76% rename from virtualenv-20.28.0.tar.gz rename to virtualenv-20.28.1.tar.gz index bd38792df647a89a5934662674695ea037969e7a..a2cf9d3d5be27b47a2e2c4398bfe03ec7c347054 100644 Binary files a/virtualenv-20.28.0.tar.gz and b/virtualenv-20.28.1.tar.gz differ