-
Notifications
You must be signed in to change notification settings - Fork 3.8k
python-{idna,aiohttp,frozenlist},: bump to versions #27830
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
base: master
Are you sure you want to change the base?
Conversation
289f055 to
a41e181
Compare
| PYPI_NAME:=frozenlist | ||
| PKG_HASH:=09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251 | ||
| PKG_BUILD_DEPENDS:=python-setuptools/host | ||
| PKG_BUILD_DEPENDS:= python-expandvars/host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these 2 should be on one line
i.e. PKG_BUILD_DEPENDS:=python-setuptools/host python-expandvars/host
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the BUILD_DEPENDS line were cobmbine into one line
088d083 to
6b51a35
Compare
| PYPI_NAME:=frozenlist | ||
| PKG_BUILD_DEPENDS:=python-setuptools/host | ||
| PKG_BUILD_DEPENDS:= python-expandvars/host | ||
| PKG_BUILD_DEPENDS:=python-setuptools/host python-expandvars/host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be squashed into commit python-frozenlist: bump to version 1.8
6b51a35 to
0f77051
Compare
This commit bumps the version of aiohttop to 3.13.2 Signed-off-by: Ioan Bobar <[email protected]>
Combine depends line into one assignment Signed-off-by: Ioan Bobar <[email protected]> python-frozenlist: combine into 1 line BUILD_DEPENDS
0f77051 to
2b52d3b
Compare
|
I was also looking into these.
It's not just a simple bump aiohttp requires frozenlist. |
📦 Package Details
Maintainer: @
(You can find this by checking the history of the package
Makefile.)Description:
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.