Skip to content

Commit

Permalink
Merge pull request #5 from regro-cf-autotick-bot/3.1.1_h42051b
Browse files Browse the repository at this point in the history
wordfreq v3.1.1
  • Loading branch information
thewchan authored Nov 25, 2023
2 parents c39f015 + c7ff444 commit af04a09
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 28 deletions.
8 changes: 3 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .circleci/config.yml

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

22 changes: 15 additions & 7 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

3 changes: 3 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.

10 changes: 5 additions & 5 deletions README.md

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

2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ github:
tooling_branch_name: main
conda_build:
pkg_format: '2'
bot:
inspection: hint-all
17 changes: 9 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "wordfreq" %}
{% set version = "3.0.3" %}
{% set version = "3.1.1" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wordfreq-{{ version }}.tar.gz
sha256: 98ddabbf1a48389769b2599bbeb5330e35e536f89ca0423ac27419017ebc99d5
sha256: 7943098975f25c2a70e1151ee5a62083b14a5f86f6cc5703cc9526f716ceb408

build:
number: 0
Expand All @@ -19,14 +19,15 @@ requirements:
host:
- pip
- poetry-core >=1.0.0
- python >=3.7
- python >=3.8,<4
run:
- ftfy >=6.1
- python >=3.8,<4
- msgpack-python >=1.0.7,<2.0.0
- langcodes >=3.0
- msgpack-python >=1.0
- mypy >=0.931,<0.932
- python >=3.7
- regex >=2020.04.04
- regex >=2023.10.3
- ftfy >=6.1
- locate >=1.1.1,<2.0.0


test:
imports:
Expand Down

0 comments on commit af04a09

Please sign in to comment.