Skip to content

Commit

Permalink
Merge pull request #289 from regro-cf-autotick-bot/30.1.0_hf19bbc
Browse files Browse the repository at this point in the history
faker v30.1.0
  • Loading branch information
ocefpaf authored Oct 1, 2024
2 parents 8d4aaa8 + b81261e commit 5f745f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "faker" %}
{% set version = "30.0.0" %}
{% set version = "30.1.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

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

build:
entry_points:
Expand All @@ -22,6 +22,7 @@ requirements:
- setuptools
- pip
run:
- typing-extensions
- python >=3.8
- python-dateutil >=2.4

Expand Down

0 comments on commit 5f745f1

Please sign in to comment.