[Python-modules-commits] [dill] branch master updated (7f778d2 -> 7459348)

Josué Ortega noahfx-guest at moszumanska.debian.org
Wed Feb 10 14:40:19 UTC 2016


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

noahfx-guest pushed a change to branch master
in repository dill.

      from  7f778d2   merge patched into master
       new  7f0530f   record new upstream branch created by importing dill_0.2.5.orig.tar.gz
       new  95b6d96   Import dill_0.2.5.orig.tar.gz
       new  dfa34a3   Patch to avoid the installation of upstream binaries under the wrong directories
       new  9b32a0b   Removes install_requires in order to avoid automatic package
       new  439c40a   merge patched into master
       new  c7b9dca   debian/control: Bumped X-Python3-Version to 3.4
       new  832b397   Changed Vcs-* fields to use secure uri
       new  7459348   Changed release to unstable

The 8 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:
 LICENSE                                            |   2 +-
 MANIFEST                                           |   1 +
 PKG-INFO                                           |  10 +-
 README                                             |   6 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   6 +-
 ...oid-the-installation-of-upstream-binaries.patch |   4 +-
 ...tall_requires-in-order-to-avoid-automatic.patch |   4 +-
 dill.egg-info/PKG-INFO                             |  10 +-
 dill.egg-info/SOURCES.txt                          |   1 +
 dill/__diff.py                                     |   2 +-
 dill/__init__.py                                   |   4 +-
 dill/_objects.py                                   |   4 +-
 dill/detect.py                                     |   2 +-
 dill/dill.py                                       | 280 +++++++++++++++++----
 dill/info.py                                       |  12 +-
 dill/objtypes.py                                   |   2 +-
 dill/pointers.py                                   |   2 +-
 dill/settings.py                                   |   2 +-
 dill/source.py                                     |   2 +-
 dill/temp.py                                       |   2 +-
 scripts/get_objgraph.py                            |   2 +-
 scripts/unpickle.py                                |   2 +-
 setup.py                                           |   6 +-
 tests/dill_bugs.py                                 |   2 +-
 tests/test_check.py                                |  45 ++++
 tests/test_classdef.py                             |  31 ++-
 tests/test_detect.py                               |   7 +-
 tests/test_diff.py                                 |   2 +-
 tests/test_extendpickle.py                         |   2 +-
 tests/test_file.py                                 |   2 +-
 tests/test_functors.py                             |   2 +-
 tests/test_mixins.py                               |   2 +-
 tests/test_module.py                               |   2 +-
 tests/test_moduledict.py                           |   2 +-
 tests/test_nested.py                               |   2 +-
 tests/test_objects.py                              |   2 +-
 tests/test_properties.py                           |   2 +-
 tests/test_source.py                               |   7 +
 tests/test_temp.py                                 |   2 +-
 tests/test_weakref.py                              |   2 +-
 42 files changed, 387 insertions(+), 120 deletions(-)
 create mode 100644 tests/test_check.py

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



More information about the Python-modules-commits mailing list