forked from pool/python-micropipenv
* Possibility to override the default index URL via `MICROPIPENV_DEFAULT_INDEX_URLS` * Tests with Python 3.12 without setuptools by default in virtual environments * Test with pip=23.3.1 * Fix comparing of packages' names in pyproject.toml and poetry.lock * Fix support for poetry main/dev groups * Fix compatibility with poetry 1.5+ * Test with pip=23.0.1 * Fix error for 'only-direct' when package entry has no explicit 'version' in the Pipfile (#256) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-micropipenv?expand=0&rev=3
22 lines
817 B
Plaintext
22 lines
817 B
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 7 22:12:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.6.0:
|
|
* Possibility to override the default index URL via
|
|
`MICROPIPENV_DEFAULT_INDEX_URLS`
|
|
* Tests with Python 3.12 without setuptools by default in
|
|
virtual environments
|
|
* Test with pip=23.3.1
|
|
* Fix comparing of packages' names in pyproject.toml and
|
|
poetry.lock
|
|
* Fix support for poetry main/dev groups
|
|
* Fix compatibility with poetry 1.5+
|
|
* Test with pip=23.0.1
|
|
* Fix error for 'only-direct' when package entry has no
|
|
explicit 'version' in the Pipfile (#256)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 13 22:45:34 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort for micropipenv 1.4.5.
|