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
8 changes: 0 additions & 8 deletions .ci_support/migrations/pari217.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore

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

2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

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

47 changes: 33 additions & 14 deletions build-locally.py

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.2.1" %}
{% set version = "2.2.2" %}
{% set name = "cypari2" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: aaa017a6a280581902f73cf5ce1695712b6598a032be14cfab81f97c475f83b8
sha256: 13a338735ea221c1068f8fc415561bf777d8c68725702bc749547264fd091720

build:
number: 1
number: 0
# cypari2 is generally compatible with Python 3.8 (but 2.1.3 and 2.1.4 have problems with that Python.)
skip: true # [win or py<39]
script:
Expand All @@ -35,7 +35,7 @@ requirements:
run:
- python
- {{ pin_compatible('pari', max_pin='x.x') }}
- cysignals
- cysignals >=1.11.3
- gmp

test:
Expand Down