diff --git a/build-locally.py b/build-locally.py index d78427b..8ac9b84 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,8 +1,11 @@ -#!/usr/bin/env python3 +#!/bin/sh +"""exec' "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally. # +# The line above this comment is a bash / sh / zsh guard +# to stop people from running it with the wrong interpreter import glob import os import platform diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 504ec89..d138e4f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "faker" %} -{% set version = "28.1.0" %} +{% set version = "28.4.1" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: bc460a0e6020966410d0b276043879abca0fac51890f3324bc254bb0a383ee3a + sha256: 4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1 build: entry_points: @@ -19,6 +19,7 @@ build: requirements: host: - python >=3.8 + - setuptools - pip run: - python >=3.8