14
0

- Update to 6.1.0:

* Breaking Changes
    + formally drop Python 2 support
    + remove toggleglobalsitepackages command, since virtualenv seems to
      have removed that capability
    + drop ksh support
    + remove python2 from startup logic for finding the python interpreter
    + Updated tested Python versions in README.
  * Features
    + add a --version option to the hook loader
  * Miscellaneous Improvements
    + switch to implicit namespaces
    + modernize packaging
    + Update the tested Python versions to match README
    + Changed workon's env switching to use OR not $?
    + Fix issues for python 3.12
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- Drop patch virtualenvwrapper-4.8.4-python_version.patch, no longer
  required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=71
This commit is contained in:
2024-03-08 05:48:36 +00:00
committed by Git OBS Bridge
parent 0e0175ec99
commit 825087558c
5 changed files with 38 additions and 28 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Mar 8 05:47:59 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 6.1.0:
* Breaking Changes
+ formally drop Python 2 support
+ remove toggleglobalsitepackages command, since virtualenv seems to
have removed that capability
+ drop ksh support
+ remove python2 from startup logic for finding the python interpreter
+ Updated tested Python versions in README.
* Features
+ add a --version option to the hook loader
* Miscellaneous Improvements
+ switch to implicit namespaces
+ modernize packaging
+ Update the tested Python versions to match README
+ Changed workon's env switching to use OR not $?
+ Fix issues for python 3.12
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- Drop patch virtualenvwrapper-4.8.4-python_version.patch, no longer
required.
-------------------------------------------------------------------
Sat Feb 13 22:07:00 UTC 2021 - Dirk Müller <dmueller@suse.com>