Skip to content
Merged
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
9 changes: 9 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -29,8 +29,6 @@ pin_run_as_build:
max_pin: x.x
ncurses:
max_pin: x.x
openssl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down Expand Up @@ -59,7 +57,5 @@ xz:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
zlib:
- '1.2'
2 changes: 0 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ pin_run_as_build:
max_pin: x.x
ncurses:
max_pin: x.x
openssl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
4 changes: 1 addition & 3 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -29,8 +29,6 @@ pin_run_as_build:
max_pin: x.x
ncurses:
max_pin: x.x
openssl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
4 changes: 1 addition & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -29,8 +29,6 @@ pin_run_as_build:
max_pin: x.x
ncurses:
max_pin: x.x
openssl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- vs2017
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
31 changes: 0 additions & 31 deletions .drone.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.6.13" %}
{% set version = "3.6.15" %}

package:
name: python
version: {{ version }}

source:
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}.tar.xz
sha256: a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f
sha256: 6e28d7cdd6dd513dd190e49bca3972e20fcf455090ccf2ef3f1a227614135d91
patches:
{% if 'toolchain' in compiler('c') %}
# use one set of patches for the toolchain (old compiler) build
Expand Down Expand Up @@ -83,7 +83,7 @@ source:
sha256: de3c87b26a80e789986d8e6950c6304175d3829afe9c6c7211eb7257266ab0ac # [win]

build:
number: 2
number: 0
# Windows has issues updating python if conda is using files itself.
# Copy rather than link.
no_link:
Expand Down Expand Up @@ -124,6 +124,7 @@ requirements:
- tk # [unix]
- ncurses # [unix]
- libffi # [unix]
- libnsl # [linux]
Comment thread
ocefpaf marked this conversation as resolved.
- ld_impl_{{ target_platform }} >=2.34 # [linux]
run:
- ncurses # [unix]
Expand Down