pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-josepy



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Apr 16 12:19:36 UTC 2018

Modified Files:
        pkgsrc/security/py-josepy: Makefile distinfo

Log Message:
security/py-josepy: Update to 1.1.0.

- Deprecated support for Python 2.6 and 3.3.
- Use the sign and verify methods when they are available in
  cryptography instead of the deprecated methods signer and
  verifier.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-josepy/Makefile \
    pkgsrc/security/py-josepy/distinfo

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

Modified files:

Index: pkgsrc/security/py-josepy/Makefile
diff -u pkgsrc/security/py-josepy/Makefile:1.1 pkgsrc/security/py-josepy/Makefile:1.2
--- pkgsrc/security/py-josepy/Makefile:1.1      Mon Jan 22 13:30:08 2018
+++ pkgsrc/security/py-josepy/Makefile  Mon Apr 16 12:19:36 2018
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2018/01/22 13:30:08 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2018/04/16 12:19:36 fhajny Exp $
 
-DISTNAME=      josepy-1.0.1
+DISTNAME=      josepy-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
 GITHUB_PROJECT=        josepy
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/certbot/josepy/
Index: pkgsrc/security/py-josepy/distinfo
diff -u pkgsrc/security/py-josepy/distinfo:1.1 pkgsrc/security/py-josepy/distinfo:1.2
--- pkgsrc/security/py-josepy/distinfo:1.1      Mon Jan 22 13:30:08 2018
+++ pkgsrc/security/py-josepy/distinfo  Mon Apr 16 12:19:36 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/01/22 13:30:08 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2018/04/16 12:19:36 fhajny Exp $
 
-SHA1 (josepy-1.0.1.tar.gz) = db1bf6136a0548bcf413e040dba53db74f89f0c2
-RMD160 (josepy-1.0.1.tar.gz) = a02cdd1b935f35aaf3579800b3800af669ad0f42
-SHA512 (josepy-1.0.1.tar.gz) = ca2fcc36f240c88dcb8fd6865d16ee3e1975964b846b73c87e2dce98d58ff0e5473ef505767ef79397078ed580a0badc5e43d9900f4289b70411819341a65cc9
-Size (josepy-1.0.1.tar.gz) = 49408 bytes
+SHA1 (josepy-1.1.0.tar.gz) = b8b6b4f471281dc2c8a89afd07d44d8d70c6edf5
+RMD160 (josepy-1.1.0.tar.gz) = fe3fd152bcffff980db1ce4078475e8500a413ed
+SHA512 (josepy-1.1.0.tar.gz) = 86533e896c7ca35f035ebb9e3667e36511c6ba693c7e056a0fdc28bec282643ade2eb5223271a7a6a4110b70b82ee5b788cfded8946f0c1133ecb050ca457b77
+Size (josepy-1.1.0.tar.gz) = 52115 bytes



Home | Main Index | Thread Index | Old Index