Skip to content

Commit

Permalink
Trac #31855: Upgrade gmpy2 to add python 3.10 support
Browse files Browse the repository at this point in the history
`gmpy2` fails to build with Python 3.10: error: ‘_PyHASH_NAN’ undeclared
- https://bugzilla.redhat.com/show_bug.cgi?id=1959010 ...

2.1.0rc1 has a fix.

URL: https://trac.sagemath.org/31855
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): Dima Pasechnik
  • Loading branch information
Release Manager committed Nov 20, 2021
2 parents cc60cfe + 41f7f4e commit e2196f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/gmpy2/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=gmpy2-VERSION.tar.gz
sha1=ef3cfb93ce0ea8b5ad4cebef5bf3c55d8fb5821a
md5=1504652fcab1cd8ce3e42661d42f9f73
cksum=3152134051
sha1=6564cfd78f552a8db82136c10b19aa7465856865
md5=a1555e0d7ca28b3a49c9a81aa06e2bb6
cksum=2826987588
upstream_url=https://pypi.io/packages/source/g/gmpy2/gmpy2-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/gmpy2/install-requires.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# We would like to write gmpy2 >=2.1.0b5, but pipenv does not accept prereleases in version ranges
# https://github.com/pypa/pipenv/issues/1760
gmpy2 ==2.1.0b5
gmpy2 ==2.1.0rc1
2 changes: 1 addition & 1 deletion build/pkgs/gmpy2/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0b5
2.1.0rc1

0 comments on commit e2196f8

Please sign in to comment.