Skip to content

Commit

Permalink
Merge pull request #19 from regro-cf-autotick-bot/5.5.6_h35adb8
Browse files Browse the repository at this point in the history
konoha v5.5.6
  • Loading branch information
himkt authored May 20, 2024
2 parents 739d0ef + 30669e1 commit 1fd1064
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 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.

6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "konoha" %}
{% set version = "5.5.5" %}
{% set version = "5.5.6" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 7e87417d6c1ab57c616e7f4cdb5a7ae8c2c0855ec7a58bd900d903fddba29811
sha256: bafb0f7357f52fe48571508787241bb800af7b701a4ae953e0a47785d89834cb

build:
number: 0
Expand All @@ -17,11 +17,11 @@ build:

requirements:
host:
- python >=3.8
- hatchling
- pip
- python >=3.8,<4.0
- poetry >=1.0.2
run:
- python >=3.8.0,<4.0.0
- python >=3.8
- requests <3.0.0
run_constrained:
- janome >=0.5.0,<0.6.0
Expand Down

0 comments on commit 1fd1064

Please sign in to comment.