From c5e037876ec9b18acf97788e7ae23f7d793e3b3f Mon Sep 17 00:00:00 2001 From: int3l Date: Tue, 20 Aug 2019 18:54:27 +0300 Subject: [PATCH 1/2] Update to 0.3.0 and add myself as maintainer --- recipe/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 76b74b5..3bac96f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,12 +1,12 @@ {% set name = "pytesseract" %} -{% set version = "0.2.9" %} +{% set version = "0.3.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/madmaze/{{ name }}/archive/v{{ version }}.tar.gz - sha256: a9c64af97bf79be58db6fcbdce1e254f7235b36d0cc22eb20248928744a785dd + sha256: 9c8b8c463512c7907fc0cf961e35063f66f9214bba0dc556d1f44376f26a1225 build: noarch: python @@ -40,6 +40,7 @@ about: home: https://github.com/madmaze/pytesseract license: GPL-3.0 license_family: GPL + license_file: LICENSE summary: 'Python-tesseract is an optical character recognition (OCR) tool for python.' description: | @@ -55,3 +56,4 @@ extra: recipe-maintainers: - adbeda - agcopenhaver + - int3l From abeb96c864c87bcd55cbfbdadff16ce7ef711e54 Mon Sep 17 00:00:00 2001 From: int3l Date: Tue, 20 Aug 2019 19:09:42 +0300 Subject: [PATCH 2/2] Include myself as maintainer in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64acbe..66652ab 100644 --- a/README.md +++ b/README.md @@ -124,4 +124,4 @@ Feedstock Maintainers * [@adbeda](https://github.com/adbeda/) * [@agcopenhaver](https://github.com/agcopenhaver/) - +* [@int3l](https://github.com/int3l/)