From 146bc73ffe01b16112b3166158cdcc51dbcff001 Mon Sep 17 00:00:00 2001 From: semuadmin <28569967+semuadmin@users.noreply.github.com> Date: Sun, 15 Sep 2024 10:34:38 +0100 Subject: [PATCH 1/2] update to v1.0.40 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 757ae27..19a2ada 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pynmeagps" %} -{% set version = "1.0.39" %} +{% set version = "1.0.40" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pynmeagps-{{ version }}.tar.gz - sha256: bff36f8698bc836e6e60057462392df40b868e49e124ef2f448919820eebe029 + sha256: 7febdb1db05ae3be85b2dd59c54ed355bb932180009f818a85bdcc442c91997b build: noarch: python From b828b75979680edc027f25a0be137f1f5e95f028 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:37:21 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.1, and conda-forge-pinning 2024.09.15.09.01.05 --- build-locally.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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