Path to this page:
Subject: CVS commit: pkgsrc/devel/py-gidgethub
From: Thomas Klausner
Date: 2024-04-21 15:40:01
Message id: 20240421134001.D3139FA2C@cvs.NetBSD.org
Log Message:
py-gidgethub: update to 5.3.0.
5.3.0
-----
- Add support passing ``extra_headers`` when making requests
(`PR #192 <https://github.com/brettcannon/gidgethub/pull/192>`_)
- Add a getstatus() method for APIs that do not return content.
(`PR #194 <https://github.com/brettcannon/gidgethub/pull/194>`_)
5.2.1
-----
- Fix cgi and importlib_resources deprecations.
(`PR #185 <https://github.com/brettcannon/gidgethub/pull/185>`_)
- Add support for Python 3.11 and drop EOL Python 3.6
(`PR #184 <https://github.com/brettcannon/gidgethub/pull/184>`_)
5.2.0
-----
- Make the minimum version of PyJWT be v2.4.0.
Files: