[Python-modules-commits] [python-aniso8601] branch master updated (83839c0 -> 7f4a78c)
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 change to branch master
in repository python-aniso8601.
from 83839c0 New upstream release
adds 52db46f New upstream version 1.2.0
adds 8025dbd Merge branch 'upstream' of git+ssh://git.debian.org/git/python-modules/packages/python-aniso8601 into upstream
adds d2ab5fa Update upstream to 1.2.1
new 218f5a6 New upstream version 1.2.1
new 7f4a78c Merge tag 'upstream/1.2.1'
The 2 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:
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(-)
copy PKG-INFO => aniso8601.egg-info/PKG-INFO (96%)
create mode 100644 aniso8601.egg-info/SOURCES.txt
create mode 100644 aniso8601.egg-info/dependency_links.txt
create mode 100644 aniso8601.egg-info/requires.txt
create mode 100644 aniso8601.egg-info/top_level.txt
create mode 100644 aniso8601/__init__.pyc
create mode 100644 aniso8601/__pycache__/__init__.cpython-34.pyc
create mode 100644 aniso8601/__pycache__/__init__.cpython-35.pyc
create mode 100644 aniso8601/__pycache__/compat.cpython-34.pyc
create mode 100644 aniso8601/__pycache__/compat.cpython-35.pyc
create mode 100644 aniso8601/__pycache__/date.cpython-34.pyc
create mode 100644 aniso8601/__pycache__/date.cpython-35.pyc
create mode 100644 aniso8601/__pycache__/duration.cpython-34.pyc
create mode 100644 aniso8601/__pycache__/duration.cpython-35.pyc
create mode 100644 aniso8601/__pycache__/interval.cpython-34.pyc
create mode 100644 aniso8601/__pycache__/interval.cpython-35.pyc
create mode 100644 aniso8601/__pycache__/resolution.cpython-34.pyc
create mode 100644 aniso8601/__pycache__/resolution.cpython-35.pyc
create mode 100644 aniso8601/__pycache__/time.cpython-34.pyc
create mode 100644 aniso8601/__pycache__/time.cpython-35.pyc
create mode 100644 aniso8601/__pycache__/timezone.cpython-34.pyc
create mode 100644 aniso8601/__pycache__/timezone.cpython-35.pyc
create mode 100644 aniso8601/compat.pyc
create mode 100644 aniso8601/date.pyc
create mode 100644 aniso8601/duration.pyc
create mode 100644 aniso8601/interval.pyc
create mode 100644 aniso8601/resolution.pyc
create mode 100644 aniso8601/tests/__pycache__/test_date.cpython-34.pyc
create mode 100644 aniso8601/tests/__pycache__/test_date.cpython-35.pyc
create mode 100644 aniso8601/tests/__pycache__/test_duration.cpython-34.pyc
create mode 100644 aniso8601/tests/__pycache__/test_duration.cpython-35.pyc
create mode 100644 aniso8601/tests/__pycache__/test_init.cpython-34.pyc
create mode 100644 aniso8601/tests/__pycache__/test_init.cpython-35.pyc
create mode 100644 aniso8601/tests/__pycache__/test_interval.cpython-34.pyc
create mode 100644 aniso8601/tests/__pycache__/test_interval.cpython-35.pyc
create mode 100644 aniso8601/tests/__pycache__/test_time.cpython-34.pyc
create mode 100644 aniso8601/tests/__pycache__/test_time.cpython-35.pyc
create mode 100644 aniso8601/tests/__pycache__/test_timezone.cpython-34.pyc
create mode 100644 aniso8601/tests/__pycache__/test_timezone.cpython-35.pyc
create mode 100644 aniso8601/tests/test_date.pyc
create mode 100644 aniso8601/tests/test_duration.pyc
create mode 100644 aniso8601/tests/test_init.pyc
create mode 100644 aniso8601/tests/test_interval.pyc
create mode 100644 aniso8601/tests/test_time.pyc
create mode 100644 aniso8601/tests/test_timezone.pyc
create mode 100644 aniso8601/time.pyc
create mode 100644 aniso8601/timezone.pyc
delete mode 100644 debian/.git-dpm
delete mode 100644 debian/changelog
delete mode 100644 debian/compat
delete mode 100644 debian/control
delete mode 100644 debian/copyright
delete mode 100644 debian/python-aniso8601.docs
delete mode 100644 debian/python3-aniso8601.docs
delete mode 100755 debian/rules
delete mode 100644 debian/source/format
delete mode 100644 debian/watch
--
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