forked from pool/python-micropipenv
- 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)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-micropipenv?expand=0&rev=3
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%define modname micropipenv
|
||||
Name: python-micropipenv
|
||||
Version: 1.4.5
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Convert various requirements-type files to use with pip-tools
|
||||
License: LGPL-3.0-or-later
|
||||
@@ -31,7 +31,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pip
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Suggests: python-toml
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
|
||||
Reference in New Issue
Block a user