Skip to content

Commit

Permalink
Merge pull request #11 from semuadmin/update-to-1.0.4
Browse files Browse the repository at this point in the history
update to 1.0.4
  • Loading branch information
semuadmin authored Oct 11, 2024
2 parents cf67593 + a342c11 commit 479ec19
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
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.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyspartn" %}
{% set version = "1.0.3" %}
{% set version = "1.0.4" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyspartn-{{ version }}.tar.gz
sha256: 81082fd915d1124e94a5c7ae04e2be9bc0c5094aec5fdeb894de71fdc30a52a9
sha256: 4eeccc2b78468a8e46883a6b03d0a85809e46819a5cc9da3d7090320b0db471d

build:
noarch: python
Expand All @@ -16,12 +16,12 @@ build:

requirements:
host:
- python >=3.8
- python >=3.9
- setuptools >=66.0.0
- wheel
- pip
run:
- python >=3.8
- python >=3.9
- cryptography >=42.0.0
test:
imports:
Expand Down

0 comments on commit 479ec19

Please sign in to comment.