Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 29, 2021
2 parents 83d8671 + 929b5f2 commit baac22a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "servicestack" %}
{% set version = "0.0.7" %}
{% set version = "0.0.8" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

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

build:
noarch: python
Expand All @@ -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

0 comments on commit baac22a

Please sign in to comment.