Skip to content
Closed
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
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
4 changes: 1 addition & 3 deletions .ci_support/linux_64_python3.14.____cp314.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_stdlib:
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge,conda-forge/label/python_rc
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -27,5 +27,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/win_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ python:
- 3.10.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/win_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ python:
- 3.11.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/win_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ python:
- 3.12.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/win_64_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ python:
- 3.13.* *_cp313
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
5 changes: 1 addition & 4 deletions .ci_support/win_64_python3.14.____cp314.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ c_compiler:
c_stdlib:
- vs
channel_sources:
- conda-forge,conda-forge/label/python_rc
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -16,6 +16,3 @@ python:
- 3.14.* *_cp314
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "pythonfmu" %}
{% set version = "0.6.9" %}
{% set version = "0.7.0" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 13eab981d3c86704ab19b35ebcee9347b2dcc378bbe8d0b43c9ae1fe35bc9fa7
sha256: a5f90e293dcccbf030d0ae7a77e4c93fe785933defcbe7a74605eefcbc499ff5

build:
number: 1
number: 0
skip: true # [osx]
entry_points:
- pythonfmu = pythonfmu.__main__:cli_main
Expand Down
Loading