Skip to content

Commit ede3845

Browse files
authored
Merge pull request #838 from h-vetinari/3.13
python v3.13.10
2 parents 1ec81f6 + c84d9b3 commit ede3845

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

.ci_support/migrations/libffi35.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{% set version = "3.13.9" %}
1+
{% set version = "3.13.10" %}
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: 516aabdf3de01eeefb6de1aacf9df810
49+
md5: 5ada33c7f08d5d2df881657bdb8e848d
5050
patches:
5151
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
5252
- patches/0002-Win32-Do-not-download-externals.patch

recipe/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
import ssl
103103
print('OPENSSL_VERSION:', ssl.OPENSSL_VERSION)
104-
CONDA_OPENSSL_VERSION = os.getenv('openssl')
104+
CONDA_OPENSSL_VERSION = os.getenv('openssl').split(".")[0]
105105
assert CONDA_OPENSSL_VERSION in ssl.OPENSSL_VERSION
106106

107107
# See https://github.com/conda-forge/python-feedstock/issues/718 for context:

0 commit comments

Comments
 (0)