Date: Tue, 19 Jan 2021 20:35:03 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562080 - in head/math/py-Diofant: . files Message-ID: <202101192035.10JKZ3aQ072422@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jan 19 20:35:03 2021 New Revision: 562080 URL: https://svnweb.freebsd.org/changeset/ports/562080 Log: math/py-Diofant: Update 0.11.0 -> 0.12.0 Reported by: portscout Modified: head/math/py-Diofant/Makefile head/math/py-Diofant/distinfo head/math/py-Diofant/files/patch-setup.cfg Modified: head/math/py-Diofant/Makefile ============================================================================== --- head/math/py-Diofant/Makefile Tue Jan 19 20:33:26 2021 (r562079) +++ head/math/py-Diofant/Makefile Tue Jan 19 20:35:03 2021 (r562080) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Diofant -DISTVERSION= 0.11.0 +DISTVERSION= 0.12.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-Diofant/distinfo ============================================================================== --- head/math/py-Diofant/distinfo Tue Jan 19 20:33:26 2021 (r562079) +++ head/math/py-Diofant/distinfo Tue Jan 19 20:35:03 2021 (r562080) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587617307 -SHA256 (Diofant-0.11.0.tar.gz) = 1156e6d06de1d7e06ee8c4708e0ebb7e25edaf8d594e0e2807b23fbc44dba947 -SIZE (Diofant-0.11.0.tar.gz) = 2487240 +TIMESTAMP = 1611087391 +SHA256 (Diofant-0.12.0.tar.gz) = 1b40934a80d276e896c65ae4e578e75f995d359f5fef2c5a25e50f3b77b3260a +SIZE (Diofant-0.12.0.tar.gz) = 2460255 Modified: head/math/py-Diofant/files/patch-setup.cfg ============================================================================== --- head/math/py-Diofant/files/patch-setup.cfg Tue Jan 19 20:33:26 2021 (r562079) +++ head/math/py-Diofant/files/patch-setup.cfg Tue Jan 19 20:35:03 2021 (r562080) @@ -1,10 +1,10 @@ ---- setup.cfg.orig 2019-01-31 05:16:32 UTC +--- setup.cfg.orig 2021-01-18 13:49:58 UTC +++ setup.cfg -@@ -33,7 +33,6 @@ packages = find: - python_requires = >=3.5 +@@ -36,7 +36,6 @@ packages = find: + python_requires = >=3.7 setup_requires = setuptools>=36.7.0 setuptools_scm - pip>=9.0.1 - pytest-runner isort install_requires = mpmath>=0.19 + tests_require = diofant[develop]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101192035.10JKZ3aQ072422>