pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-ansible-compat py-ansible-compat: updated ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96d5e170a299
branches:  trunk
changeset: 382659:96d5e170a299
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 02 09:51:23 2022 +0000

description:
py-ansible-compat: updated to 2.2.0

v2.2.0

Minor Changes

Allow installation of pre-released collections
Add support for python 3.11

Bugfixes

Refactor schema testing
Use jsonschema 4.6.0
Avoid CryptographyDeprecationWarning from paramiko

diffstat:

 sysutils/py-ansible-compat/Makefile |  6 +++---
 sysutils/py-ansible-compat/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r d37be314a7a8 -r 96d5e170a299 sysutils/py-ansible-compat/Makefile
--- a/sysutils/py-ansible-compat/Makefile       Tue Aug 02 09:48:51 2022 +0000
+++ b/sysutils/py-ansible-compat/Makefile       Tue Aug 02 09:51:23 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/06/09 18:26:13 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/08/02 09:51:23 adam Exp $
 
-DISTNAME=      ansible-compat-2.1.0
+DISTNAME=      ansible-compat-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-compat/}
@@ -12,7 +12,7 @@
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.5.1:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.6.0:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-subprocess-tee>=0.3.5:../../sysutils/py-subprocess-tee
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 #TODO: TEST_DEPENDS pip-tools, pytest-markdown, pytest-plus
diff -r d37be314a7a8 -r 96d5e170a299 sysutils/py-ansible-compat/distinfo
--- a/sysutils/py-ansible-compat/distinfo       Tue Aug 02 09:48:51 2022 +0000
+++ b/sysutils/py-ansible-compat/distinfo       Tue Aug 02 09:51:23 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/06/09 18:26:13 adam Exp $
+$NetBSD: distinfo,v 1.4 2022/08/02 09:51:23 adam Exp $
 
-BLAKE2s (ansible-compat-2.1.0.tar.gz) = 175ed3d4c573ef385426ba90ed58348bb77ab430dad3c4ee9b52175b30b46729
-SHA512 (ansible-compat-2.1.0.tar.gz) = a85681aff3d34ef4a4cdad8f419017a174bf315034495bc032a7e33d586cbcf72de74d163b6faf3cd21988704e5dbb922872b83a23981891311dbb18e53797a3
-Size (ansible-compat-2.1.0.tar.gz) = 37840 bytes
+BLAKE2s (ansible-compat-2.2.0.tar.gz) = 8c65a2acd90fe9ae9a133ddf73ef7e3941976e5ece597c8f831af1ac44ac15e7
+SHA512 (ansible-compat-2.2.0.tar.gz) = 3bd199431659ecba52743c6c985d2cdc6ee55396444241ba2456bc5430bbc87e26087dffbfff62ac341fa854e19baa0d7052cf79f20511222fd9e001dd020136
+Size (ansible-compat-2.2.0.tar.gz) = 38772 bytes



Home | Main Index | Thread Index | Old Index