pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-gidgethub



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 21 13:40:01 UTC 2024

Modified Files:
        pkgsrc/devel/py-gidgethub: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-gidgethub/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-gidgethub/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-gidgethub/Makefile
diff -u pkgsrc/devel/py-gidgethub/Makefile:1.3 pkgsrc/devel/py-gidgethub/Makefile:1.4
--- pkgsrc/devel/py-gidgethub/Makefile:1.3      Sat Oct 28 19:57:00 2023
+++ pkgsrc/devel/py-gidgethub/Makefile  Sun Apr 21 13:40:01 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/10/28 19:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/21 13:40:01 wiz Exp $
 
-DISTNAME=      gidgethub-5.1.0
+DISTNAME=      gidgethub-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gidgethub/}
 

Index: pkgsrc/devel/py-gidgethub/distinfo
diff -u pkgsrc/devel/py-gidgethub/distinfo:1.1 pkgsrc/devel/py-gidgethub/distinfo:1.2
--- pkgsrc/devel/py-gidgethub/distinfo:1.1      Tue Apr 26 21:36:21 2022
+++ pkgsrc/devel/py-gidgethub/distinfo  Sun Apr 21 13:40:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/26 21:36:21 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/04/21 13:40:01 wiz Exp $
 
-BLAKE2s (gidgethub-5.1.0.tar.gz) = 1df33ac51a23de7215454988cac7637422caac0dd564451a50dc35beeff0665a
-SHA512 (gidgethub-5.1.0.tar.gz) = 90006e8f386068ed979c84372a3c9a43cf41b3902fdc02aa19b0d5c19d9259a058d3b2e1b288bcf0f109eaa98818c8ed55eb7e1c657b45b9648ae06f57c86950
-Size (gidgethub-5.1.0.tar.gz) = 125577 bytes
+BLAKE2s (gidgethub-5.3.0.tar.gz) = c28e4d4e31c77816296d8eb6d16c4aa1dcb1a4d6c290f3d1b4e2731af3155afa
+SHA512 (gidgethub-5.3.0.tar.gz) = 5584ac59483d9f87d77bd8c6839b78891b93a695ff378a6ba197453a616335af7247f4ca5b485a8c27fe2e7a35a6b606ed185df9d54c39a45498a408f847109f
+Size (gidgethub-5.3.0.tar.gz) = 125885 bytes



Home | Main Index | Thread Index | Old Index