-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Release v3.8.2 #6919
Release v3.8.2 #6919
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.8 #6919 +/- ##
=======================================
Coverage 97.39% 97.39%
=======================================
Files 107 107
Lines 30970 30970
Branches 3922 3922
=======================================
Hits 30162 30162
Misses 604 604
Partials 204 204
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@Dreamsorcerer may I get an approval for this changelog? One item that I'm not sure about is py3.5. Technically, it's not an API change and pip handles it very well these days. So it's probably fine that it's backported into a patch release. Plus the default wheel building setup doesn't produce those wheels anymore anyway. Potential release workflow is at https://github.com/aio-libs/aiohttp/actions/runs/3089216983. It'll need to be approved too. |
Seems fine to me, 3.5 is long dead, and 3.6 is already unsupported (and removed from the aiohttp 3.9 release).
Seems fine, but possible we might need it for an emergency fix or similar until 3.9 is ready for release. |
Looks like I've fixed that test already, the rest are formatting changes. Plus there's conflicts. |
That seems straightforward, will do. |
I double-checked stuff from https://github.com/aio-libs/aiohttp/issues?q=is%3Aopen+label%3Abackport-3.8+sort%3Aupdated-desc and it doesn't seem like there's anything else that could be included. Plus, they all need a newer backport label now. |
Backported. |
|
da23c93
to
18a1dcb
Compare
|
Seems like GHA hits GH's rate limits and jobs fail on fetching the Git repo. It'll need some restarts to succeed. |
1c17645
to
58f7f0e
Compare
|
Just approved https://github.com/aio-libs/aiohttp/actions/runs/3092629710/jobs/5006137559. ~15 min to go. |
🤦♂️ |
b2a4cbf
to
51eb60a
Compare
This patch also moves miscategorized entries to proper sections.
51eb60a
to
99c8d0d
Compare
Here we go again: https://github.com/aio-libs/aiohttp/actions/runs/3093922036. |
What do these changes do?
This is a release preparation for v3.8.2.
Are there changes in behavior for the user?
The sdist will be buildable under Python 3.11. Wheels for Python 3.11 built with rc2 are going to be available.
Related issue number
N/A
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.