[Python-modules-commits] [python-odoorpc] branch master updated (649d4d5 -> b22adc5)

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Jan 22 13:40:19 UTC 2017


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

debacle pushed a change to branch master
in repository python-odoorpc.

      from  649d4d5   Fixed VCS URL (https)
       new  8ac1889   bump standards version
       new  e074c5e   record new upstream branch created by importing python-odoorpc_0.5.1.orig.tar.gz
       new  30a2f6f   Import python-odoorpc_0.5.1.orig.tar.gz
       new  d137998   replace remote GIFs with local ones
       new  cf749b6   merge patched into master
       new  b22adc5   prepare 0.5.1-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        | 13 +++---
 CHANGELOG                                          | 21 ++++++++++
 README.rst                                         |  4 +-
 debian/.git-dpm                                    | 14 +++----
 debian/changelog                                   |  8 +++-
 debian/control                                     |  2 +-
 .../0001-replace-remote-GIFs-with-local-ones.patch |  4 +-
 doc/source/conf.py                                 |  5 ++-
 doc/source/download_install.rst                    |  2 +-
 doc/source/faq.rst                                 | 12 +++---
 doc/source/index.rst                               |  6 +--
 doc/source/tuto_browse.rst                         |  4 +-
 doc/source/tuto_browse_methods.rst                 |  2 +-
 doc/source/tuto_browse_update.rst                  | 47 +++++++++++----------
 doc/source/tuto_login.rst                          |  8 ++--
 doc/source/tuto_report.rst                         | 10 ++---
 doc/source/tuto_rpc_queries.rst                    |  4 +-
 doc/source/tuto_session.rst                        |  2 +-
 doc/source/tutorials.rst                           |  5 +++
 odoorpc/__init__.py                                |  2 +-
 odoorpc/error.py                                   | 15 +++++--
 odoorpc/models.py                                  |  4 ++
 odoorpc/odoo.py                                    | 13 +++---
 odoorpc/rpc/__init__.py                            | 49 ++++++++++++++++------
 odoorpc/session.py                                 |  4 +-
 odoorpc/tests/__init__.py                          | 16 ++++---
 odoorpc/tests/test_db.py                           |  1 +
 odoorpc/tests/test_field_binary.py                 | 38 +++++++++++++++++
 odoorpc/tests/test_field_many2many.py              | 47 +++++++++++----------
 odoorpc/tests/test_field_reference.py              | 44 ++++++++++++-------
 odoorpc/tests/test_init.py                         | 10 +++++
 setup.py                                           |  2 +-
 32 files changed, 281 insertions(+), 137 deletions(-)
 create mode 100644 odoorpc/tests/test_field_binary.py

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



More information about the Python-modules-commits mailing list