svn commit: r559751 - head/devel/py-jedi

Steven Kreuzer skreuzer at FreeBSD.org
Thu Dec 31 16:09:01 UTC 2020


Author: skreuzer
Date: Thu Dec 31 16:09:00 2020
New Revision: 559751
URL: https://svnweb.freebsd.org/changeset/ports/559751

Log:
  Update to version 0.18.0
  
  ChangeLog:
    * Dropped Python 2 and Python 3.5
    * Using pathlib.Path() as an output instead of str in most places:
      - Project.path
      - Script.path
      - Definition.module_path
      - Refactoring.get_renames
      - Refactoring.get_changed_files
    * Functions with @property now return property instead of function
      in Name().type
    * Started using annotations
    * Better support for the walrus operator
    * Project attributes are now read accessible
    * Removed all deprecations

Modified:
  head/devel/py-jedi/Makefile
  head/devel/py-jedi/distinfo

Modified: head/devel/py-jedi/Makefile
==============================================================================
--- head/devel/py-jedi/Makefile	Thu Dec 31 15:41:26 2020	(r559750)
+++ head/devel/py-jedi/Makefile	Thu Dec 31 16:09:00 2020	(r559751)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jedi
-PORTVERSION=	0.17.1
+PORTVERSION=	0.18.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-jedi/distinfo
==============================================================================
--- head/devel/py-jedi/distinfo	Thu Dec 31 15:41:26 2020	(r559750)
+++ head/devel/py-jedi/distinfo	Thu Dec 31 16:09:00 2020	(r559751)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595886059
-SHA256 (jedi-0.17.1.tar.gz) = 807d5d4f96711a2bcfdd5dfa3b1ae6d09aa53832b182090b222b5efb81f52f63
-SIZE (jedi-0.17.1.tar.gz) = 1137664
+TIMESTAMP = 1609430770
+SHA256 (jedi-0.18.0.tar.gz) = 92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707
+SIZE (jedi-0.18.0.tar.gz) = 1127968


More information about the svn-ports-head mailing list