Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-rope-0.17.0-bp154.1.29 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-rope Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.17.0 Vendor: openSUSE
Release: bp154.1.29 Build date: Mon May 9 11:08:12 2022
Group: Development/Languages/Python Build host: lamb55
Size: 2078451 Source RPM: python-rope-0.17.0-bp154.1.29.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/python-rope/rope
Summary: A python refactoring library
Rope is a python refactoring library.

Provides

Requires

License

LGPL-3.0-or-later

Changelog

* Tue May 05 2020 Matej Cepl <mcepl@suse.com>
  - Update to 0.17.0:
    - Make tests compatible with Python 3.8
    - Use context manager for open()
    - Don’t use UserDict (!!!) and collections.MutableMapping.
    - assertEquals has been deprecated for long time (-> assertEqual)
    - Remove weird escpaing of 's' character, which is the syntax
      error these days.
    - Add testing for Python 3.8 as well
    - Fix pattern for matching short strings
    - Work with deprecated types and using aliased ones.
    - Don't use underscored _ast, but use ast instead
    - Direct import from collections is getting deprecated.
    - Use .is_alive method instead of a deprecated .isAlive
      in threading.Thread
    - Fix simple typo: sitaution -> situation (#287)
    - Two more assertEquals happened.
  - Remove all patches, which were now included in the upstream
    tarball:
    - Python38-compatibility.patch
    - assertEquals.patch
    - isAlive_failed_test.patch
    - obsolete_escape_strings.patch
* Mon Mar 09 2020 Matej Cepl <mcepl@suse.com>
  - Add assertEquals.patch, obsolete_escape_strings.patch, and
    Python38-compatibility.patch to deal with various deprecated
    warnings.
  - Switch off three tests to make the test suite pass under Python
    3.8.
* Thu Mar 05 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 0.16.0
    * new minor relase with bugfixes.
* Tue Jan 14 2020 Matej Cepl <mcepl@suse.com>
  - Add isAlive_failed_test.patch as a fix for gh#python-rope/rope#283
* Thu Jan 02 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Run the pytest call only once
* Fri Mar 22 2019 Matej Cepl <mcepl@suse.com>
  - Upgrade to 0.14.0:
    - relicensing to LGPLv3+
    - bugfixes
* Thu Mar 07 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Fix expansion of test removal
* Mon Feb 11 2019 Matej Cepl <mcepl@suse.com>
  - Upgrade to 0.12.0:
    * gh#python-rope/rope#218: support for all of the new
      async-related nodes.
    * gh#python-rope/rope#259: fix installation issues on Windows
* Wed Jan 16 2019 mcepl@suse.com
  - Workaround gh#python-rope/rope#247 (some tests fail on Python 3.7)
* Wed Aug 29 2018 tchvatal@suse.com
  - Fix buildrequires to not require devel
  - Run tests without conditional
* Thu Aug 09 2018 mcepl@suse.com
  - update to 0.11.0
    + Upstream provides no changelog
  - Remove patch CVE-2014-3539-disable-doa.patch (included upstream)
* Mon Aug 28 2017 toddrme2178@gmail.com
  - update to 0.10.7
    + Upstream provides no changelog
  - Add tag for CVE-2014-3539-disable-doa.patch
* Fri Jul 21 2017 sebix+novell.com@sebix.at
  - convert to singlespec
  - update to 0.10.5
* Mon Jul 13 2015 toddrme2178@gmail.com
  - Fix building on SLES 11
* Wed Feb 18 2015 jmatejek@suse.com
  - update to version 0.10.2
    * new maintainer revives project
    * accumulated bugfixes
    * better test coverage and all tests pass
  - disable dynamic object analysis by default, as it is a security risk
    (CVE-2014-3539-disable-doa.patch, CVE-2014-3539, boo#916890)

Files

/usr/lib/python3.6/site-packages
/usr/lib/python3.6/site-packages/rope
/usr/lib/python3.6/site-packages/rope-0.17.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/rope-0.17.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/rope-0.17.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/rope-0.17.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/rope-0.17.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/rope-0.17.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/rope/__init__.py
/usr/lib/python3.6/site-packages/rope/__pycache__
/usr/lib/python3.6/site-packages/rope/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base
/usr/lib/python3.6/site-packages/rope/base/__init__.py
/usr/lib/python3.6/site-packages/rope/base/__pycache__
/usr/lib/python3.6/site-packages/rope/base/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/arguments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/arguments.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/ast.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/ast.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/astutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/astutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/builtins.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/builtins.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/change.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/change.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/codeanalyze.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/codeanalyze.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/default_config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/default_config.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/evaluate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/evaluate.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/fscommands.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/fscommands.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/history.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/history.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/libutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/libutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/prefs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/prefs.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/project.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/project.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pycore.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pycore.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pynames.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pynames.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pynamesdef.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pynamesdef.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pyobjects.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pyobjects.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pyobjectsdef.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pyobjectsdef.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pyscopes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/pyscopes.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/resourceobserver.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/resourceobserver.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/resources.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/resources.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/simplify.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/simplify.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/stdmods.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/stdmods.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/taskhandle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/taskhandle.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/worder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/__pycache__/worder.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/arguments.py
/usr/lib/python3.6/site-packages/rope/base/ast.py
/usr/lib/python3.6/site-packages/rope/base/astutils.py
/usr/lib/python3.6/site-packages/rope/base/builtins.py
/usr/lib/python3.6/site-packages/rope/base/change.py
/usr/lib/python3.6/site-packages/rope/base/codeanalyze.py
/usr/lib/python3.6/site-packages/rope/base/default_config.py
/usr/lib/python3.6/site-packages/rope/base/evaluate.py
/usr/lib/python3.6/site-packages/rope/base/exceptions.py
/usr/lib/python3.6/site-packages/rope/base/fscommands.py
/usr/lib/python3.6/site-packages/rope/base/history.py
/usr/lib/python3.6/site-packages/rope/base/libutils.py
/usr/lib/python3.6/site-packages/rope/base/oi
/usr/lib/python3.6/site-packages/rope/base/oi/__init__.py
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/doa.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/doa.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/memorydb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/memorydb.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/objectdb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/objectdb.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/objectinfo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/objectinfo.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/runmod.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/runmod.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/soa.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/soa.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/soi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/soi.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/transform.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/__pycache__/transform.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/doa.py
/usr/lib/python3.6/site-packages/rope/base/oi/memorydb.py
/usr/lib/python3.6/site-packages/rope/base/oi/objectdb.py
/usr/lib/python3.6/site-packages/rope/base/oi/objectinfo.py
/usr/lib/python3.6/site-packages/rope/base/oi/runmod.py
/usr/lib/python3.6/site-packages/rope/base/oi/soa.py
/usr/lib/python3.6/site-packages/rope/base/oi/soi.py
/usr/lib/python3.6/site-packages/rope/base/oi/transform.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__init__.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/evaluate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/evaluate.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/factory.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/factory.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/evaluate.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/factory.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/interfaces.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__init__.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/composite.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/composite.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/docstrings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/docstrings.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/inheritance.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/inheritance.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/numpydocstrings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/numpydocstrings.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/pep0484_type_comments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/__pycache__/pep0484_type_comments.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/composite.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/docstrings.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/inheritance.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/interfaces.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/numpydocstrings.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/providers/pep0484_type_comments.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__init__.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__/composite.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__/composite.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__/interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__/interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__/types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/__pycache__/types.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/composite.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/interfaces.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/resolvers/types.py
/usr/lib/python3.6/site-packages/rope/base/oi/type_hinting/utils.py
/usr/lib/python3.6/site-packages/rope/base/prefs.py
/usr/lib/python3.6/site-packages/rope/base/project.py
/usr/lib/python3.6/site-packages/rope/base/pycore.py
/usr/lib/python3.6/site-packages/rope/base/pynames.py
/usr/lib/python3.6/site-packages/rope/base/pynamesdef.py
/usr/lib/python3.6/site-packages/rope/base/pyobjects.py
/usr/lib/python3.6/site-packages/rope/base/pyobjectsdef.py
/usr/lib/python3.6/site-packages/rope/base/pyscopes.py
/usr/lib/python3.6/site-packages/rope/base/resourceobserver.py
/usr/lib/python3.6/site-packages/rope/base/resources.py
/usr/lib/python3.6/site-packages/rope/base/simplify.py
/usr/lib/python3.6/site-packages/rope/base/stdmods.py
/usr/lib/python3.6/site-packages/rope/base/taskhandle.py
/usr/lib/python3.6/site-packages/rope/base/utils
/usr/lib/python3.6/site-packages/rope/base/utils/__init__.py
/usr/lib/python3.6/site-packages/rope/base/utils/__pycache__
/usr/lib/python3.6/site-packages/rope/base/utils/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/utils/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/utils/__pycache__/datastructures.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/utils/__pycache__/datastructures.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/utils/__pycache__/pycompat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/base/utils/__pycache__/pycompat.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/base/utils/datastructures.py
/usr/lib/python3.6/site-packages/rope/base/utils/pycompat.py
/usr/lib/python3.6/site-packages/rope/base/worder.py
/usr/lib/python3.6/site-packages/rope/contrib
/usr/lib/python3.6/site-packages/rope/contrib/__init__.py
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/autoimport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/autoimport.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/changestack.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/changestack.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/codeassist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/codeassist.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/finderrors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/finderrors.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/findit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/findit.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/fixmodnames.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/fixmodnames.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/fixsyntax.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/fixsyntax.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/generate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/contrib/__pycache__/generate.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/contrib/autoimport.py
/usr/lib/python3.6/site-packages/rope/contrib/changestack.py
/usr/lib/python3.6/site-packages/rope/contrib/codeassist.py
/usr/lib/python3.6/site-packages/rope/contrib/finderrors.py
/usr/lib/python3.6/site-packages/rope/contrib/findit.py
/usr/lib/python3.6/site-packages/rope/contrib/fixmodnames.py
/usr/lib/python3.6/site-packages/rope/contrib/fixsyntax.py
/usr/lib/python3.6/site-packages/rope/contrib/generate.py
/usr/lib/python3.6/site-packages/rope/refactor
/usr/lib/python3.6/site-packages/rope/refactor/__init__.py
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/change_signature.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/change_signature.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/encapsulate_field.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/encapsulate_field.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/extract.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/extract.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/functionutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/functionutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/inline.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/inline.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/introduce_factory.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/introduce_factory.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/introduce_parameter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/introduce_parameter.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/localtofield.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/localtofield.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/method_object.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/method_object.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/move.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/move.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/multiproject.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/multiproject.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/occurrences.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/occurrences.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/patchedast.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/patchedast.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/rename.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/rename.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/restructure.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/restructure.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/similarfinder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/similarfinder.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/sourceutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/sourceutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/suites.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/suites.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/topackage.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/topackage.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/usefunction.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/usefunction.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/wildcards.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/__pycache__/wildcards.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/change_signature.py
/usr/lib/python3.6/site-packages/rope/refactor/encapsulate_field.py
/usr/lib/python3.6/site-packages/rope/refactor/extract.py
/usr/lib/python3.6/site-packages/rope/refactor/functionutils.py
/usr/lib/python3.6/site-packages/rope/refactor/importutils
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__init__.py
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__/actions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__/actions.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__/importinfo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__/importinfo.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__/module_imports.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rope/refactor/importutils/__pycache__/module_imports.cpython-36.pyc
/usr/lib/python3.6/site-packages/rope/refactor/importutils/actions.py
/usr/lib/python3.6/site-packages/rope/refactor/importutils/importinfo.py
/usr/lib/python3.6/site-packages/rope/refactor/importutils/module_imports.py
/usr/lib/python3.6/site-packages/rope/refactor/inline.py
/usr/lib/python3.6/site-packages/rope/refactor/introduce_factory.py
/usr/lib/python3.6/site-packages/rope/refactor/introduce_parameter.py
/usr/lib/python3.6/site-packages/rope/refactor/localtofield.py
/usr/lib/python3.6/site-packages/rope/refactor/method_object.py
/usr/lib/python3.6/site-packages/rope/refactor/move.py
/usr/lib/python3.6/site-packages/rope/refactor/multiproject.py
/usr/lib/python3.6/site-packages/rope/refactor/occurrences.py
/usr/lib/python3.6/site-packages/rope/refactor/patchedast.py
/usr/lib/python3.6/site-packages/rope/refactor/rename.py
/usr/lib/python3.6/site-packages/rope/refactor/restructure.py
/usr/lib/python3.6/site-packages/rope/refactor/similarfinder.py
/usr/lib/python3.6/site-packages/rope/refactor/sourceutils.py
/usr/lib/python3.6/site-packages/rope/refactor/suites.py
/usr/lib/python3.6/site-packages/rope/refactor/topackage.py
/usr/lib/python3.6/site-packages/rope/refactor/usefunction.py
/usr/lib/python3.6/site-packages/rope/refactor/wildcards.py
/usr/share/doc/packages/python3-rope
/usr/share/doc/packages/python3-rope/README.rst
/usr/share/doc/packages/python3-rope/docs
/usr/share/doc/packages/python3-rope/docs/contributing.rst
/usr/share/doc/packages/python3-rope/docs/dev
/usr/share/doc/packages/python3-rope/docs/dev/issues.rst
/usr/share/doc/packages/python3-rope/docs/dev/todo.rst
/usr/share/doc/packages/python3-rope/docs/done.rst
/usr/share/doc/packages/python3-rope/docs/library.rst
/usr/share/doc/packages/python3-rope/docs/overview.rst
/usr/share/doc/packages/python3-rope/docs/rope.rst
/usr/share/licenses/python3-rope
/usr/share/licenses/python3-rope/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024