Skip to content

Commit

Permalink
Merge pull request #4 from int3l/master
Browse files Browse the repository at this point in the history
Update to 0.3.0 and add myself as maintainer
  • Loading branch information
adbedada committed Aug 20, 2019
2 parents 47b7c0a + abeb96c commit e9eb699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ Feedstock Maintainers

* [@adbeda](https://github.com/adbeda/)
* [@agcopenhaver](https://github.com/agcopenhaver/)

* [@int3l](https://github.com/int3l/)
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -55,3 +56,4 @@ extra:
recipe-maintainers:
- adbeda
- agcopenhaver
- int3l

1 comment on commit e9eb699

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.