Skip to content

Commit

Permalink
Update version and sha1 (#5060)
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel authored and daler committed Jun 27, 2017
1 parent f2a8336 commit df156e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions recipes/python-omero/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set OMERO_VERSION = "5.3.2" %}
{% set OMERO_VERSION = "5.3.3" %}

package:
name: python-omero
version: {{ OMERO_VERSION }}

source:
fn: OMERO.py-{{ OMERO_VERSION }}-ice36-b62.zip
url: http://downloads.openmicroscopy.org/omero/{{ OMERO_VERSION }}/artifacts/OMERO.py-{{ OMERO_VERSION }}-ice36-b62.zip
sha1: adb65d152e118ba9d449c200f8cfd0313e91cdaa
fn: OMERO.py-{{ OMERO_VERSION }}-ice36-b63.zip
url: http://downloads.openmicroscopy.org/omero/{{ OMERO_VERSION }}/artifacts/OMERO.py-{{ OMERO_VERSION }}-ice36-b63.zip
sha1: 67ee0a52985af1e198a22f67fc48ed94b6f79825

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion recipes/python-omero/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from os import listdir

pyfiles = [f.replace('.py', '') for f in listdir('.') if f.endswith('.py')]
setup(name='Omero Python', version='5.3.2', description='OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data.', url='http://www.openmicroscopy.org/', packages=find_packages(), py_modules=pyfiles)
setup(name='Omero Python', version='5.3.3', description='OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data.', url='http://www.openmicroscopy.org/', packages=find_packages(), py_modules=pyfiles)

0 comments on commit df156e8

Please sign in to comment.