Skip to content

Commit 63aed14

Browse files
authored
Merge pull request #803 from regro-cf-autotick-bot/3.13.5_h4cf342
python v3.13.5
2 parents a9c2dde + 6c04857 commit 63aed14

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.scripts/run_win_build.bat

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

README.md

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

recipe/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{% set version = "3.13.3" %}
1+
{% set version = "3.13.5" %}
22
{% set dev = "" %}
33
{% set dev_ = "" %}
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7-
{% set build_number = 1 %}
7+
{% set build_number = 0 %}
88

99
# this makes the linter happy
1010
{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -46,7 +46,7 @@ package:
4646
source:
4747
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
4848
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}{{ dev }}/
49-
md5: 8bb5f0b8c9d9d7b87d7d98510e8d58e5
49+
md5: dbaa8833aa736eddbb18a6a6ae0c10fa
5050
patches:
5151
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
5252
- patches/0002-Win32-Do-not-download-externals.patch
@@ -329,7 +329,7 @@ outputs:
329329
build:
330330
noarch: generic
331331
{% if freethreading != "yes" %}
332-
skip: True
332+
skip: true
333333
{% endif %}
334334
requirements:
335335
- cpython {{ version }}.*
@@ -339,14 +339,14 @@ outputs:
339339
build:
340340
noarch: generic
341341
{% if freethreading == "yes" %}
342-
skip: True
342+
skip: true
343343
{% endif %}
344344
requirements:
345345
- cpython {{ version }}.*
346346
- python_abi * *_{{ abi_tag }}
347347

348348
- name: python-jit
349-
script: install_jit_activation.sh # [not win]
349+
script: install_jit_activation.sh # [not win]
350350
script: install_jit_activation.bat # [win]
351351
build:
352352
noarch: generic

0 commit comments

Comments
 (0)