Skip to content

Conversation

@ionutbobar
Copy link
Contributor

📦 Package Details

Maintainer: @
(You can find this by checking the history of the package Makefile.)

Description:


🧪 Run Testing Details

  • OpenWrt Version:
  • OpenWrt Target/Subtarget:
  • OpenWrt Device:

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

If your PR contains a patch:

  • It can be applied using git am
  • It has been refreshed to avoid offsets, fuzzes, etc., using
    make package/<your-package>/refresh V=s
  • It is structured in a way that it is potentially upstreamable
    (e.g., subject line, commit description, etc.)
    We must try to upstream patches to reduce maintenance burden.

@ionutbobar ionutbobar force-pushed the python-updates1 branch 3 times, most recently from 289f055 to a41e181 Compare November 11, 2025 09:45
PYPI_NAME:=frozenlist
PKG_HASH:=09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
PKG_BUILD_DEPENDS:=python-setuptools/host
PKG_BUILD_DEPENDS:= python-expandvars/host
Copy link
Contributor

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

Copy link
Contributor Author

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

PYPI_NAME:=frozenlist
PKG_BUILD_DEPENDS:=python-setuptools/host
PKG_BUILD_DEPENDS:= python-expandvars/host
PKG_BUILD_DEPENDS:=python-setuptools/host python-expandvars/host
Copy link
Contributor

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

@commodo commodo changed the title Python updates1 python-{idna,aiohttp,frozenlist},: bump to versions Nov 14, 2025
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
@commodo
Copy link
Contributor

commodo commented Dec 7, 2025

I was also looking into these.

frozenlist requires some deeper digging to fix.

It's not just a simple bump

aiohttp requires frozenlist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants