Skip to content

Commit

Permalink
Merge branch 'main' into 3.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Oct 19, 2023
2 parents 24b3e49 + 9d6433c commit 6403390
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 19 deletions.
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/awkward-cpp/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: awkward-cpp
version: '23'
version: '24'

package:
name: '{{ name|lower }}'
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/awkward-cpp-{{ version }}.tar.gz
sha256: 73e460f3e08c22fb8369eb8c13a111c9f32a79a2cc7d01e49675dd5d089236de
sha256: 28913fcf0f7ee4d69935742c103fa422ed51f8d83b64ecb0cbe99e6e663f4b06

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/logbook/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: logbook
version: '1.6.0'
version: '1.7.0'

package:
name: logbook
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/L/Logbook/Logbook-{{ version }}.tar.gz
sha256: a50a0cb1fdd0f58c8cc0ac252bb1683e63caa49872b77c3812cde5d3db73d97f
sha256: da4c22f8a5b0a0e9cf7b198f2ac935934b933a04b5a2d24ef3b1ffa2faeaa3c1

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/msgpack/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
context:
version: '1.0.5'
version: '1.0.6'

package:
name: msgpack
version: '{{ version }}'

source:
- sha256: 34287cb609f0966c0d48f6e22e956b7485942169d820d0e3f4834573d425ef9b
- sha256: 0dc84bbf0a97fb1f9f277de8a97ade38b5323ece5728dcee4ed4410c9df976b1
url: https://github.com/msgpack/msgpack-python/archive/refs/tags/v{{ version }}.tar.gz

build:
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/peewee/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: "peewee"
version: "3.16.3"
version: "3.17.0"

package:
name: "{{ name }}"
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 12b30e931193bc37b11f7c2ac646e3f67125a8b1a543ad6ab37ad124c8df7d16
sha256: 3a56967f28a43ca7a4287f4803752aeeb1a57a08dee2e839b99868181dfb5df8

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/pillow/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "10.0.1"
version: "10.1.0"

package:
name: pillow
version: "{{ version }}"

source:
- url: https://github.com/python-pillow/Pillow/archive/refs/tags/{{ version }}.tar.gz
sha256: 5df55f87434f1b42d9ebe4247ed50a0f0742cd1ad5be2820e3d1b1f4b4bc696f
sha256: 39ca46877a38414abd0c7ab15ee885b72efd884c4a43f5a82697685917b7704c
patches:
- patches/setitup.patch
- path: src/setup.cfg
Expand Down
8 changes: 4 additions & 4 deletions recipes/recipes_emscripten/qutip/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
context:
version: "4.7.0"
version: "4.7.3"

package:
name: qutip
version: "{{ version }}"

source:
url: https://github.com/qutip/qutip/archive/v{{ version }}.tar.gz
sha256: b942c9767281c78be92bea8a0db4e0a97af1d81aa67128601d3272b22c25d848
sha256: 72dca2c03fc99351d4f00508dc3a8e861b4c329bb949225eb4d43331a3fee53f

build:
number: 1
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv" # [not win]

requirements:
Expand All @@ -19,7 +19,7 @@ requirements:
- sel(build_platform != target_platform): cross-python_{{ target_platform }}
- sel(build_platform != target_platform): cython
- sel(build_platform != target_platform): numpy
- sel(build_platform != target_platform): setuptools
- sel(build_platform != target_platform): setuptools
- "{{ compiler('cxx') }}"
- packaging <=21.3
- pip
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/traits/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: '6.4.2'
version: '6.4.3'

package:
name: traits
version: '{{ version }}'

source:
- url: https://pypi.io/packages/source/t/traits/traits-{{ version }}.tar.gz
sha256: 5be7cc5fb7a99cba7e9014786373e3ad2f75efb445eeced094654bbaf3b0fa82
sha256: a9bbfd9e0c08b7de07e86ef64e69cb96a29c2105a43bf832cd8b162fa1e22f44

build:
number: 0
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/unicodedata2/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: "15.0.0"
version: "15.1.0"
name: unicodedata2

package:
Expand All @@ -8,10 +8,10 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ed6c683f7b0a58cd11824b440d8ad24b22904ab3f63fc851bbcd7e518fa68f2d
sha256: cb30f189ad66482f8529a45da71b2a8841e9bd2bb376cc2933003a4a55a07648

build:
number: 1
number: 0

requirements:
build:
Expand Down
2 changes: 2 additions & 0 deletions recipes/recipes_emscripten/xeus/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
context:

version: 3.1.3


package:
name: xeus
version: '{{ version }}'
Expand Down

0 comments on commit 6403390

Please sign in to comment.