From 0786cf491f78e58ac1ad8100d3ce0b05178a83401c734d5a0e2ee6e8b19c15c7 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 8 Dec 2022 12:48:26 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/python-resolvelib revision 10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=06a3673fd8c8f242c5ccbe076fb5bb09 --- python-resolvelib.changes | 15 --------------- python-resolvelib.spec | 2 +- resolvelib-0.8.1.tar.gz | 3 +++ resolvelib-0.9.0.tar.gz | 3 --- 4 files changed, 4 insertions(+), 19 deletions(-) create mode 100644 resolvelib-0.8.1.tar.gz delete mode 100644 resolvelib-0.9.0.tar.gz diff --git a/python-resolvelib.changes b/python-resolvelib.changes index b1d3914..3d0976c 100644 --- a/python-resolvelib.changes +++ b/python-resolvelib.changes @@ -1,18 +1,3 @@ -------------------------------------------------------------------- -Tue Dec 6 15:28:03 UTC 2022 - Yogalakshmi Arunachalam - -- Update to version 0.9.0 - Features - * A new reporter hook rejecting_candidate is added, replacing backtracking. - The hook is called every time the resolver rejects a conflicting candidate - before trying out the next one in line. #101 - * Bug Fixes - Some valid states that were previously rejected are now accepted. - This affects states where multiple candidates for the same dependency conflict - with each other. The information argument passed to AbstractProvider.get_preference - may now contain empty iterators. This has always been allowed by the method definition - but it was previously not possible in practice. #91 - ------------------------------------------------------------------- Sun Jul 17 08:24:27 UTC 2022 - Dirk Müller diff --git a/python-resolvelib.spec b/python-resolvelib.spec index 14e32fc..fed6992 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-resolvelib -Version: 0.9.0 +Version: 0.8.1 Release: 0 Summary: Module to resolve abstract dependencies into concrete ones License: ISC 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 diff --git a/resolvelib-0.9.0.tar.gz b/resolvelib-0.9.0.tar.gz deleted file mode 100644 index 6f4717f..0000000 --- a/resolvelib-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c491405eaff5278fd6cd3a467de2f6f20b98bbd05254d7283b3b128ee2b305d8 -size 768502 From 79080f542372a451fcaeb92289dc8365490a9fe82475a7174a4d0955b0da8571 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 10:07:04 +0000 Subject: [PATCH 2/4] Accepting request 1042749 from home:yarunachalam:branches:devel:languages:python - Update to version 0.9.0 * Features A new reporter hook rejecting_candidate is added, replacing backtracking. The hook is called every time the resolver rejects a conflicting candidate before trying out the next one in line. #101 * Bug Fixes Some valid states that were previously rejected are now accepted. This affects states where multiple candidates for the same dependency conflict with each other. The information argument passed to AbstractProvider.get_preference may now contain empty iterators. This has always been allowed by the method definition but it was previously not possible in practice. #91 OBS-URL: https://build.opensuse.org/request/show/1042749 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=14 --- python-resolvelib.changes | 12 ++++++++++++ python-resolvelib.spec | 2 +- resolvelib-0.8.1.tar.gz | 3 --- resolvelib-0.9.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 resolvelib-0.8.1.tar.gz create mode 100644 resolvelib-0.9.0.tar.gz diff --git a/python-resolvelib.changes b/python-resolvelib.changes index 3d0976c..a186f57 100644 --- a/python-resolvelib.changes +++ b/python-resolvelib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Dec 13 16:56:42 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.9.0 + * Features + A new reporter hook rejecting_candidate is added, replacing backtracking. + The hook is called every time the resolver rejects a conflicting candidate before trying out the next one in line. #101 + * Bug Fixes + Some valid states that were previously rejected are now accepted. This affects states where multiple candidates for + the same dependency conflict with each other. The information argument passed to AbstractProvider.get_preference may + now contain empty iterators. This has always been allowed by the method definition but it was previously not possible in practice. #91 + ------------------------------------------------------------------- Sun Jul 17 08:24:27 UTC 2022 - Dirk Müller diff --git a/python-resolvelib.spec b/python-resolvelib.spec index fed6992..14e32fc 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-resolvelib -Version: 0.8.1 +Version: 0.9.0 Release: 0 Summary: Module to resolve abstract dependencies into concrete ones License: ISC diff --git a/resolvelib-0.8.1.tar.gz b/resolvelib-0.8.1.tar.gz deleted file mode 100644 index 29213bb..0000000 --- a/resolvelib-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f400ebd5e60361b3b328241f4aded5a0f7665e46a83c374fea86d874cff0ffd5 -size 766632 diff --git a/resolvelib-0.9.0.tar.gz b/resolvelib-0.9.0.tar.gz new file mode 100644 index 0000000..6f4717f --- /dev/null +++ b/resolvelib-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c491405eaff5278fd6cd3a467de2f6f20b98bbd05254d7283b3b128ee2b305d8 +size 768502 From 0f245113ed1fd8f5ed463f8cb16f42bbc5ec0c805c0cfabbf3fcb375fe7e6343 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Dec 2022 20:42:41 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=15 --- python-resolvelib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-resolvelib.spec b/python-resolvelib.spec index 14e32fc..3ae1e92 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-resolvelib +# ansible-core 2.14.x is currently requiring < 0.10.0 Version: 0.9.0 Release: 0 Summary: Module to resolve abstract dependencies into concrete ones From b8216878f01383e098fc33335472289d96f807d79514f90b92337992e9ef1cdb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Dec 2022 21:05:02 +0000 Subject: [PATCH 4/4] - add comment on why we need to stay with < 0.9.0 (bsc#1206225) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=16 --- python-resolvelib.changes | 11 ++--------- python-resolvelib.spec | 4 ++-- resolvelib-0.8.1.tar.gz | 3 +++ resolvelib-0.9.0.tar.gz | 3 --- 4 files changed, 7 insertions(+), 14 deletions(-) create mode 100644 resolvelib-0.8.1.tar.gz delete mode 100644 resolvelib-0.9.0.tar.gz diff --git a/python-resolvelib.changes b/python-resolvelib.changes index a186f57..f98ab38 100644 --- a/python-resolvelib.changes +++ b/python-resolvelib.changes @@ -1,14 +1,7 @@ ------------------------------------------------------------------- -Tue Dec 13 16:56:42 UTC 2022 - Yogalakshmi Arunachalam +Thu Dec 15 21:03:50 UTC 2022 - Dirk Müller -- Update to version 0.9.0 - * Features - A new reporter hook rejecting_candidate is added, replacing backtracking. - The hook is called every time the resolver rejects a conflicting candidate before trying out the next one in line. #101 - * Bug Fixes - Some valid states that were previously rejected are now accepted. This affects states where multiple candidates for - the same dependency conflict with each other. The information argument passed to AbstractProvider.get_preference may - now contain empty iterators. This has always been allowed by the method definition but it was previously not possible in practice. #91 +- add comment on why we need to stay with < 0.9.0 (bsc#1206225) ------------------------------------------------------------------- Sun Jul 17 08:24:27 UTC 2022 - Dirk Müller diff --git a/python-resolvelib.spec b/python-resolvelib.spec index 3ae1e92..1fa8cf0 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -18,8 +18,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-resolvelib -# ansible-core 2.14.x is currently requiring < 0.10.0 -Version: 0.9.0 +# ansible-core 2.14.x is currently requiring < 0.9.0 +Version: 0.8.1 Release: 0 Summary: Module to resolve abstract dependencies into concrete ones License: ISC 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 diff --git a/resolvelib-0.9.0.tar.gz b/resolvelib-0.9.0.tar.gz deleted file mode 100644 index 6f4717f..0000000 --- a/resolvelib-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c491405eaff5278fd6cd3a467de2f6f20b98bbd05254d7283b3b128ee2b305d8 -size 768502