Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cads-api-client v1.4.6 #19

Merged
merged 4 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 27 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "cads-api-client" %}
{% set version = "1.4.4" %}
{% set version = "1.4.6" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: dfa98d1bfb86bcf1a2beccb4c628eb44b51a3ca2f182809659298cf5395186ed
sha256: cf6029d3320e04032575f39d681cbdce8f1e12cba15de07f9e8ecae676cde5b0

build:
noarch: python
Expand All @@ -16,13 +16,14 @@ build:

requirements:
host:
- python >=3.7
# awaiting multiurl release, remove legacy-cgi once done
- python >=3.7,<3.13
- setuptools >=64
- setuptools-scm >=8
- pip
run:
- typing_extensions
- python >=3.7
- python >=3.7,<3.13
- attrs
- multiurl
- requests
Expand Down