pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-secretstorage: update to 3.3.1.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sun Jul 4 15:08:16 2021 +0200
Changeset: 9d7b1196585e3a5948dd8cf51bde43d4340d8de0
Modified Files:
py-secretstorage/Makefile
py-secretstorage/PLIST
py-secretstorage/distinfo
Removed Files:
py-secretstorage/TODO
Log Message:
py-secretstorage: update to 3.3.1.
SecretStorage 3.3.1, 2021-02-09
===============================
* Fixed a deprecation warning from cryptography module.
Thanks to Jante Jomppanen for the pull request!
* Added a :PEP:`561` ``py.typed`` file to declare typing support.
SecretStorage 3.3.0, 2020-11-24
===============================
* Use new-style Jeepney blocking I/O API.
Thanks Thomas Kluyver for the pull request!
* Python ≥ 3.6 and Jeepney ≥ 0.6 are now required.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9d7b1196585e3a5948dd8cf51bde43d4340d8de0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-secretstorage/Makefile | 12 ++++++++----
py-secretstorage/PLIST | 11 ++++++-----
py-secretstorage/TODO | 1 -
py-secretstorage/distinfo | 8 ++++----
4 files changed, 18 insertions(+), 14 deletions(-)
diffs:
diff --git a/py-secretstorage/Makefile b/py-secretstorage/Makefile
index 4aa993cddc..8ae1074698 100644
--- a/py-secretstorage/Makefile
+++ b/py-secretstorage/Makefile
@@ -1,10 +1,11 @@
# $NetBSD$
-GITHUB_TAG= ${PKGVERSION_NOREV}
-DISTNAME= secretstorage-3.2.0
+DISTNAME= secretstorage-3.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_GITHUB:=mitya57/}
+GITHUB_PROJECT= secretstorage
+GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= bsiegert%NetBSD.org@localhost
HOMEPAGE= https://github.com/mitya57/secretstorage/
@@ -12,10 +13,13 @@ COMMENT= Module for securely storing passwords and secrets
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.0:../../security/py-cryptography
-DEPENDS+= ${PYPKGPREFIX}-jeepney>=0.5.0:../../wip/py-jeepney
+DEPENDS+= ${PYPKGPREFIX}-jeepney>=0.6.0:../../wip/py-jeepney
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+EGG_NAME= SecretStorage-${PKGVERSION_NOREV}
USE_LANGUAGES= # none
-WRKSRC= ${WRKDIR}/${DISTNAME} # Why is this necessary?
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-secretstorage/PLIST b/py-secretstorage/PLIST
index 52d8c636b9..7e50c61b52 100644
--- a/py-secretstorage/PLIST
+++ b/py-secretstorage/PLIST
@@ -1,9 +1,9 @@
@comment $NetBSD$
-${PYSITELIB}/SecretStorage-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/SecretStorage-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/SecretStorage-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/SecretStorage-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/SecretStorage-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/secretstorage/__init__.py
${PYSITELIB}/secretstorage/__init__.pyc
${PYSITELIB}/secretstorage/__init__.pyo
@@ -22,6 +22,7 @@ ${PYSITELIB}/secretstorage/exceptions.pyo
${PYSITELIB}/secretstorage/item.py
${PYSITELIB}/secretstorage/item.pyc
${PYSITELIB}/secretstorage/item.pyo
+${PYSITELIB}/secretstorage/py.typed
${PYSITELIB}/secretstorage/util.py
${PYSITELIB}/secretstorage/util.pyc
${PYSITELIB}/secretstorage/util.pyo
diff --git a/py-secretstorage/TODO b/py-secretstorage/TODO
deleted file mode 100644
index a38b9fc81e..0000000000
--- a/py-secretstorage/TODO
+++ /dev/null
@@ -1 +0,0 @@
-- missing dependency on py-jeepney (not packaged yet).
diff --git a/py-secretstorage/distinfo b/py-secretstorage/distinfo
index ef60713532..ec626c2b22 100644
--- a/py-secretstorage/distinfo
+++ b/py-secretstorage/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (secretstorage-3.2.0.tar.gz) = ab7b1d492188a2f51ab18a4716d73cca103b2bdb
-RMD160 (secretstorage-3.2.0.tar.gz) = af272c40b98919d71cf1857476c697d70673bcd8
-SHA512 (secretstorage-3.2.0.tar.gz) = 054c0ffbedcc8ceefcaf82925c7fa8027c0e9f0dbcba169d03b4ad01d4b812dce1394792b50e889d00e32d875559c7d3a808c30a502526dd9da458a74b4f888f
-Size (secretstorage-3.2.0.tar.gz) = 17488 bytes
+SHA1 (secretstorage-3.3.1.tar.gz) = 01b65e4ff064001a54c5300766a155d85d0d0836
+RMD160 (secretstorage-3.3.1.tar.gz) = 29cc429543d2460265189ebfccc93969c1e046a9
+SHA512 (secretstorage-3.3.1.tar.gz) = 77a82f3b218d707a3f7e7deb336e5ab7b7ab67694dcd51b4d731a490de22814e1c6b7c7b448d2b05d93e91dfa59c5429a165ac349da99c39d15d5285219614aa
+Size (secretstorage-3.3.1.tar.gz) = 17909 bytes
Home |
Main Index |
Thread Index |
Old Index