Skip to content

Commit 80ab84c

Browse files
dftd3-python v1.3.1 (#35)
automerged PR by conda-forge/automerge-action
2 parents 7c5b34e + 23e82e8 commit 80ab84c

5 files changed

Lines changed: 34 additions & 3 deletions

File tree

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/conda-build.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,76 +23,91 @@ jobs:
2323
matrix:
2424
include:
2525
- CONFIG: linux_64_python3.10.____cpython
26+
STORE_BUILD_ARTIFACTS: False
2627
UPLOAD_PACKAGES: True
2728
os: ubuntu
2829
runs_on: ['ubuntu-latest']
2930
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
3031
- CONFIG: linux_64_python3.11.____cpython
32+
STORE_BUILD_ARTIFACTS: False
3133
UPLOAD_PACKAGES: True
3234
os: ubuntu
3335
runs_on: ['ubuntu-latest']
3436
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
3537
- CONFIG: linux_64_python3.12.____cpython
38+
STORE_BUILD_ARTIFACTS: False
3639
UPLOAD_PACKAGES: True
3740
os: ubuntu
3841
runs_on: ['ubuntu-latest']
3942
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
4043
- CONFIG: linux_64_python3.13.____cp313
44+
STORE_BUILD_ARTIFACTS: False
4145
UPLOAD_PACKAGES: True
4246
os: ubuntu
4347
runs_on: ['ubuntu-latest']
4448
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
4549
- CONFIG: linux_64_python3.14.____cp314
50+
STORE_BUILD_ARTIFACTS: False
4651
UPLOAD_PACKAGES: True
4752
os: ubuntu
4853
runs_on: ['ubuntu-latest']
4954
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
5055
- CONFIG: linux_aarch64_python3.10.____cpython
56+
STORE_BUILD_ARTIFACTS: False
5157
UPLOAD_PACKAGES: True
5258
os: ubuntu
5359
runs_on: ['ubuntu-latest']
5460
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
5561
- CONFIG: linux_aarch64_python3.11.____cpython
62+
STORE_BUILD_ARTIFACTS: False
5663
UPLOAD_PACKAGES: True
5764
os: ubuntu
5865
runs_on: ['ubuntu-latest']
5966
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
6067
- CONFIG: linux_aarch64_python3.12.____cpython
68+
STORE_BUILD_ARTIFACTS: False
6169
UPLOAD_PACKAGES: True
6270
os: ubuntu
6371
runs_on: ['ubuntu-latest']
6472
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
6573
- CONFIG: linux_aarch64_python3.13.____cp313
74+
STORE_BUILD_ARTIFACTS: False
6675
UPLOAD_PACKAGES: True
6776
os: ubuntu
6877
runs_on: ['ubuntu-latest']
6978
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
7079
- CONFIG: linux_aarch64_python3.14.____cp314
80+
STORE_BUILD_ARTIFACTS: False
7181
UPLOAD_PACKAGES: True
7282
os: ubuntu
7383
runs_on: ['ubuntu-latest']
7484
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
7585
- CONFIG: linux_ppc64le_python3.10.____cpython
86+
STORE_BUILD_ARTIFACTS: False
7687
UPLOAD_PACKAGES: True
7788
os: ubuntu
7889
runs_on: ['ubuntu-latest']
7990
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
8091
- CONFIG: linux_ppc64le_python3.11.____cpython
92+
STORE_BUILD_ARTIFACTS: False
8193
UPLOAD_PACKAGES: True
8294
os: ubuntu
8395
runs_on: ['ubuntu-latest']
8496
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
8597
- CONFIG: linux_ppc64le_python3.12.____cpython
98+
STORE_BUILD_ARTIFACTS: False
8699
UPLOAD_PACKAGES: True
87100
os: ubuntu
88101
runs_on: ['ubuntu-latest']
89102
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
90103
- CONFIG: linux_ppc64le_python3.13.____cp313
104+
STORE_BUILD_ARTIFACTS: False
91105
UPLOAD_PACKAGES: True
92106
os: ubuntu
93107
runs_on: ['ubuntu-latest']
94108
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
95109
- CONFIG: linux_ppc64le_python3.14.____cp314
110+
STORE_BUILD_ARTIFACTS: False
96111
UPLOAD_PACKAGES: True
97112
os: ubuntu
98113
runs_on: ['ubuntu-latest']
@@ -169,7 +184,7 @@ jobs:
169184
env:
170185
# default value; make it explicit, as it needs to match with artefact
171186
# generation below. Not configurable for now, can be revisited later
172-
CONDA_BLD_DIR: C:\bld
187+
CONDA_BLD_PATH: C:\bld
173188
MINIFORGE_HOME: ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge
174189
PYTHONUNBUFFERED: 1
175190
CONFIG: ${{ matrix.CONFIG }}

.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "dftd3-python" %}
2-
{% set version = "1.3.0" %}
2+
{% set version = "1.3.1" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://github.com/dftd3/simple-dftd3/archive/refs/tags/v{{ version }}.tar.gz
10-
sha256: 2892f6c766c9129e6a734264dc9e827491ec398d59634cb905286ea3eaa17b55
10+
sha256: 1a49cf2140e1d2e6f954a711b02b7b78e31595480ffa2393d9fa34ab9ea1cfef
1111

1212
build:
1313
number: 0

0 commit comments

Comments
 (0)