[Python-modules-commits] [dill] branch master updated (ea6c624 -> 5488aad)

Josué Ortega josue at moszumanska.debian.org
Sun Jul 16 19:38:22 UTC 2017


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

josue pushed a change to branch master
in repository dill.

      from  ea6c624   Fix typo in Vcs-Git field in debian/control
       new  a89e688   record new upstream branch created by importing dill_0.2.7.orig.tar.gz
       new  c2d6188   Import dill_0.2.7.orig.tar.gz
       new  c20e30a   Removes install_requires in order to avoid automatic package
       new  80b7355   merge patched into master
       new  8ae97d2   Updates d/copyright and ands d/changelog entry for version 0.2.7-1
       new  6c9909e   d/rules: Adds override_dh_autotest
       new  245e0df   Updates uploader email and Bumps Standards-Version to 4.0.0: debian/copyright Format field changed
       new  bdf23b2   Removes scripts generation from setup.py
       new  5f7ab88   merge patched into master
       new  5488aad   Sets release to unstable (0.2.7-1)

The 10 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:
 .gitignore                                         |   4 +
 .travis.yml                                        |  37 +++
 DEV_NOTES                                          | 100 +++++++
 LICENSE                                            |  13 +-
 MANIFEST                                           |  41 ---
 MANIFEST.in                                        |   5 +
 PKG-INFO                                           | 185 ------------
 README                                             |  65 +++--
 README.md                                          |  51 ++--
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  15 +
 debian/control                                     |   4 +-
 debian/copyright                                   |   5 +-
 ...oid-the-installation-of-upstream-binaries.patch |  29 --
 ...all_requires-in-order-to-avoid-automatic.patch} |   8 +-
 ...-Removes-scripts-generation-from-setup.py.patch |  22 ++
 debian/patches/series                              |   4 +-
 debian/rules                                       |   3 +
 dill.egg-info/PKG-INFO                             |  89 +++---
 dill.egg-info/SOURCES.txt                          |  10 +-
 dill/__diff.py                                     |  10 +-
 dill/__init__.py                                   |   3 +-
 dill/_objects.py                                   |  29 +-
 dill/detect.py                                     |  18 +-
 dill/dill.py                                       | 317 ++++++++++++++-------
 dill/info.py                                       |  82 +++---
 dill/objtypes.py                                   |   1 +
 dill/pointers.py                                   |   1 +
 dill/settings.py                                   |   1 +
 dill/source.py                                     |   1 +
 dill/temp.py                                       |   1 +
 scripts/{unpickle.py => dill_unpickle.py}          |   3 +-
 scripts/get_objgraph.py                            |   1 +
 setup.cfg                                          |   7 +-
 setup.py                                           |  95 +++---
 tests/__init__.py                                  |   0
 tests/dill_bugs.py                                 |  67 -----
 tests/test_check.py                                |  52 +++-
 tests/test_classdef.py                             | 214 ++++++++------
 tests/test_detect.py                               | 179 +++++++-----
 tests/test_diff.py                                 | 171 +++++------
 tests/test_extendpickle.py                         |  28 +-
 tests/test_file.py                                 |  54 +++-
 tests/test_functors.py                             |  26 +-
 tests/test_mixins.py                               |  19 +-
 tests/test_module.py                               |  25 +-
 tests/test_moduledict.py                           |  16 +-
 tests/test_nested.py                               |  62 ++--
 tests/test_objects.py                              |  17 +-
 tests/test_properties.py                           |  62 ++--
 tests/test_recursive.py                            |  36 +++
 tests/test_selected.py                             |  99 +++++++
 tests/test_source.py                               | 172 ++++++-----
 tests/test_temp.py                                 |  73 +++--
 tests/test_weakref.py                              |  74 ++---
 tox.ini                                            |  23 ++
 56 files changed, 1595 insertions(+), 1148 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 DEV_NOTES
 delete mode 100644 MANIFEST
 create mode 100644 MANIFEST.in
 delete mode 100644 PKG-INFO
 delete mode 100644 debian/patches/0001-Patch-to-avoid-the-installation-of-upstream-binaries.patch
 rename debian/patches/{0002-Removes-install_requires-in-order-to-avoid-automatic.patch => 0001-Removes-install_requires-in-order-to-avoid-automatic.patch} (82%)
 create mode 100644 debian/patches/0002-Removes-scripts-generation-from-setup.py.patch
 rename scripts/{unpickle.py => dill_unpickle.py} (77%)
 create mode 100644 tests/__init__.py
 delete mode 100644 tests/dill_bugs.py
 create mode 100644 tests/test_recursive.py
 create mode 100644 tests/test_selected.py
 create mode 100644 tox.ini

-- 
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