mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/6] python3-aiohttp version bump to 3.8.1
@ 2022-06-20  8:41 Enrico Jorns
  2022-06-20  8:41 ` [ptxdist] [PATCH 1/6] python3-charset-normalizer: new package Enrico Jorns
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Enrico Jorns @ 2022-06-20  8:41 UTC (permalink / raw)
  To: ptxdist; +Cc: ejo

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




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-06-24 11:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20  8:41 [ptxdist] [PATCH 0/6] python3-aiohttp version bump to 3.8.1 Enrico Jorns
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox