From 98a69815272a3896997010ce8e7205804cba62cc05dcdfad6fbb2025398a4599 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Jul 2022 16:56:09 +0000 Subject: [PATCH] Accepting request 990390 from home:bnavigator:branches:devel:languages:python - Conflict on python-bson * Same namespace * Different implementation (https://github.com/py-bson/bson) - Do not wildcard collect files OBS-URL: https://build.opensuse.org/request/show/990390 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=83 --- python-pymongo.changes | 8 ++++++++ python-pymongo.spec | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/python-pymongo.changes b/python-pymongo.changes index 7ae4ddc..d0c84de 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 20 10:58:54 UTC 2022 - Ben Greiner + +- Conflict on python-bson + * Same namespace + * Different implementation (https://github.com/py-bson/bson) +- Do not wildcard collect files + ------------------------------------------------------------------- Sat Jul 16 18:05:53 UTC 2022 - Markéta Machová diff --git a/python-pymongo.spec b/python-pymongo.spec index 6fc4a67..9ec874f 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -35,6 +35,8 @@ BuildRequires: python-rpm-macros %if 0%{?suse_version} || 0%{?fedora_version} >= 24 Suggests: mongodb %endif +# Same namespace, different implementation (https://github.com/py-bson/bson) +Conflicts: python-bson %python_subpackages %description @@ -62,6 +64,9 @@ export CFLAGS="%{optflags}" %files %{python_files} %license LICENSE %doc README.rst -%{python_sitearch}/* +%{python_sitearch}/pymongo +%{python_sitearch}/pymongo-%{version}*-info +%{python_sitearch}/bson +%{python_sitearch}/gridfs %changelog