diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index f3a7726..535441e 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 14 06:37:26 UTC 2024 - Matej Cepl + +- 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. + ------------------------------------------------------------------- Fri Mar 8 05:47:59 UTC 2024 - Steve Kowalik diff --git a/python-virtualenvwrapper.rpmlintrc b/python-virtualenvwrapper.rpmlintrc new file mode 100644 index 0000000..4e6c617 --- /dev/null +++ b/python-virtualenvwrapper.rpmlintrc @@ -0,0 +1,4 @@ +# Compatibility shims for zsh/bash compatibility are exceedingly ugly, but it doesn't look like an error +addFilter("bin-sh-syntax-error /usr/bin/virtualenvwrapper.*"); +# construct while [ $something $op $# ] ; do is also ugly, but AFAIK not an error +addFilter("potential-bashisms /usr/bin/virtualenvwrapper.*"); diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index 33a9332..0ce2470 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -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 diff --git a/virtualenvwrapper-6.1.0.tar.gz b/virtualenvwrapper-6.1.0.tar.gz deleted file mode 100644 index aaa4ae7..0000000 --- a/virtualenvwrapper-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d467beac5a44be00fb5cd1bcf332398c3dab5fb3bd3af7815ea86b4d6bb3d3a4 -size 95880 diff --git a/virtualenvwrapper-6.1.1.tar.gz b/virtualenvwrapper-6.1.1.tar.gz new file mode 100644 index 0000000..72d0f8e --- /dev/null +++ b/virtualenvwrapper-6.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112e7ea34a9a3ce90aaea54182f0d3afef4d1a913eeb75e98a263b4978cd73c6 +size 95964