Skip to content

Commit ccd017e

Browse files
author
Release Manager
committed
gh-39364: bump gmpy2 to 2.2.1 we now have a new stable version of gmpy2 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39364 Reported by: Dima Pasechnik Reviewer(s): Kwankyu Lee
2 parents 53bea4c + 78e28d5 commit ccd017e

34 files changed

+60
-8
lines changed

build/pkgs/gmpy2/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=gmpy2-VERSION.tar.gz
2-
sha1=700ef438964acd286d52e973a833cd57ae9a7ad7
3-
sha256=3b8acc939a40411a8ad5541ed178ff866dd1759e667ee26fe34c9291b6b350c3
2+
sha1=9dc12136c43f6f5872b0eabc78017745d09f657b
3+
sha256=e83e07567441b78cb87544910cb3cc4fe94e7da987e93ef7622e76fb96650432
44
upstream_url=https://files.pythonhosted.org/packages/source/g/gmpy2/gmpy2-VERSION.tar.gz

build/pkgs/gmpy2/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(MP_LIBRARY) mpfr mpc | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
$(MP_LIBRARY) mpfr mpc hypothesis | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0a1
1+
2.2.1

build/pkgs/gmpy2/spkg-check.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd src/test && python3 runtests.py
1+
cd src && pytest
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tarball=hypothesis-VERSION-py3-none-any.whl
2+
sha1=47d6a24a788db03bca35f4068da0b7f974ab0eb8
3+
sha256=55d4966d521b85d2f77e916dabb00d66d5530ea9fbb89c7489ee810625fac802
4+
upstream_url=https://files.pythonhosted.org/packages/py3/h/hypothesis/hypothesis-VERSION-py3-none-any.whl

build/pkgs/hypothesis/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
attrs | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
attrs sortedcontainers | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-hypothesis
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-hypothesis
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-hypothesis
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
devel/py-hypothesis

0 commit comments

Comments
 (0)