Skip to content

Commit

Permalink
faker v28.4.1 (#286)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
2 parents 0fcbe0f + e375230 commit 356d7e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build-locally.py

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

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 = "28.1.0" %}
{% set version = "28.4.1" %}

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

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

build:
entry_points:
Expand All @@ -19,6 +19,7 @@ build:
requirements:
host:
- python >=3.8
- setuptools
- pip
run:
- python >=3.8
Expand Down

0 comments on commit 356d7e9

Please sign in to comment.