From 8ad5ddbf304ad7d9d8f69be81ffcca294f87fd04ece7ea6dec6d72106e079e5b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Jul 2022 08:26:53 +0000 Subject: [PATCH] - update to 0.8.1: * A new reporter hook ``resolving_conflicts`` is added. The resolver triggers * this hook when it detects conflicts in the dependency tree, and before it * attempts to fix them. The hook accepts one single argument ``causes``, which * is a list of ``(requirement, parent)`` 2-tuples that represents all the * edges that lead to the detected conflicts. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=8 --- python-resolvelib.changes | 10 ++++++++++ python-resolvelib.spec | 4 ++-- resolvelib-0.8.0.tar.gz | 3 --- resolvelib-0.8.1.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 resolvelib-0.8.0.tar.gz create mode 100644 resolvelib-0.8.1.tar.gz diff --git a/python-resolvelib.changes b/python-resolvelib.changes index 5ce4b6c..3d0976c 100644 --- a/python-resolvelib.changes +++ b/python-resolvelib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jul 17 08:24:27 UTC 2022 - Dirk Müller + +- update to 0.8.1: + * A new reporter hook ``resolving_conflicts`` is added. The resolver triggers + * this hook when it detects conflicts in the dependency tree, and before it + * attempts to fix them. The hook accepts one single argument ``causes``, which + * is a list of ``(requirement, parent)`` 2-tuples that represents all the + * edges that lead to the detected conflicts. + ------------------------------------------------------------------- Sun Nov 7 18:26:54 UTC 2021 - Dirk Müller diff --git a/python-resolvelib.spec b/python-resolvelib.spec index c76ea58..fed6992 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -1,7 +1,7 @@ # # spec file for package python-resolvelib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-resolvelib -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: Module to resolve abstract dependencies into concrete ones License: ISC diff --git a/resolvelib-0.8.0.tar.gz b/resolvelib-0.8.0.tar.gz deleted file mode 100644 index 97121ee..0000000 --- a/resolvelib-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:247e9e4055b09f393013ea66f3b9616d58c419db3f5cc4fdecf2d12744beb840 -size 765655 diff --git a/resolvelib-0.8.1.tar.gz b/resolvelib-0.8.1.tar.gz new file mode 100644 index 0000000..29213bb --- /dev/null +++ b/resolvelib-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f400ebd5e60361b3b328241f4aded5a0f7665e46a83c374fea86d874cff0ffd5 +size 766632