15
0

Accepting request 562239 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/562239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-01-07 09:34:16 +00:00
committed by Git OBS Bridge
parent 60489c815e
commit 95f10c204a
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bffbec8b7a0619fe745515039d0d6bb41b6632f3dee02bcd2601581abc63f03
size 163118

3
graphviz-0.8.2.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:606741c028acc54b1a065b33045f8c89ee0927ea77273ec409ac988f2c3d1091
size 166880

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jan 6 17:29:25 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 0.8.2:
* Add nohtml() to support labels of the form '<...>' (disabling
their default treatment as HTML strings).
* Make default utf-8 encoding more visible.
* Set encoding = locale.getpreferredencoding() when encoding
argument/property is set to None explicitly (follow stdlib io.open
behaviour).
-------------------------------------------------------------------
Wed Nov 15 13:12:25 UTC 2017 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-graphviz
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without tests
Name: python-graphviz
Version: 0.8.1
Version: 0.8.2
Release: 0
Summary: Python interface for Graphviz
License: MIT