File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "servicestack" %}
2
- {% set version = "0.0.7 " %}
2
+ {% set version = "0.0.8 " %}
3
3
4
4
package :
5
5
name : " {{ name|lower }}"
6
6
version : " {{ version }}"
7
7
8
8
source :
9
9
url : " https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
10
- sha256 : 52709e1ad7cc08a1b2e6b0df1155075e3d3f601f0c8d557edaa1defb3800c5b4
10
+ sha256 : 4874987b82e81a8eeb146b53df6b282f48f843aa1e4f17eecc24d723dc3c5247
11
11
12
12
build :
13
13
noarch : python
@@ -26,24 +26,22 @@ requirements:
26
26
- requests >=2.25.1
27
27
28
28
test :
29
- imports :
30
- - servicestack
31
- - tests
32
29
requires :
33
- - dataclasses >=0.6
34
- - dataclasses-json >=0.5.4
35
30
- 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]
37
34
38
35
about :
39
36
home : " https://github.com/ServiceStack/servicestack-python"
40
37
license : BSD-3-Clause
41
38
license_family : BSD
42
- license_file : LICENSE
39
+ license_file : LICENSE
43
40
summary : " ServiceStack Python Service Clients"
44
41
doc_url : " https://github.com/ServiceStack/servicestack-python"
45
42
dev_url : " https://github.com/ServiceStack/servicestack-python"
46
43
47
44
extra :
48
45
recipe-maintainers :
49
- - ServiceStack
46
+ - mythz
47
+ - Layoric
You can’t perform that action at this time.
0 commit comments