py-yarl: updated to 1.9.4

1.9.4 (2023-12-06)

Bug fixes

- Started raising :py:exc:`TypeError` when a string value is passed into
  :py:meth:`~yarl.URL.build` as the ``port`` argument

  Previously the empty string as port would create malformed URLs when rendered as string representations.
This commit is contained in:
adam 2023-12-07 12:25:30 +00:00
parent b56f4763be
commit 96c91a91b0
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.33 2023/11/22 12:27:21 adam Exp $
# $NetBSD: Makefile,v 1.34 2023/12/07 12:25:30 adam Exp $
DISTNAME= yarl-1.9.3
DISTNAME= yarl-1.9.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/}

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.31 2023/11/22 12:27:21 adam Exp $
$NetBSD: distinfo,v 1.32 2023/12/07 12:25:30 adam Exp $
BLAKE2s (yarl-1.9.3.tar.gz) = 6f1a8246b230e9e3501fb45bc4e5cf2216a93a3974df5b8b63a9b6d10574b0da
SHA512 (yarl-1.9.3.tar.gz) = 44dcc51c0b01eda024d9e6a236b95999a6be5989958362060b6b21c3d98fcb862824f7ec1897ac8c164ad2cb9362a2df4d40dcc980f57eaeefb0eddfc19b4741
Size (yarl-1.9.3.tar.gz) = 135606 bytes
BLAKE2s (yarl-1.9.4.tar.gz) = dde466ef195395ea53fe858c11fb5ea625ddd672d79355d905955d3576baba39
SHA512 (yarl-1.9.4.tar.gz) = e4f7917f1625b40125abae9a13d61795f97e8cf489735e15cf58476e97c3bcf840b1452482f1f7a737fbb2bdd1dc7bbcfa882d0a7f76a27dfb3aea72b7a66c82
Size (yarl-1.9.4.tar.gz) = 141869 bytes