pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-FxA



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 20 10:10:18 UTC 2024

Modified Files:
        pkgsrc/www/py-FxA: Makefile PLIST distinfo
        pkgsrc/www/py-FxA/patches: patch-dev-requirements.txt

Log Message:
py-FxA: update to 0.7.8.

0.7.8 (2024-03-14)
==================

- Add retries to the APIClient session


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-FxA/Makefile pkgsrc/www/py-FxA/PLIST \
    pkgsrc/www/py-FxA/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-FxA/patches/patch-dev-requirements.txt

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

Modified files:

Index: pkgsrc/www/py-FxA/Makefile
diff -u pkgsrc/www/py-FxA/Makefile:1.1 pkgsrc/www/py-FxA/Makefile:1.2
--- pkgsrc/www/py-FxA/Makefile:1.1      Sun Jun 11 08:19:27 2023
+++ pkgsrc/www/py-FxA/Makefile  Mon May 20 10:10:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/06/11 08:19:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/20 10:10:17 wiz Exp $
 
-DISTNAME=      PyFxA-0.7.7
+DISTNAME=      PyFxA-0.7.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/Py//}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyFxA/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/mozilla/PyF
 COMMENT=       Firefox Accounts client library for Python
 LICENSE=       mpl-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.2:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-BrowserID>=0:../../www/py-BrowserID
@@ -29,7 +31,7 @@ USE_TOOLS+=   ftp:test
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# test status as of 0.7.7
+# test status as of 0.7.8
 # 18 failed, 97 passed, 1 skipped, 1 warning
 # https://github.com/mozilla/PyFxA/issues/95
 
@@ -39,5 +41,5 @@ pre-test:
        cd ${WRKSRC}/fxa/tests && ftp https://raw.githubusercontent.com/mozilla/PyFxA/main/fxa/tests/jwks.json
        cd ${WRKSRC}/fxa/tests && ftp https://raw.githubusercontent.com/mozilla/PyFxA/main/fxa/tests/private-key.json
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-FxA/PLIST
diff -u pkgsrc/www/py-FxA/PLIST:1.1 pkgsrc/www/py-FxA/PLIST:1.2
--- pkgsrc/www/py-FxA/PLIST:1.1 Sun Jun 11 08:19:27 2023
+++ pkgsrc/www/py-FxA/PLIST     Mon May 20 10:10:17 2024
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2023/06/11 08:19:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/05/20 10:10:17 wiz Exp $
 bin/fxa-client
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/fxa/__init__.py
 ${PYSITELIB}/fxa/__init__.pyc
 ${PYSITELIB}/fxa/__init__.pyo
Index: pkgsrc/www/py-FxA/distinfo
diff -u pkgsrc/www/py-FxA/distinfo:1.1 pkgsrc/www/py-FxA/distinfo:1.2
--- pkgsrc/www/py-FxA/distinfo:1.1      Sun Jun 11 08:19:27 2023
+++ pkgsrc/www/py-FxA/distinfo  Mon May 20 10:10:17 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/06/11 08:19:27 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/05/20 10:10:17 wiz Exp $
 
-BLAKE2s (PyFxA-0.7.7.tar.gz) = 8528d4b5c72e725748556ec33f17ac3cecea97a486c168d88fa8e0d1a34b6b9e
-SHA512 (PyFxA-0.7.7.tar.gz) = add697d8132d565a00edb28d4fcdc73a244a8484b3b93c21bf5c06a8dda5990b6c394ab14f5bae2e4fcc23549699640bbe629bdaa8c5411d5e9c98b181cba661
-Size (PyFxA-0.7.7.tar.gz) = 39053 bytes
-SHA1 (patch-dev-requirements.txt) = 24ce678cfaa2aa24f5087e429a03b38551661e87
+BLAKE2s (PyFxA-0.7.8.tar.gz) = ea77bb164d486bb0bc8df5b265f3139144529431658040ef890cfa95e6998dd3
+SHA512 (PyFxA-0.7.8.tar.gz) = d7fd9e74825d6e0386f887bb534e7be09e03aba0d13404486768ca01f3b0001430afcd283ff806726f8e35122580aa0677153e2b83a959775ccc63aef87c12a9
+Size (PyFxA-0.7.8.tar.gz) = 39052 bytes
+SHA1 (patch-dev-requirements.txt) = b900c01bc4466301df5522a1639a210a3bcfdd8b

Index: pkgsrc/www/py-FxA/patches/patch-dev-requirements.txt
diff -u pkgsrc/www/py-FxA/patches/patch-dev-requirements.txt:1.1 pkgsrc/www/py-FxA/patches/patch-dev-requirements.txt:1.2
--- pkgsrc/www/py-FxA/patches/patch-dev-requirements.txt:1.1    Sun Jun 11 08:19:27 2023
+++ pkgsrc/www/py-FxA/patches/patch-dev-requirements.txt        Mon May 20 10:10:17 2024
@@ -1,8 +1,8 @@
-$NetBSD: patch-dev-requirements.txt,v 1.1 2023/06/11 08:19:27 wiz Exp $
+$NetBSD: patch-dev-requirements.txt,v 1.2 2024/05/20 10:10:17 wiz Exp $
 
 Relax requirements.
 
---- dev-requirements.txt.orig  2020-06-09 23:55:57.000000000 +0000
+--- dev-requirements.txt.orig  2024-03-15 09:05:18.000000000 +0000
 +++ dev-requirements.txt
 @@ -1,8 +1,8 @@
  grequests
@@ -14,4 +14,4 @@ Relax requirements.
 +pytest-runner
  pytest-cov
  pytest-flake8
- pyotp
+ # Latest releases of pyotp do not support python2.



Home | Main Index | Thread Index | Old Index