14
0

Accepting request 1266087 from home:mcalabkova:branches:devel:languages:python

- Fix packaging with new setuptools

OBS-URL: https://build.opensuse.org/request/show/1266087
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=62
This commit is contained in:
2025-04-01 12:14:04 +00:00
committed by Git OBS Bridge
parent 56fa267d56
commit 0128ad6047
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 1 10:55:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Fix packaging with new setuptools
-------------------------------------------------------------------
Mon Mar 17 09:06:01 UTC 2025 - Andreas Schwab <schwab@suse.de>

View File

@@ -75,7 +75,11 @@ cd /tmp
%files %{python_files}
%license COPYING
%doc README.md
%{python_sitearch}/PyMuPDF-%{version}*-info
%if %{suse_version} > 1600
%{python_sitearch}/pymupdf-%{version}*info
%else
%{python_sitearch}/PyMuPDF-%{version}*info
%endif
%{python_sitearch}/fitz/
%changelog