From 025658324bb3e75533c545fc7fc4588dd5b1a5db Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 22 May 2023 01:44:54 +0000 Subject: [PATCH 1/2] updated v4.60.5 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From bb5fd8f4748fc2b5745956ade3e7fec5e6b9adf0 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 22 May 2023 01:45:03 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and conda-forge-pinning 2023.05.22.00.54.14 --- .circleci/config.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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