Skip to content

Commit 929b5f2

Browse files
committed
Update meta.yaml, tests and other small fixes from conda-forge review.
1 parent 87f8f66 commit 929b5f2

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

meta.yaml

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "servicestack" %}
2-
{% set version = "0.0.7" %}
2+
{% set version = "0.0.8" %}
33

44
package:
55
name: "{{ name|lower }}"
66
version: "{{ version }}"
77

88
source:
99
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
10-
sha256: 52709e1ad7cc08a1b2e6b0df1155075e3d3f601f0c8d557edaa1defb3800c5b4
10+
sha256: 4874987b82e81a8eeb146b53df6b282f48f843aa1e4f17eecc24d723dc3c5247
1111

1212
build:
1313
noarch: python
@@ -26,24 +26,22 @@ requirements:
2626
- requests >=2.25.1
2727

2828
test:
29-
imports:
30-
- servicestack
31-
- tests
3229
requires:
33-
- dataclasses >=0.6
34-
- dataclasses-json >=0.5.4
3530
- pytest
36-
- requests >=2.25.1
31+
commands:
32+
- "${PREFIX}/bin/python3 -m unittest tests.test_serialization.TestSerialization" # [linux and osx]
33+
- "%PREFIX%\\bin\\python3 -m unittest tests.test_serialization.TestSerialization" # [win]
3734

3835
about:
3936
home: "https://github.com/ServiceStack/servicestack-python"
4037
license: BSD-3-Clause
4138
license_family: BSD
42-
license_file: LICENSE
39+
license_file: LICENSE
4340
summary: "ServiceStack Python Service Clients"
4441
doc_url: "https://github.com/ServiceStack/servicestack-python"
4542
dev_url: "https://github.com/ServiceStack/servicestack-python"
4643

4744
extra:
4845
recipe-maintainers:
49-
- ServiceStack
46+
- mythz
47+
- Layoric

0 commit comments

Comments
 (0)