Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gmpy2 from 2.1.2 to 2.1.3 #1013

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
30 changes: 15 additions & 15 deletions recipes/recipes_emscripten/gmpy2/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: "2.1.2"
version: 2.1.3
name: gmpy2

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

source:
url: https://pypi.io/packages/source/g/gmpy2/gmpy2-${{ version }}.tar.gz
sha256: da75140bca128ece795895477e53b43773e3748aa90ba6170eae7ca2c74b82d1
sha256: 10360cc39f1eb56e3a833a4d1cae3884c7f65b6ec490994801e6939dc08870ae

build:
number: 0
script:
- python -m pip install . -vvv
- python -m pip install . -vvv

requirements:
build:
python
cross-python_${{ target_platform }}
- "{{ compiler('c') }}"
- pip
build:
- python
- cross-python_${{ target_platform }}
- "{{ compiler('c') }}"
- pip
host:
- gmp
- mpc
- python
- gmp
- mpc
- python

run:
- gmp
- mpc
- python
- gmp
- mpc
- python


tests:
Expand All @@ -54,7 +54,7 @@ about:

extra:
recipe-maintainers:
- wolfv
- wolfv
emscripten_tests:
python:
pytest_files:
Expand Down
Loading