17
0

- Switch documentation to be within the main package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=237
This commit is contained in:
2023-05-30 16:14:47 +00:00
committed by Git OBS Bridge
parent d73c6c7a21
commit 848c553e5b
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 30 15:57:30 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Switch documentation to be within the main package.
-------------------------------------------------------------------
Sat May 20 10:32:50 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@@ -93,7 +93,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%{python_sitearch}/sqlalchemy/
%{python_sitearch}/SQLAlchemy-%{version}.dist-info
%if 0%{?suse_version} > 1500
%files -n %{name}-doc
%endif
%doc doc/
%doc examples/