[Python-modules-commits] [python-aniso8601] 02/02: Merge tag 'upstream/1.2.1'

Jonathan Carter highvoltage-guest at moszumanska.debian.org
Sat May 27 14:25:26 UTC 2017


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

highvoltage-guest pushed a commit to branch master
in repository python-aniso8601.

commit 7f4a78c4c744f60bb5d1b600ef21494e98759496
Merge: 83839c0 218f5a6
Author: Jonathan Carter <jcarter at linux.com>
Date:   Sat May 27 16:25:18 2017 +0200

    Merge tag 'upstream/1.2.1'
    
    Upstream version 1.2.1

 PKG-INFO                                           |  12 +-
 README.rst                                         |  10 +-
 PKG-INFO => aniso8601.egg-info/PKG-INFO            |  12 +-
 aniso8601.egg-info/SOURCES.txt                     |  65 +++++
 aniso8601.egg-info/dependency_links.txt            |   1 +
 aniso8601.egg-info/requires.txt                    |   1 +
 aniso8601.egg-info/top_level.txt                   |   1 +
 aniso8601/__init__.pyc                             | Bin 0 -> 515 bytes
 aniso8601/__pycache__/__init__.cpython-34.pyc      | Bin 0 -> 511 bytes
 aniso8601/__pycache__/__init__.cpython-35.pyc      | Bin 0 -> 511 bytes
 aniso8601/__pycache__/compat.cpython-34.pyc        | Bin 0 -> 259 bytes
 aniso8601/__pycache__/compat.cpython-35.pyc        | Bin 0 -> 259 bytes
 aniso8601/__pycache__/date.cpython-34.pyc          | Bin 0 -> 4295 bytes
 aniso8601/__pycache__/date.cpython-35.pyc          | Bin 0 -> 4272 bytes
 aniso8601/__pycache__/duration.cpython-34.pyc      | Bin 0 -> 3427 bytes
 aniso8601/__pycache__/duration.cpython-35.pyc      | Bin 0 -> 4657 bytes
 aniso8601/__pycache__/interval.cpython-34.pyc      | Bin 0 -> 2326 bytes
 aniso8601/__pycache__/interval.cpython-35.pyc      | Bin 0 -> 2769 bytes
 aniso8601/__pycache__/resolution.cpython-34.pyc    | Bin 0 -> 705 bytes
 aniso8601/__pycache__/resolution.cpython-35.pyc    | Bin 0 -> 705 bytes
 aniso8601/__pycache__/time.cpython-34.pyc          | Bin 0 -> 3656 bytes
 aniso8601/__pycache__/time.cpython-35.pyc          | Bin 0 -> 3676 bytes
 aniso8601/__pycache__/timezone.cpython-34.pyc      | Bin 0 -> 2700 bytes
 aniso8601/__pycache__/timezone.cpython-35.pyc      | Bin 0 -> 2745 bytes
 aniso8601/compat.pyc                               | Bin 0 -> 235 bytes
 aniso8601/date.py                                  |   4 +-
 aniso8601/date.pyc                                 | Bin 0 -> 4558 bytes
 aniso8601/duration.pyc                             | Bin 0 -> 4987 bytes
 aniso8601/interval.py                              |  94 ++++---
 aniso8601/interval.pyc                             | Bin 0 -> 2945 bytes
 aniso8601/resolution.pyc                           | Bin 0 -> 721 bytes
 .../tests/__pycache__/test_date.cpython-34.pyc     | Bin 0 -> 6122 bytes
 .../tests/__pycache__/test_date.cpython-35.pyc     | Bin 0 -> 7422 bytes
 .../tests/__pycache__/test_duration.cpython-34.pyc | Bin 0 -> 6932 bytes
 .../tests/__pycache__/test_duration.cpython-35.pyc | Bin 0 -> 13143 bytes
 .../tests/__pycache__/test_init.cpython-34.pyc     | Bin 0 -> 1871 bytes
 .../tests/__pycache__/test_init.cpython-35.pyc     | Bin 0 -> 1871 bytes
 .../tests/__pycache__/test_interval.cpython-34.pyc | Bin 0 -> 9306 bytes
 .../tests/__pycache__/test_interval.cpython-35.pyc | Bin 0 -> 18472 bytes
 .../tests/__pycache__/test_time.cpython-34.pyc     | Bin 0 -> 12924 bytes
 .../tests/__pycache__/test_time.cpython-35.pyc     | Bin 0 -> 12990 bytes
 .../tests/__pycache__/test_timezone.cpython-34.pyc | Bin 0 -> 3904 bytes
 .../tests/__pycache__/test_timezone.cpython-35.pyc | Bin 0 -> 4177 bytes
 aniso8601/tests/test_date.py                       |  21 +-
 aniso8601/tests/test_date.pyc                      | Bin 0 -> 8190 bytes
 aniso8601/tests/test_duration.py                   | 287 +++++++++++----------
 aniso8601/tests/test_duration.pyc                  | Bin 0 -> 14012 bytes
 aniso8601/tests/test_init.pyc                      | Bin 0 -> 2125 bytes
 aniso8601/tests/test_interval.py                   | 228 ++++++++++++++--
 aniso8601/tests/test_interval.pyc                  | Bin 0 -> 19364 bytes
 aniso8601/tests/test_time.py                       |   2 +-
 aniso8601/tests/test_time.pyc                      | Bin 0 -> 14267 bytes
 aniso8601/tests/test_timezone.py                   |  23 +-
 aniso8601/tests/test_timezone.pyc                  | Bin 0 -> 4658 bytes
 aniso8601/time.pyc                                 | Bin 0 -> 3936 bytes
 aniso8601/timezone.pyc                             | Bin 0 -> 2874 bytes
 debian/.git-dpm                                    |  11 -
 debian/changelog                                   |  28 --
 debian/compat                                      |   1 -
 debian/control                                     |  45 ----
 debian/copyright                                   |  37 ---
 debian/python-aniso8601.docs                       |   1 -
 debian/python3-aniso8601.docs                      |   1 -
 debian/rules                                       |   7 -
 debian/source/format                               |   1 -
 debian/watch                                       |   3 -
 setup.py                                           |   2 +-
 67 files changed, 531 insertions(+), 367 deletions(-)

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



More information about the Python-modules-commits mailing list