Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
ab21f9364d | |||
ce414b228e | |||
724e4f37fe | |||
47912fe726 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ad8aa2f26768830a5a1cfc8a14f022d13df170a8f6fdfd68fd1aa1267000964
|
||||
size 104642
|
3
pygraphviz-1.14.tar.gz
Normal file
3
pygraphviz-1.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c10df02377f4e39b00ae17c862f4ee7e5767317f1c6b2dfd04cea6acc7fc2bea
|
||||
size 106003
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update 1.14:
|
||||
* Avoid subprocess window creation with agraph.AGraph._run_prog
|
||||
(#514).
|
||||
* Support Python 3.13 (#542).
|
||||
* AGraph.draw(): close filehandle for pathlib.Path (#535).
|
||||
* Fix formatting (#538).
|
||||
* Test on Python 3.13 (#539).
|
||||
* Use ruff and update pre-commit config (#540).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 02:32:41 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,11 +26,11 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pygraphviz%{psuffix}
|
||||
Version: 1.13
|
||||
Version: 1.14
|
||||
Release: 0
|
||||
Summary: Python interface to Graphviz
|
||||
License: BSD-3-Clause
|
||||
URL: https://pygraphviz.github.io/
|
||||
URL: https://github.com/pygraphviz/pygraphviz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%{version}.tar.gz
|
||||
# https://github.com/pygraphviz/pygraphviz/issues/532
|
||||
Source1: https://raw.githubusercontent.com/pygraphviz/pygraphviz/main/examples/README.txt
|
||||
@@ -45,12 +45,12 @@ BuildRequires: graphviz-gd
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: python-rpm-macros
|
||||
%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: python3-Sphinx
|
||||
BuildRequires: python3-matplotlib
|
||||
BuildRequires: python3-numpydoc
|
||||
BuildRequires: python3-pydata-sphinx-theme
|
||||
BuildRequires: python3-sphinx-gallery
|
||||
BuildRequires: %{python_module sphinx-gallery}
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
BuildRequires: swig
|
||||
|
Reference in New Issue
Block a user