14
0

Accepting request 1249674 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1249674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygraphviz?expand=0&rev=15
This commit is contained in:
2025-03-05 12:39:13 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 27 12:23:39 UTC 2025 - ecsos <ecsos@opensuse.org>
- Make it compatible wirh %{?sle15_python_module_pythons}.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 1 12:37:59 UTC 2024 - Dirk Müller <dmueller@suse.com> Tue Oct 1 12:37:59 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pygraphviz # spec file for package python-pygraphviz
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -45,12 +45,12 @@ BuildRequires: graphviz-gd
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if %{with doc} %if %{with doc}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpydoc}
BuildRequires: %{python_module pydata-sphinx-theme}
BuildRequires: %{python_module pygraphviz = %{version}} BuildRequires: %{python_module pygraphviz = %{version}}
BuildRequires: python3-Sphinx BuildRequires: %{python_module sphinx-gallery}
BuildRequires: python3-matplotlib
BuildRequires: python3-numpydoc
BuildRequires: python3-pydata-sphinx-theme
BuildRequires: python3-sphinx-gallery
BuildArch: noarch BuildArch: noarch
%endif %endif
BuildRequires: swig BuildRequires: swig