14
0

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
This commit is contained in:
2022-07-20 16:56:09 +00:00
committed by Git OBS Bridge
parent 384cb5fc1c
commit 98a6981527
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jul 20 10:58:54 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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á <mmachova@suse.com> Sat Jul 16 18:05:53 UTC 2022 - Markéta Machová <mmachova@suse.com>

View File

@@ -35,6 +35,8 @@ BuildRequires: python-rpm-macros
%if 0%{?suse_version} || 0%{?fedora_version} >= 24 %if 0%{?suse_version} || 0%{?fedora_version} >= 24
Suggests: mongodb Suggests: mongodb
%endif %endif
# Same namespace, different implementation (https://github.com/py-bson/bson)
Conflicts: python-bson
%python_subpackages %python_subpackages
%description %description
@@ -62,6 +64,9 @@ export CFLAGS="%{optflags}"
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python_sitearch}/* %{python_sitearch}/pymongo
%{python_sitearch}/pymongo-%{version}*-info
%{python_sitearch}/bson
%{python_sitearch}/gridfs
%changelog %changelog