File tree 2 files changed +44
-2
lines changed
2 files changed +44
-2
lines changed Original file line number Diff line number Diff line change
1
+ migrator_ts : 1724712607
2
+ __migrator :
3
+ commit_message : Rebuild for python 3.13
4
+ migration_number : 1
5
+ operation : key_add
6
+ primary_key : python
7
+ ordering :
8
+ python :
9
+ - 3.6.* *_cpython
10
+ - 3.7.* *_cpython
11
+ - 3.8.* *_cpython
12
+ - 3.9.* *_cpython
13
+ - 3.10.* *_cpython
14
+ - 3.11.* *_cpython
15
+ - 3.12.* *_cpython
16
+ - 3.13.* *_cp313 # new entry
17
+ - 3.6.* *_73_pypy
18
+ - 3.7.* *_73_pypy
19
+ - 3.8.* *_73_pypy
20
+ - 3.9.* *_73_pypy
21
+ paused : false
22
+ longterm : true
23
+ pr_limit : 20
24
+ max_solver_attempts : 3 # this will make the bot retry "not solvable" stuff 12 times
25
+ exclude :
26
+ # this shouldn't attempt to modify the python feedstocks
27
+ - python
28
+ - pypy3.6
29
+ - pypy-meta
30
+ - cross-python
31
+ - python_abi
32
+ # see https://github.com/conda-forge/scipy-feedstock/pull/283
33
+ - scipy
34
+ exclude_pinned_pkgs : false
35
+
36
+ python :
37
+ - 3.13.* *_cp313
38
+ # additional entries to add for zip_keys
39
+ numpy :
40
+ - 2
41
+ python_impl :
42
+ - cpython
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ package:
6
6
version : {{ version }}
7
7
8
8
source :
9
- url : https://pypi.io /packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
9
+ url : https://pypi.org /packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10
10
sha256 : f468fac8f3f5fca8f4d1ca19e3cd4d2e10bd91074e7285464b22715d13548afe
11
11
patches :
12
12
- 0001-fix-setup.patch
13
13
14
14
build :
15
- number : 0
15
+ number : 1
16
16
script : {{ PYTHON }} -m pip install . -vv # [not win]
17
17
script_env :
18
18
- GSSAPI_SUPPORT_DETECT=false # [build_platform != target_platform]
You can’t perform that action at this time.
0 commit comments