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

bump gmpy2 to 2.2.1 #39364

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions build/pkgs/gmpy2/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=gmpy2-VERSION.tar.gz
sha1=700ef438964acd286d52e973a833cd57ae9a7ad7
sha256=3b8acc939a40411a8ad5541ed178ff866dd1759e667ee26fe34c9291b6b350c3
sha1=9dc12136c43f6f5872b0eabc78017745d09f657b
sha256=e83e07567441b78cb87544910cb3cc4fe94e7da987e93ef7622e76fb96650432
upstream_url=https://files.pythonhosted.org/packages/source/g/gmpy2/gmpy2-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/gmpy2/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(MP_LIBRARY) mpfr mpc | $(PYTHON_TOOLCHAIN) $(PYTHON)
$(MP_LIBRARY) mpfr mpc | $(PYTHON_TOOLCHAIN) $(PYTHON) hypothesis

----------
All lines of this file are ignored except the first.
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.2.0a1
2.2.1
2 changes: 1 addition & 1 deletion build/pkgs/gmpy2/spkg-check.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd src/test && python3 runtests.py
pytest && cd src/test_cython && python3 runtests.py
1 change: 1 addition & 0 deletions build/pkgs/hypothesis/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAGE_SPKG_CONFIGURE([hypothesis], [SAGE_PYTHON_PACKAGE_CHECK([hypothesis])])
2 changes: 1 addition & 1 deletion build/pkgs/hypothesis/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
optional
standard
Loading