commit eb4d41c65c002e4367f5b3aa20d547a815fe9d58
Author: Jonathan Helmus <jjhelmus@gmail.com>
Date:   Tue Apr 23 17:00:36 2019 -0500

    reset build number to 0

commit 71ef651cad0d74b3cb0ce994e63e36bd021f98c5
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Sun Feb 10 11:48:22 2019 +0000

    MNT: Re-rendered with conda-build 3.17.8, conda-smithy 3.2.13, and conda-forge-pinning 2019.01.29

commit f45b9fa8d1055b806ed2ba330a302a2244c454ec
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Wed Dec 12 21:15:21 2018 +0000

    updated v1.4.1

commit 1782669cbeb0cce72c1ad45c860d42dbbb776d1f
Author: Nehal J Wani <nehaljw.kkd1@gmail.com>
Date:   Sun Dec 2 06:21:12 2018 +0000

    Drop win patch, not needed anymore
    
    xref: https://github.com/pydot/pydot/pull/194

commit c4061594b48d1131d9acf1bf8aafa09895b64d66
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Sat Dec 1 22:14:29 2018 +0000

    updated v1.4.0

commit 2e9f51f14c692195844fffa1d65d0142e98cc326
Merge: 05c14c2 bd3a10b
Author: Björn Grüning <bjoern@gruenings.eu>
Date:   Wed Nov 21 20:23:19 2018 +0100

    Merge pull request #5 from regro-cf-autotick-bot/1.3.0
    
    pydot v1.3.0

commit bd3a10b62cd33026ce9c6d11636076e040e2a4ab
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Mon Nov 19 08:14:21 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.11.17

commit 0bca1ce2d645ab11cd109b252dffaf33b87c2a0c
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Mon Nov 19 08:14:14 2018 +0000

    updated v1.3.0

commit 05c14c24bfe65ed5bd35be4df69b8accccabe4f4
Merge: 8eaad30 e7ef842
Author: Björn Grüning <bjoern@gruenings.eu>
Date:   Sun Oct 14 18:50:52 2018 +0200

    Merge pull request #4 from regro-cf-autotick-bot/rebuild
    
    Rebuild for Python 3.7, GCC 7, R 3.5.1, openBLAS 0.3.2

commit e7ef842af55c56d0f9eebd2dc7df69819e797d68
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Sat Oct 13 01:57:54 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.10.11

commit 6487f99ee33fbc5db2bb6580fe3d4488ec23ba4f
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Sat Oct 13 01:57:47 2018 +0000

    bump build number

commit 8eaad3015e1c30b56d1e0df2b86ec87ca94afc07
Author: leycec <leycec@gmail.com>
Date:   Thu Aug 16 21:54:59 2018 -0400

    [ci skip] [skip ci] Add "leycec" as additional feedstock maintainer.

commit d61846737fa803deb3b0fb5ab269b5815c04635b
Merge: cff9b90 53fb493
Author: Nehal J Wani <nehaljw.kkd1@gmail.com>
Date:   Thu Aug 16 22:20:47 2018 +0530

    Merge pull request #2 from leycec/fixthatwhichisbroke
    
    Fix Everything That Is Broken (Which Is Almost Everything)

commit 53fb493b0fb7464d707053f38dc0b1ddd2fc5c13
Author: leycec <leycec@gmail.com>
Date:   Tue Aug 14 21:33:42 2018 -0400

    Recipe comments added for the Windows patch.

commit 36220f5406b5355904038831108730047ced6842
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Tue Aug 14 02:49:13 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.11 and pinning 2018.08.05

commit f2587391e8243a8fc535cd12ce35062927809906
Author: leycec <leycec@gmail.com>
Date:   Mon Aug 13 22:46:11 2018 -0400

    Strip "noarch: python".

commit e72564704d5ed377108b98bb3c9e3b071a741913
Author: conda-forge-admin <pelson.pub+conda-forge@gmail.com>
Date:   Tue Aug 14 02:16:28 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.11 and pinning 2018.08.05

commit 1f2785d8be8876b31927ea4dbebe37e7fb06f0c0
Author: leycec <leycec@gmail.com>
Date:   Sat Aug 11 00:15:43 2018 -0400

    Fix everything that is broken, which is everything
    
    This commit fundamentally refactors this recipe to comply with modern
    conda-forge design principles, largely inspired by the comparable
    "python-graphviz" recipe. Significant improvements are as follows:
    
    * Installation via "pip" rather than "setuptools", improving both the
      portability and reliability of this recipe.
    * Addition of "pip" as a build-time requirement.
    * Addition of "graphviz" as a runtime requirement, which the prior
      version of this recipe erroneously omitted.
    * Inclusion of a new Windows-specific patch, enforcing compatibility
      with the "dot.bat" workaround bundled with the conda-specific version
      of GraphViz under Windows. This patch fixes
      ContinuumIO/anaconda-issues#1666 with respect to this package.
    * Inclusion of a new "run_test.py" script, a unittest-based test suite
      guaranteeing the usability of this package across all supported
      platforms. The prior version of this recipe erroneously reported test
      success despite this package failing to run under Windows.
    * Addition of new ".appveyor.yml" and ".travis.yml" configurations –
      judiciously copypasted from the corresponding YAML files in the
      conda-forge/python-graphviz-feedstock with tokens manually replaced by
      those listed in this feedstock's "conda-forge.yml".

commit cff9b90d0deef7d885a53fa6aaee25ad549a513d
Author: Travis CI User <travis@example.org>
Date:   Sat Aug 4 18:29:29 2018 +0000

    [ci skip] [skip ci] Update anaconda token

commit cff5e84ed2c10da9ffaf32945eb7187f98dd62b0
Merge: 14b9699 99befed
Author: Nehal J Wani <nehaljw.kkd1@gmail.com>
Date:   Mon Mar 5 02:46:16 2018 +0530

    Merge pull request #1 from regro-cf-autotick-bot/1.2.4
    
    pydot v1.2.4

commit 99befed2e7f40093861b468688a2c2dcd3a229e6
Author: Travis CI User <travis@example.org>
Date:   Fri Mar 2 03:16:21 2018 +0000

    updated v1.2.4

commit 14b9699b00e6e694de4b7ecaf1db1fbdbd123138
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Fri Dec 1 14:41:35 2017 +0000

    Re-render the feedstock after CI registration.

commit 59039cbb552e43ce741c0fd19ef8f0fb37cbd926
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Fri Dec 1 14:41:23 2017 +0000

    Re-render the feedstock after CI registration.

commit 16e671d7252294813357844594a441ec56ed67fc
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Fri Dec 1 14:37:44 2017 +0000

    Re-render the feedstock after CI registration.

commit f88117c6b12c558647cdc16a11a70b077b0c9f97
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Fri Dec 1 14:36:30 2017 +0000

    Initial feedstock commit with conda-smithy 2.4.3.
