pkgsrc-WIP-changes archive

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

py-conan: updated to 1.28.1, remove upper bound of versions of some dependencies



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Thu Aug 27 11:39:00 2020 +0200
Changeset:	87dfffd9180e9858fe40ade0016856aa752c3c8e

Modified Files:
	py-conan/Makefile
	py-conan/PLIST
	py-conan/distinfo
Added Files:
	py-conan/patches/patch-conans_requirements.txt

Log Message:
py-conan: updated to 1.28.1, remove upper bound of versions of some dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=87dfffd9180e9858fe40ade0016856aa752c3c8e

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

diffstat:
 py-conan/Makefile                              |  8 ++++----
 py-conan/PLIST                                 | 18 ++++++++++++++++++
 py-conan/distinfo                              |  9 +++++----
 py-conan/patches/patch-conans_requirements.txt | 20 ++++++++++++++++++++
 4 files changed, 47 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-conan/Makefile b/py-conan/Makefile
index 61db2895be..9a61f13b4b 100644
--- a/py-conan/Makefile
+++ b/py-conan/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	conan-1.27.1
+DISTNAME=	conan-1.28.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/conan/}
@@ -23,14 +23,14 @@ DEPENDS+=	${PYPKGPREFIX}-colorama>=0.3.3<0.5.0:../../comms/py-colorama
 DEPENDS+=	${PYPKGPREFIX}-yaml>=3.11<6.0:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-patch-ng>=1.17.4<1.18:../../wip/py-patch-ng
 DEPENDS+=	${PYPKGPREFIX}-fasteners>=0.14.1:../../devel/py-fasteners
-DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0<=1.14.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-node-semver-0.6.1:../../wip/py-node-semver
-DEPENDS+=	${PYPKGPREFIX}-distro>=1.0.2<1.2.0:../../devel/py-distro
+DEPENDS+=	${PYPKGPREFIX}-distro>=1.0.2:../../devel/py-distro
 DEPENDS+=	${PYPKGPREFIX}-pylint>=2.3.1:../../devel/py-pylint
 DEPENDS+=	${PYPKGPREFIX}-future>=0.16.0<0.19.0:../../devel/py-future
 DEPENDS+=	${PYPKGPREFIX}-pygments>=2.0<3.0:../../textproc/py-pygments
 DEPENDS+=	${PYPKGPREFIX}-astroid>=1.6.5:../../devel/py-astroid
-DEPENDS+=	${PYPKGPREFIX}-deprecation>=2.0<2.1:../../devel/py-deprecation
+DEPENDS+=	${PYPKGPREFIX}-deprecation>=2.0:../../devel/py-deprecation
 DEPENDS+=	${PYPKGPREFIX}-tqdm>=4.28.1<5:../../misc/py-tqdm
 DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.3<3:../../textproc/py-jinja2
 DEPENDS+=	${PYPKGPREFIX}-bottle>=0.12.8<0.13:../../www/py-bottle
diff --git a/py-conan/PLIST b/py-conan/PLIST
index d5f419dc6a..09cf7d0046 100644
--- a/py-conan/PLIST
+++ b/py-conan/PLIST
@@ -41,6 +41,18 @@ ${PYSITELIB}/conans/build_info/conan_build_info.pyo
 ${PYSITELIB}/conans/build_info/model.py
 ${PYSITELIB}/conans/build_info/model.pyc
 ${PYSITELIB}/conans/build_info/model.pyo
+${PYSITELIB}/conans/cli/__init__.py
+${PYSITELIB}/conans/cli/__init__.pyc
+${PYSITELIB}/conans/cli/__init__.pyo
+${PYSITELIB}/conans/cli/cli.py
+${PYSITELIB}/conans/cli/cli.pyc
+${PYSITELIB}/conans/cli/cli.pyo
+${PYSITELIB}/conans/cli/command.py
+${PYSITELIB}/conans/cli/command.pyc
+${PYSITELIB}/conans/cli/command.pyo
+${PYSITELIB}/conans/cli/exit_codes.py
+${PYSITELIB}/conans/cli/exit_codes.pyc
+${PYSITELIB}/conans/cli/exit_codes.pyo
 ${PYSITELIB}/conans/client/__init__.py
 ${PYSITELIB}/conans/client/__init__.pyc
 ${PYSITELIB}/conans/client/__init__.pyo
