Skip to content

Commit 5b2f125

Browse files
author
Release Manager
committed
gh-36176: build/pkgs/tox: Update, require tox >= 4.2.7, update dependencies <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> - Fixes #34840 - Fixes #36175 <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> - Depends on #36240 (merged here) - Depends on #36263 (merged here) <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36176 Reported by: Matthias Köppe Reviewer(s): github-actions[bot], Kwankyu Lee
2 parents 9dd8a77 + d4bd789 commit 5b2f125

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+180
-101
lines changed

build/pkgs/cachetools/SPKG.rst

Lines changed: 18 additions & 0 deletions

build/pkgs/cachetools/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=cachetools-VERSION-py3-none-any.whl
2+
sha1=f7deaa4b10ae6d8955c83b0573e5b80f84e5d87a
3+
md5=7375eb8031ea2c95b91d2406c29e9379
4+
cksum=3631496040
5+
upstream_url=https://pypi.io/packages/py3/c/cachetools/cachetools-VERSION-py3-none-any.whl
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cachetools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.3.1
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SAGE_SPKG_CONFIGURE([cachetools], [
2+
sage_spkg_install_cachetools=yes
3+
], [dnl REQUIRED-CHECK
4+
AC_REQUIRE([SAGE_SPKG_CONFIGURE_TOX])
5+
dnl cachetools is only needed when we cannot use system tox.
6+
AS_VAR_SET([SPKG_REQUIRE], [$sage_spkg_install_tox])
7+
])
File renamed without changes.

build/pkgs/chardet/SPKG.rst

Lines changed: 18 additions & 0 deletions

build/pkgs/chardet/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=chardet-VERSION-py3-none-any.whl
2+
sha1=2facc0387556aa8a2956ef682d49fc3eae56d30a
3+
md5=b9eda7cd7d1582e269bd8eb7ffc4fcad
4+
cksum=1563594607
5+
upstream_url=https://pypi.io/packages/py3/c/chardet/chardet-VERSION-py3-none-any.whl

build/pkgs/chardet/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| $(PYTHON_TOOLCHAIN) $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)