mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Enrico Jorns <ejo@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: ejo@pengutronix.de
Subject: [ptxdist] [PATCH 0/6] python3-aiohttp version bump to 3.8.1
Date: Mon, 20 Jun 2022 10:41:11 +0200	[thread overview]
Message-ID: <20220620084117.3066330-1-ejo@pengutronix.de> (raw)

This updates python3-aiohttp to 3.8.1 and adds / updates required
dependencies.

See install_requires in [options] section of aiohttp's setup.cf:

| install_requires =
|         attrs >= 17.3.0
|         charset-normalizer >=2.0, < 3.0
|         multidict >=4.5, < 7.0
|         async_timeout >= 4.0.0a3, < 5.0
|         asynctest == 0.13.0; python_version<"3.8"
|         yarl >= 1.0, < 2.0
|         idna-ssl >= 1.0; python_version<"3.7"
|         typing_extensions >= 3.7.4; python_version<"3.8"
|         frozenlist >= 1.1.1
|         aiosignal >= 1.1.2

Enrico Jorns (6):
  python3-charset-normalizer: new package
  python3-async-timeout.make: version bump 3.0.1 -> 4.0.2
  python3-idna-ssl: new package
  python3-frozenlist: new package
  python3-aiosignal: new package
  python3-aiohttp: version bump 3.6.1 -> 3.8.1

 rules/python3-aiohttp.in              |  3 ++
 rules/python3-aiohttp.make            |  4 +-
 rules/python3-aiosignal.in            |  9 +++++
 rules/python3-aiosignal.make          | 52 ++++++++++++++++++++++++++
 rules/python3-async-timeout.make      |  4 +-
 rules/python3-charset-normalizer.in   |  8 ++++
 rules/python3-charset-normalizer.make | 52 ++++++++++++++++++++++++++
 rules/python3-frozenlist.in           |  9 +++++
 rules/python3-frozenlist.make         | 52 ++++++++++++++++++++++++++
 rules/python3-idna-ssl.in             |  8 ++++
 rules/python3-idna-ssl.make           | 53 +++++++++++++++++++++++++++
 11 files changed, 250 insertions(+), 4 deletions(-)
 create mode 100644 rules/python3-aiosignal.in
 create mode 100644 rules/python3-aiosignal.make
 create mode 100644 rules/python3-charset-normalizer.in
 create mode 100644 rules/python3-charset-normalizer.make
 create mode 100644 rules/python3-frozenlist.in
 create mode 100644 rules/python3-frozenlist.make
 create mode 100644 rules/python3-idna-ssl.in
 create mode 100644 rules/python3-idna-ssl.make

-- 
2.30.2




             reply	other threads:[~2022-06-20  8:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20  8:41 Enrico Jorns [this message]
2022-06-20  8:41 ` [ptxdist] [PATCH 1/6] python3-charset-normalizer: new package Enrico Jorns
2022-06-24  5:09   ` Michael Olbrich
2022-06-20  8:41 ` [ptxdist] [PATCH 2/6] python3-async-timeout.make: version bump 3.0.1 -> 4.0.2 Enrico Jorns
2022-06-20  8:41 ` [ptxdist] [PATCH 3/6] python3-idna-ssl: new package Enrico Jorns
2022-06-24  5:10   ` Michael Olbrich
2022-06-24 11:46     ` Enrico Jörns
2022-06-20  8:41 ` [ptxdist] [PATCH 4/6] python3-frozenlist: " Enrico Jorns
2022-06-20  8:41 ` [ptxdist] [PATCH 5/6] python3-aiosignal: " Enrico Jorns
2022-06-20  8:41 ` [ptxdist] [PATCH 6/6] python3-aiohttp: version bump 3.6.1 -> 3.8.1 Enrico Jorns

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220620084117.3066330-1-ejo@pengutronix.de \
    --to=ejo@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox