From 929b5f2fbee33233d65adc4b42c33c2093f2b1b7 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Tue, 20 Jul 2021 18:32:33 +1000 Subject: [PATCH] Update meta.yaml, tests and other small fixes from conda-forge review. --- meta.yaml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/meta.yaml b/meta.yaml index 0940cae..280659c 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,5 +1,5 @@ {% set name = "servicestack" %} -{% set version = "0.0.7" %} +{% set version = "0.0.8" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: 52709e1ad7cc08a1b2e6b0df1155075e3d3f601f0c8d557edaa1defb3800c5b4 + sha256: 4874987b82e81a8eeb146b53df6b282f48f843aa1e4f17eecc24d723dc3c5247 build: noarch: python @@ -26,24 +26,22 @@ requirements: - requests >=2.25.1 test: - imports: - - servicestack - - tests requires: - - dataclasses >=0.6 - - dataclasses-json >=0.5.4 - pytest - - requests >=2.25.1 + commands: + - "${PREFIX}/bin/python3 -m unittest tests.test_serialization.TestSerialization" # [linux and osx] + - "%PREFIX%\\bin\\python3 -m unittest tests.test_serialization.TestSerialization" # [win] about: home: "https://github.com/ServiceStack/servicestack-python" license: BSD-3-Clause license_family: BSD - license_file: LICENSE + license_file: LICENSE summary: "ServiceStack Python Service Clients" doc_url: "https://github.com/ServiceStack/servicestack-python" dev_url: "https://github.com/ServiceStack/servicestack-python" extra: recipe-maintainers: - - ServiceStack + - mythz + - Layoric \ No newline at end of file