@@ -62,6 +74,9 @@ ${PYSITELIB}/conans/client/build/cmake_toolchain_build_helper.pyo
 ${PYSITELIB}/conans/client/build/compiler_flags.py
 ${PYSITELIB}/conans/client/build/compiler_flags.pyc
 ${PYSITELIB}/conans/client/build/compiler_flags.pyo
+${PYSITELIB}/conans/client/build/compiler_id.py
+${PYSITELIB}/conans/client/build/compiler_id.pyc
+${PYSITELIB}/conans/client/build/compiler_id.pyo
 ${PYSITELIB}/conans/client/build/cppstd_flags.py
 ${PYSITELIB}/conans/client/build/cppstd_flags.pyc
 ${PYSITELIB}/conans/client/build/cppstd_flags.pyo
@@ -812,6 +827,9 @@ ${PYSITELIB}/conans/util/locks.pyo
 ${PYSITELIB}/conans/util/log.py
 ${PYSITELIB}/conans/util/log.pyc
 ${PYSITELIB}/conans/util/log.pyo
+${PYSITELIB}/conans/util/misc.py
+${PYSITELIB}/conans/util/misc.pyc
+${PYSITELIB}/conans/util/misc.pyo
 ${PYSITELIB}/conans/util/progress_bar.py
 ${PYSITELIB}/conans/util/progress_bar.pyc
 ${PYSITELIB}/conans/util/progress_bar.pyo
diff --git a/py-conan/distinfo b/py-conan/distinfo
index ef54b7319c..ec62820925 100644
--- a/py-conan/distinfo
+++ b/py-conan/distinfo
@@ -1,6 +1,7 @@
 $NetBSD$
 
-SHA1 (conan-1.27.1.tar.gz) = f99014de6076bfe79d6e44f806b64ff2ecbc3427
-RMD160 (conan-1.27.1.tar.gz) = f15708a952ddb927a6c0e9f5271a38b29f854f1b
-SHA512 (conan-1.27.1.tar.gz) = fef4db62c07e55dfef263add317d079934f30e60ce9a027fc230cb449e376e576d56135c2d3b4e0bb3ae16d47822293d137ae9f918a42b7eb9249a3839d25fb7
-Size (conan-1.27.1.tar.gz) = 600943 bytes
+SHA1 (conan-1.28.1.tar.gz) = f273308acf18f98d32f4eb6c540e00450600fc1b
+RMD160 (conan-1.28.1.tar.gz) = f75658938b4c4a5b8ad90cad2e707227cbec3223
+SHA512 (conan-1.28.1.tar.gz) = 03995935b465e8670ab345ff23e2a27111bdc150bbc653b17fc0613d8b1c73f5b051882261d6f5189d10e5bb9fc8e34d80c79178a0603cfd8529a4dda8b71482
+Size (conan-1.28.1.tar.gz) = 615432 bytes
+SHA1 (patch-conans_requirements.txt) = df05d49b7d5aecd9da38b804d0de40de57059590
diff --git a/py-conan/patches/patch-conans_requirements.txt b/py-conan/patches/patch-conans_requirements.txt
new file mode 100644
index 0000000000..0c42efb416
--- /dev/null
+++ b/py-conan/patches/patch-conans_requirements.txt
@@ -0,0 +1,20 @@
+$NetBSD$
+
+--- conans/requirements.txt.orig	2020-08-06 15:09:47.000000000 +0000
++++ conans/requirements.txt
+@@ -5,12 +5,12 @@ colorama>=0.3.3, <0.5.0
+ PyYAML>=3.11, <6.0
+ patch-ng>=1.17.4, <1.18
+ fasteners>=0.14.1
+-six>=1.10.0,<=1.14.0
++six>=1.10.0
+ node-semver==0.6.1
+-distro>=1.0.2, <1.2.0
++distro>=1.0.2
+ future>=0.16.0, <0.19.0
+ pygments>=2.0, <3.0
+-deprecation>=2.0, <2.1
++deprecation>=2.0
+ tqdm>=4.28.1, <5
+ Jinja2>=2.3, <3
+ python-dateutil>=2.7.0, <3


Home | Main Index | Thread Index | Old Index