diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d090e8c..622f23f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,24 +1,24 @@ {% set name = "pytest-httpserver" %} -{% set version = "1.0.8" %} +{% set version = "1.1.3" %} package: name: {{ name|lower }} version: {{ version }} source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace('-', '_') }}-{{ version }}.tar.gz - sha256: e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a + url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace('-', '_') }}-{{ version }}.tar.gz + sha256: af819d6b533f84b4680b9416a5b3f67f1df3701f1da54924afd4d6e4ba5917ec build: - skip: true # [py<38] + skip: true # [py<39] number: 0 script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation requirements: host: - pip - - poetry-core >=1.0.0 - python + - poetry-core run: - python - werkzeug >=2.0.0 @@ -38,7 +38,7 @@ test: commands: - python -m pip check # test_ipv6: OSError: [Errno 99] Cannot assign requested address - - python -m pytest -v -ra tests -k "not (test_ipv6)" + - "python -m pytest -v -ra tests -k \"not (test_ipv6)\"" about: home: https://github.com/csernazs/pytest-httpserver @@ -54,6 +54,8 @@ about: accessible via localhost can be started with the pre-defined expected http requests and their responses. + + extra: recipe-maintainers: - - duncanmmacleod + - duncanmmacleod \ No newline at end of file