- update to 2.6.0:

* Environments now have a default name, '.venv'.
  * Remove Python 3.7 compatibility from tests.
  * Require Python 3.8 or later.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=12
This commit is contained in:
Dirk Mueller 2024-01-13 20:49:19 +00:00 committed by Git OBS Bridge
parent fe776c05bd
commit ab1dc8b298

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 13 20:49:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.6.0:
* Environments now have a default name, '.venv'.
* Remove Python 3.7 compatibility from tests.
* Require Python 3.8 or later.
-------------------------------------------------------------------
Fri Apr 21 12:27:17 UTC 2023 - Dirk Müller <dmueller@suse.com>