svn commit: r513136 - in head/math/py-onnx: . files

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 28 15:08:28 UTC 2019


Author: yuri
Date: Sat Sep 28 15:08:27 2019
New Revision: 513136
URL: https://svnweb.freebsd.org/changeset/ports/513136

Log:
  math/py-onnx: Update 1.5.0 -> 1.6.0
  
  Reported by:	portscout

Modified:
  head/math/py-onnx/Makefile
  head/math/py-onnx/distinfo
  head/math/py-onnx/files/patch-setup.py

Modified: head/math/py-onnx/Makefile
==============================================================================
--- head/math/py-onnx/Makefile	Sat Sep 28 15:07:52 2019	(r513135)
+++ head/math/py-onnx/Makefile	Sat Sep 28 15:08:27 2019	(r513136)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	onnx
-DISTVERSION=	1.5.0
-PORTREVISION=	2
+DISTVERSION=	1.6.0
 CATEGORIES=	math
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/math/py-onnx/distinfo
==============================================================================
--- head/math/py-onnx/distinfo	Sat Sep 28 15:07:52 2019	(r513135)
+++ head/math/py-onnx/distinfo	Sat Sep 28 15:08:27 2019	(r513136)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565284463
-SHA256 (onnx-1.5.0.tar.gz) = 1a584a4ef62a6db178c257fffb06a9d8e61b41c0a80bfd8bcd8a253d72c4b0b4
-SIZE (onnx-1.5.0.tar.gz) = 2981047
+TIMESTAMP = 1569680334
+SHA256 (onnx-1.6.0.tar.gz) = 3b88c3fe521151651a0403c4d131cb2e0311bd28b753ef692020a432a81ce345
+SIZE (onnx-1.6.0.tar.gz) = 3132813

Modified: head/math/py-onnx/files/patch-setup.py
==============================================================================
--- head/math/py-onnx/files/patch-setup.py	Sat Sep 28 15:07:52 2019	(r513135)
+++ head/math/py-onnx/files/patch-setup.py	Sat Sep 28 15:08:27 2019	(r513136)
@@ -1,6 +1,6 @@
---- setup.py.orig	2019-04-24 06:21:37 UTC
+--- setup.py.orig	2019-09-25 20:37:27 UTC
 +++ setup.py
-@@ -52,11 +52,12 @@ COVERAGE = bool(os.getenv('COVERAGE'))
+@@ -53,11 +53,12 @@ COVERAGE = bool(os.getenv('COVERAGE'))
  # Version
  ################################################################################
  
@@ -18,12 +18,3 @@
  
  with open(os.path.join(TOP_DIR, 'VERSION_NUMBER')) as version_file:
      VersionInfo = namedtuple('VersionInfo', ['version', 'git_version'])(
-@@ -286,7 +287,7 @@ install_requires.extend([
-     'protobuf',
-     'numpy',
-     'six',
--    'typing>=3.6.4',
-+    'typing>=3.6.4; python_version < "3.5"',
-     'typing-extensions>=3.6.2.1',
- ])
- 


More information about the svn-ports-all mailing list