[Python-modules-commits] [rope] 01/12: record new upstream branch created by importing rope_0.10.3.orig.tar.gz and merge it
Arnaud Fontaine
arnau at moszumanska.debian.org
Thu Apr 13 08:11:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
arnau pushed a commit to branch master
in repository rope.
commit 8b73febe4e6d7305cbbecab974b0cd5ad71a4f1c
Merge: 1574396 835afd5
Author: Arnaud Fontaine <arnaud.fontaine at nexedi.com>
Date: Thu Dec 1 16:46:09 2016 +0900
record new upstream branch created by importing rope_0.10.3.orig.tar.gz and merge it
PKG-INFO | 6 +-
README.rst | 4 +-
debian/.git-dpm | 14 +-
docs/contributing.rst | 42 +-
docs/library.rst | 606 ++++++++++++++++++----------
docs/overview.rst | 357 ++++++++++------
rope/__init__.py | 3 +-
rope/base/ast.py | 15 +-
rope/base/builtins.py | 26 +-
rope/base/change.py | 2 +-
rope/base/codeanalyze.py | 10 +-
rope/base/default_config.py | 10 +
rope/base/fscommands.py | 21 +-
rope/base/libutils.py | 60 ++-
rope/base/oi/doa.py | 11 +-
rope/base/oi/memorydb.py | 21 +
rope/base/oi/objectdb.py | 12 +-
rope/base/oi/runmod.py | 19 +-
rope/base/oi/transform.py | 6 +-
rope/base/project.py | 131 +++++-
rope/base/pycore.py | 126 ++----
rope/base/pynames.py | 8 +-
rope/base/pyobjectsdef.py | 20 +-
rope/base/resources.py | 54 ++-
rope/contrib/autoimport.py | 29 +-
rope/contrib/codeassist.py | 118 ++++--
rope/contrib/finderrors.py | 2 +-
rope/contrib/findit.py | 16 +-
rope/contrib/fixmodnames.py | 2 +-
rope/contrib/fixsyntax.py | 25 +-
rope/contrib/generate.py | 17 +-
rope/refactor/change_signature.py | 30 +-
rope/refactor/encapsulate_field.py | 33 +-
rope/refactor/extract.py | 25 +-
rope/refactor/importutils/__init__.py | 64 +--
rope/refactor/importutils/actions.py | 72 ++--
rope/refactor/importutils/importinfo.py | 12 +-
rope/refactor/importutils/module_imports.py | 130 +++---
rope/refactor/inline.py | 100 ++---
rope/refactor/introduce_factory.py | 25 +-
rope/refactor/introduce_parameter.py | 7 +-
rope/refactor/localtofield.py | 3 +-
rope/refactor/method_object.py | 18 +-
rope/refactor/move.py | 183 ++++++---
rope/refactor/multiproject.py | 2 +-
rope/refactor/occurrences.py | 75 +++-
rope/refactor/patchedast.py | 17 +
rope/refactor/rename.py | 17 +-
rope/refactor/restructure.py | 22 +-
rope/refactor/similarfinder.py | 5 +-
rope/refactor/sourceutils.py | 5 +-
rope/refactor/topackage.py | 5 +-
rope/refactor/usefunction.py | 9 +-
rope/refactor/wildcards.py | 2 +-
ropetest/advanced_oi_test.py | 134 +++---
ropetest/builtinstest.py | 116 +++---
ropetest/codeanalyzetest.py | 42 +-
ropetest/contrib/codeassisttest.py | 64 ++-
ropetest/objectinfertest.py | 74 ++--
ropetest/projecttest.py | 99 ++++-
ropetest/pycoretest.py | 333 +++++++--------
ropetest/pyscopestest.py | 88 ++--
ropetest/refactor/change_signature_test.py | 1 +
ropetest/refactor/extracttest.py | 66 +++
ropetest/refactor/importutilstest.py | 302 ++++++++------
ropetest/refactor/inlinetest.py | 22 +
ropetest/refactor/movetest.py | 177 +++++++-
ropetest/refactor/patchedasttest.py | 52 ++-
ropetest/refactor/renametest.py | 13 +-
ropetest/refactor/similarfindertest.py | 21 +-
ropetest/testutils.py | 42 +-
setup.py | 4 +-
72 files changed, 2771 insertions(+), 1533 deletions(-)
diff --cc debian/.git-dpm
index 6f6d9ae,0000000..b0030dd
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 46d8917b72bf7bd260195eb2605cf1693e00277e
- 46d8917b72bf7bd260195eb2605cf1693e00277e
- 46d8917b72bf7bd260195eb2605cf1693e00277e
- 46d8917b72bf7bd260195eb2605cf1693e00277e
- rope_0.10.2.orig.tar.gz
- 263d2d8f5ea41772771ec1f8218699d2dbf976a2
- 221523
++835afd55ba93a1632462d454b5be0985b6ca9794
++835afd55ba93a1632462d454b5be0985b6ca9794
++835afd55ba93a1632462d454b5be0985b6ca9794
++835afd55ba93a1632462d454b5be0985b6ca9794
++rope_0.10.3.orig.tar.gz
++8c2e85336ef9c95127cabd05b39227094c6db19a
++226123
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/rope.git
More information about the Python-modules-commits
mailing list