diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e61aa2..8b4ef2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ # This file was generated automatically from conda-smithy. To update this configuration, # update the conda-forge.yml and/or the recipe/meta.yaml. -# -*- mode: yaml -*- +# -*- mode: jinja-yaml -*- version: 2 diff --git a/README.md b/README.md index 1293fe5..fee405f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About pysimplegui -================= +About pysimplegui-feedstock +=========================== + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/pysimplegui-feedstock/blob/main/LICENSE.txt) Home: https://github.com/PySimpleGUI/PySimpleGUI Package license: LGPL-3.0-or-later -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/pysimplegui-feedstock/blob/main/LICENSE.txt) - Summary: GUI SDK Launched in 2018 Actively developed and supported. Super-simple to create custom GUI's. Python 2.7 & 3 Support. 100 Demo programs & Cookbook for rapid start. Extensive documentation. Examples using Machine Learning(GUI, OpenCV Integration, Chatterbot), Rainmeter Style Floating Desktop Widgets, Matplotlib + Pyplot integration, add GUI to command line scripts, PDF & Image Viewer. Great for beginners as well as advanced GUI programmers Development: https://github.com/PySimpleGUI/PySimpleGUI diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 734af98..588bc8d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pysimplegui" %} -{% set version = "4.60.4" %} +{% set version = "4.60.5" %} {% set styledName = "PySimpleGUI" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ styledName }}-{{ version }}.tar.gz - sha256: f88c82c301a51aea35be605dc060bcceb0dcb6682e16280544884701ab4b23ba + sha256: 31014d1cc5eef1373d7e93564ff2604662645cc774a939b1f01aa253e7f9d78b build: noarch: python