Skip to content

Commit

Permalink
Merge pull request #80 from regro-cf-autotick-bot/2.20.0_h628ad7
Browse files Browse the repository at this point in the history
betfairlightweight v2.20.0
  • Loading branch information
synapticarbors authored Mar 11, 2024
2 parents 0e89ebb + a780a1f commit f148d6b
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "betfairlightweight" %}
{% set version = "2.19.1" %}
{% set sha256 = "932ae17d7e238816034388260bff18318d97e67b4b2609f7e905e4369afbe1a8" %}
{% set version = "2.20.0" %}
{% set sha256 = "3e36a42740e30855ec851dcca6aff1006a60bd70dadc94bd39adb1f549ea5960" %}

package:
name: {{ name|lower }}
Expand All @@ -17,10 +17,11 @@ build:

requirements:
host:
- python >=3.8,<3.12
- python >=3.8
- pip
- hatchling
run:
- python >=3.8,<3.12
- python >=3.8
- requests <2.32.0
- orjson >=3.9.4
- ciso8601 >=2.3.0
Expand Down

1 comment on commit f148d6b

@conda-forge-webservices
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.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

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 on this are here.

Please sign in to comment.