Path to this page:
Subject: CVS commit: pkgsrc/devel/py-rope
From: Thomas Klausner
Date: 2023-04-30 20:24:21
Message id: 20230430182421.60966FA87@cvs.NetBSD.org
Log Message:
py-rope: update to 1.1.1.
(1.2 and newer need unpackaged pytoolconfig)
Release 1.1.1
Bug fixes
#476 Fix rope.contrib.autoimport package missing from release \
(@bageljrkhanofemus)
Release 1.1.0
Date: 2022-05-25
New feature
#464 Add new autoimport implementation that uses a sqllite3 database, cache \
all available modules quickly, search for names and produce import statements, \
sort import statements. (@bageljrkhanofemus)
Bug fixes
#419 Fix bug while moving decorated function (@dryobates)
#439 Fix bug while moving decorated class (@dryobates)
#461 Fix bug while extracting method with list comprehension in class method \
(@dryobates)
#440 Fix bug while inlining function with type hints in signature (@dryobates)
Deprecation
The pickle-based autoimport implementation is still the default, but will be \
deprecated sometime in the future.
Files: