[Python-modules-commits] [pysvn] branch upstream updated (fdbb6c2 -> 5ca41ef)

Josué Ortega josue at moszumanska.debian.org
Mon Jan 29 00:36:12 UTC 2018


This is an automated email from the git hooks/post-receive script.

josue pushed a change to branch upstream
in repository pysvn.

      from  fdbb6c2   Import pysvn_1.9.4.orig.tar.gz
      adds  5ca41ef   Import pysvn_1.9.5.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 Builder/version.info                               |   2 +-
 Docs/pysvn_prog_ref.html                           |  12 +-
 Examples/Client/svn_cmd.py                         |  15 +-
 Import/pycxx-6.2.8/CXX/Python2/Exception.hxx       | 259 -------
 Import/pycxx-6.2.8/CXX/Python3/Exception.hxx       | 260 -------
 Import/pycxx-6.2.8/SourceForge/index.html          | 188 -----
 Import/pycxx-6.2.8/build-all.cmd                   |  52 --
 Import/{pycxx-6.2.8 => pycxx-7.0.3}/COPYRIGHT      |   0
 Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Config.hxx |   6 +
 .../Config.hxx => pycxx-7.0.3/CXX/CxxDebug.hxx}    |   6 +-
 .../{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Exception.hxx |   0
 .../CXX/Extensions.hxx                             |   0
 .../CXX/IndirectPythonInterface.hxx                |   0
 .../{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Objects.hxx   |   0
 .../CXX/Python2/Config.hxx                         |   0
 .../CXX/Python2/CxxDebug.hxx                       |   0
 Import/pycxx-7.0.3/CXX/Python2/Exception.hxx       | 166 +++++
 .../CXX/Python2/ExtensionModule.hxx                |   6 +-
 .../CXX/Python2/ExtensionOldType.hxx               |   8 +-
 .../CXX/Python2/ExtensionType.hxx                  |  47 +-
 .../CXX/Python2/ExtensionTypeBase.hxx              |  10 +-
 .../CXX/Python2/Extensions.hxx                     |   2 +-
 .../CXX/Python2/IndirectPythonInterface.hxx        |  49 +-
 .../CXX/Python2/Objects.hxx                        | 485 ++++++++-----
 .../CXX/Python2/PythonType.hxx                     | 104 ++-
 .../CXX/Python2/cxx_standard_exceptions.hxx        |  46 ++
 .../CXX/Python3/Config.hxx                         |   0
 .../CXX/Python3/CxxDebug.hxx                       |   0
 Import/pycxx-7.0.3/CXX/Python3/Exception.hxx       | 166 +++++
 .../CXX/Python3/ExtensionModule.hxx                |   6 +-
 .../CXX/Python3/ExtensionOldType.hxx               |   8 +-
 .../CXX/Python3/ExtensionType.hxx                  |  47 +-
 .../CXX/Python3/ExtensionTypeBase.hxx              |  11 +-
 .../CXX/Python3/Extensions.hxx                     |   2 +-
 .../CXX/Python3/IndirectPythonInterface.hxx        |  42 +-
 .../CXX/Python3/Objects.hxx                        | 215 +++---
 .../CXX/Python3/PythonType.hxx                     |  92 ++-
 .../CXX/Python3/cxx_standard_exceptions.hxx        |  68 ++
 .../{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Version.hxx   |   6 +-
 .../{pycxx-6.2.8 => pycxx-7.0.3}/CXX/WrapPython.h  |   0
 .../Demo/Python2/example.cxx                       |  63 +-
 .../Demo/Python2/example.def                       |   0
 .../Demo/Python2/pycxx_iter.cxx                    |   0
 .../Demo/Python2/pycxx_iter.hxx                    |   0
 .../Demo/Python2/python.cxx                        |   0
 .../Demo/Python2/range.cxx                         |  11 +-
 .../Demo/Python2/range.hxx                         |   8 +-
 .../Demo/Python2/rangetest.cxx                     |   0
 .../Demo/Python2/setup.py                          |  56 +-
 .../Demo/Python2/simple.cxx                        |  47 +-
 .../Demo/Python2/test_example.py                   |   0
 .../Demo/Python2/test_pycxx_iter.py                |   0
 .../Demo/Python2/test_simple.py                    |  13 +-
 .../Demo/Python3/example.cxx                       |  55 +-
 .../Demo/Python3/example.def                       |   0
 .../Demo/Python3/pycxx_iter.cxx                    |   2 +-
 .../Demo/Python3/pycxx_iter.hxx                    |   2 +-
 .../Demo/Python3/python.cxx                        |   0
 .../Demo/Python3/range.cxx                         |  22 +-
 .../Demo/Python3/range.hxx                         |  12 +-
 .../Demo/Python3/rangetest.cxx                     |   0
 .../Demo/Python3/setup.py                          |  58 +-
 .../Demo/Python3/simple.cxx                        |  77 ++-
 .../Demo/Python3/simple2.cxx                       |   0
 .../Demo/Python3/test_assert.hxx                   |  26 +-
 .../Demo/Python3/test_example.py                   |   0
 .../Demo/Python3/test_pycxx_iter.py                |   0
 .../Demo/Python3/test_simple.py                    |  58 +-
 .../Demo/Python3/test_simple2.py                   |   0
 .../Doc/Python2/PyCXX.html                         |   4 +-
 .../Doc/Python2/style.css                          |   0
 .../Doc/Python3/PyCXX.html                         | 163 ++---
 .../Doc/Python3/make_contents.py                   |  12 +-
 .../Doc/Python3/style.css                          |   0
 .../{pycxx-6.2.8 => pycxx-7.0.3}/Lib/__init__.py   |   0
 Import/pycxx-7.0.3/PyCXX-Release-Notes.txt         |   3 +
 Import/{pycxx-6.2.8 => pycxx-7.0.3}/README.html    |  83 ++-
 Import/pycxx-7.0.3/README.txt                      |   3 +
 .../RegressionTests/mem-leak.py                    |   0
 Import/pycxx-7.0.3/SourceForge/PyCXX-Python2.html  |   1 +
 Import/pycxx-7.0.3/SourceForge/PyCXX-Python3.html  |   1 +
 Import/pycxx-7.0.3/SourceForge/README.html         |   1 +
 .../SourceForge/deploy.sh                          |   0
 Import/pycxx-7.0.3/SourceForge/index.html          |  59 ++
 Import/pycxx-7.0.3/SourceForge/style.css           |   1 +
 .../Src/IndirectPythonInterface.cxx                | 127 +---
 Import/pycxx-7.0.3/Src/Python2/cxx_exceptions.cxx  |  72 ++
 .../Src/Python2/cxx_extensions.cxx                 | 764 +++++++++++++--------
 .../Src/Python2/cxxextensions.c                    |   0
 .../Src/Python2/cxxsupport.cxx                     |   0
 Import/pycxx-7.0.3/Src/Python3/cxx_exceptions.cxx  |  72 ++
 .../Src/Python3/cxx_extensions.cxx                 | 615 ++++++++++-------
 .../Src/Python3/cxxextensions.c                    |   0
 .../Src/Python3/cxxsupport.cxx                     |  20 +-
 Import/pycxx-7.0.3/Src/cxx_exceptions.cxx          |   7 +
 .../Src/cxx_extensions.cxx                         |   0
 .../Src/cxxextensions.c                            |   0
 .../Src/cxxsupport.cxx                             |   0
 Import/pycxx-7.0.3/build-all.cmd                   |  67 ++
 Import/{pycxx-6.2.8 => pycxx-7.0.3}/build-all.sh   |   1 -
 .../how_to_release_pycxx.txt                       |   7 +-
 .../{pycxx-6.2.8 => pycxx-7.0.3}/make_src_kit.py   |   2 +-
 Import/{pycxx-6.2.8 => pycxx-7.0.3}/run_tests.cmd  |   0
 Import/{pycxx-6.2.8 => pycxx-7.0.3}/setup.py       |   0
 .../{pycxx-6.2.8 => pycxx-7.0.3}/setup_makefile.py |  26 +-
 Import/{pycxx-6.2.8 => pycxx-7.0.3}/tag_pycxx.py   |  32 +-
 Kit/MacOSX/make_pkg.py                             |  18 +-
 Source/build.cmd                                   |   2 +
 Source/pysvn_client_cmd_diff.cpp                   |   4 +-
 Source/pysvn_client_cmd_prop.cpp                   |   3 +-
 Source/setup_configure.py                          |   2 +
 Tests/test-09.cmd                                  | 191 +++---
 Tests/test-09.sh                                   |  16 +-
 Tests/test-09.unix.known_good-py2-svn1.8.log       | 120 ++--
 Tests/test-09.unix.known_good-py2-svn1.9.log       | 128 ++--
 Tests/test-09.unix.known_good-py3-svn1.8.log       | 122 ++--
 Tests/test-09.unix.known_good-py3-svn1.9.log       | 128 ++--
 Tests/test-09.win32.known_good-py2-svn1.8.log      |  82 ++-
 Tests/test-09.win32.known_good-py2-svn1.9.log      |  87 ++-
 Tests/test-09.win32.known_good-py3-svn1.8.log      |  82 ++-
 Tests/test-09.win32.known_good-py3-svn1.9.log      |  83 ++-
 121 files changed, 3623 insertions(+), 2484 deletions(-)
 delete mode 100644 Import/pycxx-6.2.8/CXX/Python2/Exception.hxx
 delete mode 100644 Import/pycxx-6.2.8/CXX/Python3/Exception.hxx
 delete mode 100644 Import/pycxx-6.2.8/SourceForge/index.html
 delete mode 100644 Import/pycxx-6.2.8/build-all.cmd
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/COPYRIGHT (100%)
 copy Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Config.hxx (94%)
 rename Import/{pycxx-6.2.8/CXX/Config.hxx => pycxx-7.0.3/CXX/CxxDebug.hxx} (95%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Exception.hxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Extensions.hxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/IndirectPythonInterface.hxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Objects.hxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/Config.hxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/CxxDebug.hxx (100%)
 create mode 100644 Import/pycxx-7.0.3/CXX/Python2/Exception.hxx
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/ExtensionModule.hxx (97%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/ExtensionOldType.hxx (98%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/ExtensionType.hxx (89%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/ExtensionTypeBase.hxx (96%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/Extensions.hxx (99%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/IndirectPythonInterface.hxx (78%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/Objects.hxx (89%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python2/PythonType.hxx (50%)
 create mode 100644 Import/pycxx-7.0.3/CXX/Python2/cxx_standard_exceptions.hxx
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/Config.hxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/CxxDebug.hxx (100%)
 create mode 100644 Import/pycxx-7.0.3/CXX/Python3/Exception.hxx
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/ExtensionModule.hxx (97%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/ExtensionOldType.hxx (98%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/ExtensionType.hxx (89%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/ExtensionTypeBase.hxx (96%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/Extensions.hxx (99%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/IndirectPythonInterface.hxx (81%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/Objects.hxx (94%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Python3/PythonType.hxx (54%)
 create mode 100644 Import/pycxx-7.0.3/CXX/Python3/cxx_standard_exceptions.hxx
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/Version.hxx (96%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/CXX/WrapPython.h (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/example.cxx (90%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/example.def (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/pycxx_iter.cxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/pycxx_iter.hxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/python.cxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/range.cxx (93%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/range.hxx (96%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/rangetest.cxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/setup.py (67%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/simple.cxx (86%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/test_example.py (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/test_pycxx_iter.py (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python2/test_simple.py (84%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/example.cxx (95%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/example.def (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/pycxx_iter.cxx (99%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/pycxx_iter.hxx (99%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/python.cxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/range.cxx (90%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/range.hxx (94%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/rangetest.cxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/setup.py (66%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/simple.cxx (83%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/simple2.cxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/test_assert.hxx (79%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/test_example.py (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/test_pycxx_iter.py (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/test_simple.py (56%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Demo/Python3/test_simple2.py (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Doc/Python2/PyCXX.html (99%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Doc/Python2/style.css (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Doc/Python3/PyCXX.html (95%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Doc/Python3/make_contents.py (85%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Doc/Python3/style.css (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Lib/__init__.py (100%)
 create mode 100644 Import/pycxx-7.0.3/PyCXX-Release-Notes.txt
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/README.html (57%)
 create mode 100644 Import/pycxx-7.0.3/README.txt
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/RegressionTests/mem-leak.py (100%)
 create mode 120000 Import/pycxx-7.0.3/SourceForge/PyCXX-Python2.html
 create mode 120000 Import/pycxx-7.0.3/SourceForge/PyCXX-Python3.html
 create mode 120000 Import/pycxx-7.0.3/SourceForge/README.html
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/SourceForge/deploy.sh (100%)
 create mode 100644 Import/pycxx-7.0.3/SourceForge/index.html
 create mode 120000 Import/pycxx-7.0.3/SourceForge/style.css
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/IndirectPythonInterface.cxx (73%)
 create mode 100644 Import/pycxx-7.0.3/Src/Python2/cxx_exceptions.cxx
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/Python2/cxx_extensions.cxx (67%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/Python2/cxxextensions.c (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/Python2/cxxsupport.cxx (100%)
 create mode 100644 Import/pycxx-7.0.3/Src/Python3/cxx_exceptions.cxx
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/Python3/cxx_extensions.cxx (71%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/Python3/cxxextensions.c (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/Python3/cxxsupport.cxx (94%)
 create mode 100644 Import/pycxx-7.0.3/Src/cxx_exceptions.cxx
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/cxx_extensions.cxx (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/cxxextensions.c (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/Src/cxxsupport.cxx (100%)
 create mode 100644 Import/pycxx-7.0.3/build-all.cmd
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/build-all.sh (97%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/how_to_release_pycxx.txt (89%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/make_src_kit.py (95%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/run_tests.cmd (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/setup.py (100%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/setup_makefile.py (95%)
 rename Import/{pycxx-6.2.8 => pycxx-7.0.3}/tag_pycxx.py (70%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pysvn.git



More information about the Python-modules-commits mailing list