17
0

4 Commits

Author SHA256 Message Date
d6153b7853 Accepting request 1289782 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1289782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=18
2025-07-03 10:08:50 +00:00
8b905708a5 Accepting request 1289777 from home:glaubitz:branches:devel:languages:python
- Update to 0.21
  * Drop Python 3.8 support (end of life 7 Oct 2024).
  * Tag Python 3.13 support.
  * Add support for ``format='svg_inline'``, available since upstream
    Graphviz 10.0.1. Produces header-less SVG suitable for inlining
    into HTML (see https://www.graphviz.org/docs/outputs/svg/).
  * Switch project to ``pyproject.toml`` and build to ``python -m build``)
    (https://build.pypa.io). This changes the source distribution formar
    from ``.zip`` to PEP 625 compliant ``.tar.gz``
    (https://peps.python.org/pep-0625/).
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1289777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=38
2025-07-02 08:22:51 +00:00
bbf6c9dbbb Accepting request 1284009 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1284009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphviz?expand=0&rev=17
2025-06-10 06:56:48 +00:00
e7311e2a68 Accepting request 1283590 from home:trenn:branches:graphics
- Fix tests with latest graphviz update to 12.x

OBS-URL: https://build.opensuse.org/request/show/1283590
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=36
2025-06-09 08:13:12 +00:00
4 changed files with 32 additions and 8 deletions

Binary file not shown.

BIN
graphviz-0.21.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jul 2 07:55:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.21
* Drop Python 3.8 support (end of life 7 Oct 2024).
* Tag Python 3.13 support.
* Add support for ``format='svg_inline'``, available since upstream
Graphviz 10.0.1. Produces header-less SVG suitable for inlining
into HTML (see https://www.graphviz.org/docs/outputs/svg/).
* Switch project to ``pyproject.toml`` and build to ``python -m build``)
(https://build.pypa.io). This changes the source distribution formar
from ``.zip`` to PEP 625 compliant ``.tar.gz``
(https://peps.python.org/pep-0625/).
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Fri Jun 6 09:21:15 UTC 2025 - Thomas Renninger <trenn@suse.de>
- Fix tests with latest graphviz update to 12.x
-------------------------------------------------------------------
Thu May 23 01:59:56 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-graphviz
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,25 +18,27 @@
%{?sle15_python_module_pythons}
Name: python-graphviz
Version: 0.20.3
Version: 0.21
Release: 0
Summary: Python interface for Graphviz
License: MIT
URL: https://github.com/xflr6/graphviz
Source: https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
Source: https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 6}
BuildRequires: %{python_module pytest >= 7}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-mock >= 3}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: graphviz
BuildRequires: graphviz-gd
BuildRequires: graphviz-gnome
BuildRequires: noto-sans-fonts
BuildRequires: python-rpm-macros
BuildRequires: unzip
BuildRequires: w3m
BuildRequires: xdg-utils
Requires: graphviz