Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
python-graphviz: Autospec creation for update from version 0.10.1 to …
Browse files Browse the repository at this point in the history
…version 0.11

Sebastian Bank (40):
      bump version for development
      flake8
      separate tox.ini
      work around pytest-dev/pytest#4306
      cover non-ExecutableNotFound run() OSError branch
      skip OSError test with --skipexe
      re-run example notebook with Python 3.7.1
      blacklist pytest 3.10.0, drop minversion bug workaround
      drop thonny workaround
      adapt --skipexe help text
      parametrize more tests, extend copy() assertions
      add parentheses to comparison
      update link to IPython console in Spider IDE
      add example for using g.attr(rank='same') with subgraphs
      drop Python 3.4 support
      simplify with operator.methodcaller
      add message to version() exception, tighten result test
      refactor command() helper, skip suffix computation when piping
      improve formatting
      straighten mapping_items()
      use a module-level constant for the default encoding
      improve multi-line code formatting
      ignore superfluous flake8 messages
      improve naming
      fix constants docstring
      bump version for new feature development
      add quiet argument to render() and pipe() methods
      add test for current behaviour on relative paths
      switch relative image path test to wanted behaviour, make if fail
      execute render() with dirname of filepath as cwd
      document render() cwd changes
      add quiet arg to view() short-cut method
      switch backend to module import, one module per import
      flake8
      test view() returns None
      double whitespace
      move out unknown platform tests
      fix missing source fixture
      include test png in source distribution
      release 0.11
  • Loading branch information
phmccarty committed Jun 12, 2019
1 parent 9c25ae9 commit 4b282f3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ build.log.round*
commitmsg
results/
rpms/
for-review.txt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := python-graphviz
URL = https://files.pythonhosted.org/packages/9a/4a/2d8dd8c0cc7f1711c6f76b8af31a206918f139f2f04f34de3109accc2cea/graphviz-0.10.1.zip
URL = https://files.pythonhosted.org/packages/11/9f/6b832f8819067e2608c35f73f34f17f1a34316cfacb7d67782f8bb70fd2d/graphviz-0.11.zip
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = python-graphviz
url = https://files.pythonhosted.org/packages/9a/4a/2d8dd8c0cc7f1711c6f76b8af31a206918f139f2f04f34de3109accc2cea/graphviz-0.10.1.zip
url = https://files.pythonhosted.org/packages/11/9f/6b832f8819067e2608c35f73f34f17f1a34316cfacb7d67782f8bb70fd2d/graphviz-0.11.zip
archives =
giturl = https://github.com/xflr6/graphviz.git

Expand Down
20 changes: 14 additions & 6 deletions python-graphviz.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : python-graphviz
Version : 0.10.1
Release : 6
URL : https://files.pythonhosted.org/packages/9a/4a/2d8dd8c0cc7f1711c6f76b8af31a206918f139f2f04f34de3109accc2cea/graphviz-0.10.1.zip
Source0 : https://files.pythonhosted.org/packages/9a/4a/2d8dd8c0cc7f1711c6f76b8af31a206918f139f2f04f34de3109accc2cea/graphviz-0.10.1.zip
Version : 0.11
Release : 7
URL : https://files.pythonhosted.org/packages/11/9f/6b832f8819067e2608c35f73f34f17f1a34316cfacb7d67782f8bb70fd2d/graphviz-0.11.zip
Source0 : https://files.pythonhosted.org/packages/11/9f/6b832f8819067e2608c35f73f34f17f1a34316cfacb7d67782f8bb70fd2d/graphviz-0.11.zip
Summary : Simple Python interface for Graphviz
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -71,14 +71,22 @@ python3 components for the python-graphviz package.


%prep
%setup -q -n graphviz-0.10.1
%setup -q -n graphviz-0.11

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C
export SOURCE_DATE_EPOCH=1546554216
export SOURCE_DATE_EPOCH=1560317450
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
export NM=gcc-nm
export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 "
export FCFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 "
export FFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 "
export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=4 "
export MAKEFLAGS=%{?_smp_mflags}
python3 setup.py build

Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
7
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c8a87b54fa8b984292bbfb38f53a3d646afedc85/graphviz-0.10.1.zip
6402ae3eb86bb59969800995e8f1a9f5b87e8347/graphviz-0.11.zip

0 comments on commit 4b282f3

Please sign in to comment.