Skip to content

Commit b7e60e1

Browse files
author
Release Manager
committed
gh-38101: Various Python package upgrades
<!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> and incidental updates to the `sage --package` script ### 📝 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. - [ ] 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: #38101 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents 8d66ac3 + 21e2a49 commit b7e60e1

File tree

84 files changed

+143
-134
lines changed

Some content is hidden

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

84 files changed

+143
-134
lines changed

build/pkgs/anyio/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=anyio-VERSION-py3-none-any.whl
2-
sha1=bb08368bb19e1aff2f4190e39300e43fee52103e
3-
sha256=cfdb2b588b9fc25ede96d8db56ed50848b0b649dca3dd1df0b11f683bb9e0b5f
2+
sha1=f5bd548b3a14c9c93622bf04f7c6464e3f44966a
3+
sha256=c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7
44
upstream_url=https://pypi.io/packages/py3/a/anyio/anyio-VERSION-py3-none-any.whl

build/pkgs/anyio/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
idna sniffio | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
idna sniffio exceptiongroup typing_extensions | pip $(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-
4.0.0
1+
4.4.0

build/pkgs/appnope/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=appnope-VERSION.tar.gz
2-
sha1=dd705054af5f6c80d0ce9e1b444428c7b1b07daa
3-
sha256=02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24
2+
sha1=4dcd80020b345a184d6da6063a69e25b1d353323
3+
sha256=1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee
44
upstream_url=https://pypi.io/packages/source/a/appnope/appnope-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3
1+
0.1.4

build/pkgs/attrs/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=attrs-VERSION-py3-none-any.whl
2-
sha1=d916b1ecad441ce7f07d86034085475f6c231830
3-
sha256=1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04
2+
sha1=563b272af703f8960b76f6637d009fa5fc5864d3
3+
sha256=99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1
44
upstream_url=https://pypi.io/packages/py3/a/attrs/attrs-VERSION-py3-none-any.whl

build/pkgs/attrs/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
importlib_metadata | pip $(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-
23.1.0
1+
23.2.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=cachetools-VERSION-py3-none-any.whl
2-
sha1=f7deaa4b10ae6d8955c83b0573e5b80f84e5d87a
3-
sha256=95ef631eeaea14ba2e36f06437f36463aac3a096799e876ee55e5cdccb102590
2+
sha1=4210b349f838f75d64da22fbef7e5dc8e494c5f6
3+
sha256=0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945
44
upstream_url=https://pypi.io/packages/py3/c/cachetools/cachetools-VERSION-py3-none-any.whl

build/pkgs/cachetools/dependencies

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

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)