forked from pool/python-resolvelib
Accepting request 794553 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-resolvelib?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 15 15:49:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.3.0
|
||||||
|
* Provide both the requirements and their parents as exceptiondata for the
|
||||||
|
``ResolutionImpossible`` exception, via a ``causes`` attribute that replaces
|
||||||
|
the previous ``requirements`` attribute.
|
||||||
|
* Make resolver backtrack when none of the candidates requested for a package
|
||||||
|
are able to resolve due to them requesting unworkable requirements, or a
|
||||||
|
package has no candidates at all. Previously the resolver would give up on the
|
||||||
|
spot.
|
||||||
|
* Ensure the result returned by the resolver only contains candidates that are
|
||||||
|
actually needed. This is done by tracing the graph after resolution completes,
|
||||||
|
snipping nodes that don’t have a route to the root.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 16 17:27:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sat Mar 16 17:27:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-resolvelib
|
# spec file for package python-resolvelib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-resolvelib
|
Name: python-resolvelib
|
||||||
Version: 0.2.2
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module to resolve abstract dependencies into concrete ones
|
Summary: Module to resolve abstract dependencies into concrete ones
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/sarugaku/resolvelib
|
URL: https://github.com/sarugaku/resolvelib
|
||||||
Source: https://github.com/sarugaku/resolvelib/archive/%{version}.tar.gz#/resolvelib-%{version}.tar.gz
|
Source: https://github.com/sarugaku/resolvelib/archive/%{version}.tar.gz#/resolvelib-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module commentjson}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3418810b814b6e4e8ce2e8b814ba96bb68038169b20a13c4c7eb324f73f3d93c
|
|
||||||
size 13034
|
|
3
resolvelib-0.3.0.tar.gz
Normal file
3
resolvelib-0.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bddb31a88b77a74c3df5d0ff0c460ab7d0079ac61b91a44242f35251472c272c
|
||||||
|
size 376049
|
Reference in New Issue
Block a user