Skip to content

Commit a84c11d

Browse files
author
Release Manager
committed
gh-36429: build/pkgs/attrs: Change to wheel package, 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 #36428 <!-- 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: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36429 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents 9bcf111 + 6566b91 commit a84c11d

File tree

5 files changed

+10
-24
lines changed

5 files changed

+10
-24
lines changed

build/pkgs/attrs/checksums.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tarball=attrs-VERSION.tar.gz
2-
sha1=f48d0c0f96e3fbd476821408b81f5c823026546e
3-
md5=6623fed7ffa22261ba25fccaf4d99539
4-
cksum=3377712336
5-
upstream_url=https://pypi.io/packages/source/a/attrs/attrs-VERSION.tar.gz
1+
tarball=attrs-VERSION-py3-none-any.whl
2+
sha1=d916b1ecad441ce7f07d86034085475f6c231830
3+
md5=5aecf1f8857233a04c1926ea68e8f860
4+
cksum=1934687514
5+
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-
vcversioner | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
| $(PYTHON_TOOLCHAIN) $(PYTHON)
22

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

build/pkgs/attrs/spkg-install.in

Lines changed: 0 additions & 14 deletions
This file was deleted.

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=80b6c2edf3aeb03b8de332fe07b2ddcad876ed28
3-
md5=7c474b8e08f3091d418d31188b991c3b
4-
cksum=1679121244
2+
sha1=f922495a00292e1c2c4ab649282647e8f9086ef5
3+
md5=b9998145d9a1de9257e0eed38d37d204
4+
cksum=2613207786
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46997739f9bf574d94ce7e9bea5fd6a05bacf922
1+
c697dde8a5c3fe03af4c711b1b837592c5222b8e

0 commit comments

Comments
 (0)