forked from pool/python-altgraph
Accepting request 974486 from home:susnux:branches:devel:languages:python
- Update to 0.17.2 * Remove deprecated U prefix, fixes Python 3.9 * Explicitly mark python 3.10 as supported OBS-URL: https://build.opensuse.org/request/show/974486 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-altgraph?expand=0&rev=17
This commit is contained in:
3
altgraph-0.17.2.tar.gz
Normal file
3
altgraph-0.17.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebf2269361b47d97b3b88e696439f6e4cbc607c17c51feb1754f90fb79839158
|
||||
size 48186
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
|
||||
size 534109
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 21:21:32 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to 0.17.2
|
||||
* Remove deprecated U prefix, fixes Python 3.9
|
||||
* Explicitly mark python 3.10 as supported
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 07:12:19 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-altgraph
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-altgraph
|
||||
Version: 0.17
|
||||
Version: 0.17.2
|
||||
Release: 0
|
||||
Summary: Python graph (network) package
|
||||
License: MIT
|
||||
URL: https://github.com/ronaldoussoren/altgraph/
|
||||
Source: https://files.pythonhosted.org/packages/source/a/altgraph/altgraph-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -47,11 +48,10 @@ graphviz output.
|
||||
|
||||
%prep
|
||||
%setup -q -n altgraph-%{version}
|
||||
rm doc/_build/html/.buildinfo
|
||||
sed -i 's/\r$//' doc/_build/html/_static/jquery.js
|
||||
|
||||
%build
|
||||
%python_build
|
||||
cd doc && make html
|
||||
|
||||
%install
|
||||
%python_install
|
||||
|
||||
Reference in New Issue
Block a user