14
0

- Update to 6.1.1:

- Update broken MSYS link in installation documentation
  - Add additional line to mkvirtualenv help
  - Update mkvirtualenv help to document -p/–python option
  - move linkcheck out of main doc build
  - make sure virtualenvwrapper_cd always tries to do something,
    even when it cannot infer the current shell
- Add python-virtualenvwrapper.rpmlintrc to quiet various
  problems with shell scripts linting.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=73
This commit is contained in:
2024-11-05 22:54:13 +00:00
committed by Git OBS Bridge
parent 825087558c
commit fd64624504
5 changed files with 24 additions and 4 deletions

View File

@@ -19,12 +19,13 @@
%bcond_with test
%global pythons python3
Name: python-virtualenvwrapper
Version: 6.1.0
Version: 6.1.1
Release: 0
Summary: Enhancements to virtualenv
License: MIT
URL: https://virtualenvwrapper.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
Source99: python-virtualenvwrapper.rpmlintrc
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
@@ -40,6 +41,8 @@ BuildRequires: %{python_module stevedore}
BuildRequires: %{python_module virtualenv-clone}
BuildRequires: %{python_module virtualenv}
%endif
Requires(post): update-alternatives
Requires(postun): update-alternatives
%python_subpackages
%description