From 06857569c06d2d97842b3494c24029276662f8de Mon Sep 17 00:00:00 2001 From: fni1kor Date: Mon, 27 Jan 2025 10:31:09 +0530 Subject: [PATCH 1/3] Added robotframework-appiumlibrary latest version 2.1.0 --- .../robotframework-appiumlibrary/meta.yaml | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 recipes/robotframework-appiumlibrary/meta.yaml diff --git a/recipes/robotframework-appiumlibrary/meta.yaml b/recipes/robotframework-appiumlibrary/meta.yaml new file mode 100644 index 0000000000000..fc7bd53cd96cd --- /dev/null +++ b/recipes/robotframework-appiumlibrary/meta.yaml @@ -0,0 +1,51 @@ +{% set name = "robotframework-appiumlibrary" %} +{% set version = "2.1.0" %} + + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robotframework-appiumlibrary-{{ version }}.tar.gz + sha256: d01b1ed21e79996a790ffb7ad475862f6e9427770a9c88314065b1c59ce2d52c + +build: + number: 0 + noarch: python + script: {{ PYTHON }} -m pip install . -vv + +requirements: + host: + - pip + - pytest-runner + - python + run: + - appium-python-client >=2.7.1,<4.0.0 + - decorator >=3.3.2 + - docutils >=0.8.1 + - kitchen >=1.2.4 + - python + - robotframework >=2.6.0 + - selenium >=4.0,<=4.16 + - six >=1.10.0 + +test: + imports: + - AppiumLibrary + - AppiumLibrary.keywords + commands: + - pip check + requires: + - pip + +about: + home: https://github.com/serhatbolsu/robotframework-appiumlibrary + summary: Robot Framework Mobile app testing library for Appium Client Android & iOS & Web + license: Apache-2.0 + license_file: LICENSE + +extra: + recipe-maintainers: + - nisharai1 + From 51376e50c9aafc132b46a7e9576b15887e475234 Mon Sep 17 00:00:00 2001 From: fni1kor Date: Mon, 27 Jan 2025 10:48:55 +0530 Subject: [PATCH 2/3] Added robotframework-appiumlibrary latest version 2.1.0 --- recipes/robotframework-appiumlibrary/meta.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/robotframework-appiumlibrary/meta.yaml b/recipes/robotframework-appiumlibrary/meta.yaml index fc7bd53cd96cd..aee23195f5879 100644 --- a/recipes/robotframework-appiumlibrary/meta.yaml +++ b/recipes/robotframework-appiumlibrary/meta.yaml @@ -1,3 +1,4 @@ +{% set python_min = '3.12' %} {% set name = "robotframework-appiumlibrary" %} {% set version = "2.1.0" %} @@ -19,13 +20,13 @@ requirements: host: - pip - pytest-runner - - python + - python {{ python_min }} run: - appium-python-client >=2.7.1,<4.0.0 - decorator >=3.3.2 - docutils >=0.8.1 - kitchen >=1.2.4 - - python + - python >={{ python_min }} - robotframework >=2.6.0 - selenium >=4.0,<=4.16 - six >=1.10.0 @@ -37,6 +38,7 @@ test: commands: - pip check requires: + - python {{ python_min }} - pip about: @@ -47,5 +49,4 @@ about: extra: recipe-maintainers: - - nisharai1 - + - nisharai1 \ No newline at end of file From 1f48d7663c5b31c5e54277f190b995fb00667c9e Mon Sep 17 00:00:00 2001 From: fni1kor Date: Mon, 27 Jan 2025 11:04:05 +0530 Subject: [PATCH 3/3] Added robotframework-appiumlibrary latest version 2.1.0 --- recipes/robotframework-appiumlibrary/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/robotframework-appiumlibrary/meta.yaml b/recipes/robotframework-appiumlibrary/meta.yaml index aee23195f5879..b647a38ae6575 100644 --- a/recipes/robotframework-appiumlibrary/meta.yaml +++ b/recipes/robotframework-appiumlibrary/meta.yaml @@ -38,7 +38,6 @@ test: commands: - pip check requires: - - python {{ python_min }} - pip about: