Skip to content

Commit 252efcc

Browse files
committed
Update cypari to 2.2.1
1 parent 427c2ea commit 252efcc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build/pkgs/cypari/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=cypari2-VERSION.tar.gz
2-
sha1=4e9f14d218bc1cea29e03a2ceec9bf3dfbfd5eb3
3-
sha256=817606bf661b71d33e1d012421907a4f8fb09dd81b7d3e3ae179b3978020bbf1
2+
sha1=556d1a16818663ba6e6a3c9d2b14cc907a7eef4c
3+
sha256=aaa017a6a280581902f73cf5ce1695712b6598a032be14cfab81f97c475f83b8
44
upstream_url=https://files.pythonhosted.org/packages/source/c/cypari2/cypari2-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = 'mesonpy'
33
# Minimum requirements for the build system to execute.
44
requires = [
55
'meson-python',
6-
'cypari2 >=2.1.1',
6+
'cypari2 >=2.2.1',
77
# cysignals 1.11.2 is the newest version that is available on conda:
88
# https://github.com/conda-forge/cysignals-feedstock/pull/49
99
'cysignals >=1.11.2',
@@ -20,7 +20,7 @@ description = "Sage: Open Source Mathematics Software: Standard Python Library"
2020
dependencies = [
2121
'six >=1.15.0',
2222
'conway-polynomials >=0.8',
23-
'cypari2 >=2.1.1',
23+
'cypari2 >=2.2.1',
2424
'cysignals >=1.10.2',
2525
'cython >=3.0, != 3.0.3',
2626
'gmpy2 ~=2.1.b999',

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
'setuptools >= 68.1.1',
77
# version constraint for macOS Big Sur support (see https://github.com/sagemath/sage/issues/31050)
88
'wheel >=0.36.2',
9-
'cypari2 >=2.1.1',
9+
'cypari2 >=2.2.1',
1010
'cysignals >=1.10.2',
1111
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748
1212
'cython >=3.0, != 3.0.3, <4.0',

0 commit comments

Comments
 (0)