[Python-modules-commits] [python-sabyenc] 03/11: Updated version 3.3.1 from 'upstream/3.3.1'

JCF Ploemen jcfp-guest at moszumanska.debian.org
Tue Oct 10 14:35:11 UTC 2017


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

jcfp-guest pushed a commit to branch master
in repository python-sabyenc.

commit 29120fe3d62d33ee4572617197b6df6c378f04d0
Merge: 644e851 17bb32d
Author: JCF Ploemen (jcfp) <linux at jcf.pm>
Date:   Tue Oct 10 15:46:05 2017 +0200

    Updated version 3.3.1 from 'upstream/3.3.1'
    
    with Debian dir dda0886e095736aa2ca91ebb3954aa6447ef9ed2

 .gitignore                                         |   59 +
 .travis.yml                                        |   31 +
 CHANGES.md                                         |    0
 LICENSE.md                                         |  165 +
 MANIFEST.in                                        |    1 +
 PKG-INFO                                           |   27 -
 README.md                                          |   28 +
 appveyor.yml                                       |   27 +
 doc/yenc-draft.1.3.txt                             |  423 ++
 examples/try_out_sabyenc.py                        |   62 +
 sabyenc.egg-info/PKG-INFO                          |   27 -
 sabyenc.egg-info/SOURCES.txt                       |    7 -
 sabyenc.egg-info/dependency_links.txt              |    1 -
 sabyenc.egg-info/top_level.txt                     |    1 -
 setup.cfg                                          |    4 -
 setup.py                                           |  119 +-
 src/sabyenc.c                                      | 1188 ++--
 src/sabyenc.h                                      |   97 +-
 tests/check_debug_pickles.py                       |   90 +
 tests/check_pickles.py                             |   98 +
 tests/speed_compare.py                             |  254 +
 tests/test_decoder.py                              |  100 +
 tests/test_inputvalidation.py                      |   47 +
 tests/testsupport.py                               |  138 +
 tests/yencfiles/crc_1485266801.08                  |  114 +
 tests/yencfiles/crc_1485266861.43                  |   14 +
 tests/yencfiles/crc_1485267447.62                  |   18 +
 tests/yencfiles/crc_1485267596.51                  |  112 +
 tests/yencfiles/crc_1485268062.82                  |   18 +
 tests/yencfiles/crc_1485268203.06                  |   26 +
 tests/yencfiles/crc_1485269041.69                  |   24 +
 tests/yencfiles/crc_1485269517.52                  |  114 +
 tests/yencfiles/crc_1485269689.29                  |  110 +
 tests/yencfiles/crc_1485269752.39                  |  120 +
 tests/yencfiles/crc_1485270313.16                  |   14 +
 tests/yencfiles/crc_1485270667.79                  |  106 +
 tests/yencfiles/crc_1485270694.38                  |  112 +
 tests/yencfiles/crc_1485270919.57                  |   20 +
 tests/yencfiles/crc_1485270952.33                  |  110 +
 tests/yencfiles/crc_1491378708.6                   |    6 +
 .../crc_2qDcLdjDym75k6PkUdMz_2o22 at JBinUp.local     |  101 +
 .../crc_5nCweVA4aKnlBTG1s0K8_4o22 at JBinUp.local     |   79 +
 .../crc_KnHUroIRrzDYAHcb6cy3_3o22 at JBinUp.local     |   35 +
 .../crc_Pk0XqpdPC5s7KPOuYdFP_3o22 at JBinUp.local     |   33 +
 .../crc_QDnu3FWODC48Sphi9dSF_5o22 at JBinUp.local     |   31 +
 .../crc_Vm2lffi01UsDowtJ9NL3_2o22 at JBinUp.local     |  107 +
 .../crc_ZHJFBWeh9fHrUhh3fwME_4o22 at JBinUp.local     |  113 +
 .../crc_aH9oa06pKCAEeBIvr2h0_4o22 at JBinUp.local     |  133 +
 tests/yencfiles/split_filename                     |  133 +
 tests/yencfiles/test_badcrc.txt                    | 6099 ++++++++++++++++++++
 tests/yencfiles/test_no_name.txt                   | 3056 ++++++++++
 tests/yencfiles/test_partial.txt                   |    9 +
 tests/yencfiles/test_regular.txt                   | 3056 ++++++++++
 tests/yencfiles/test_regular_2.txt                 | 3053 ++++++++++
 tests/yencfiles/test_single_part.txt               |  132 +
 tests/yencfiles/test_special_chars.txt             | 3051 ++++++++++
 travis/build-wheels.sh                             |   15 +
 57 files changed, 22520 insertions(+), 748 deletions(-)

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



More information about the Python-modules-commits mailing list