Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (52m)  pkgsrc-2024Q1 (2h)  pkgsrc-2023Q4 (68d)  pkgsrc-2023Q2 (100d)  pkgsrc-2023Q3 (179d) 

2024-06-07 16:26:57 UTC Now

2023-04-30 18:24:21 UTC MAIN commitmail json YAML

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.

(wiz)