[Python-modules-commits] [isodate] branch master updated (db0a0b9 -> 815f041)

Maximiliano Curia maxy at moszumanska.debian.org
Wed Sep 10 19:21:06 UTC 2014


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

maxy pushed a change to branch master
in repository isodate.

      from  db0a0b9   Imported Debian patch 0.4.6-1
       new  38d31da   debian/tests/: Basic DEP-8 test to run test suite for python 2 and python 3.
       new  5ff8670   debian/watch: Added missing watch file.
       new  568c5bd   debian/watch: Keep it simple.
       new  8babefc   debian/control: Add XS-Testsuite for DEP-8 tests.
       new  21f3dd4   debian/control: Update standards version.
       new  d597a75   debian/copyright: Convert to DEP-5 format.
       new  d1b6658   debian/copyright: Improve copyright information.
       new  8d2920b   debian/control: Make python 2 and python 3 Descriptions unique to appease lintian.
       new  1e2329f   debian/control: Add Vcs-Git: and Vcs-Browser:.
       new  69bb1ee   debian/control: Correct Vcs-* fields.
       new  025adb1   debian/control: Add the Homepage field.
       new  c5de382   debian/control: Remove unneeded X-Python fields.
       new  f320759   Set python-modules group as maintainers.
       new  ca27d48   SNAPSHOT build
       new  9d05086   Fix capitalization warning.
       new  7391c2c   wrap-and-sort
       new  d05ab9a   Imported Upstream version 0.5.0
       new  c09cee1   Merge tag 'upstream/0.5.0'
       new  a11ab1b   New upstream release (0.5.0).
       new  01dd3db   debian/copyright: Remove block for removed file (bootstrap.py).
       new  f0b825e   Add closes for 760979
       new  815f041   Release to unstable

The 22 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:
 .hg_archival.txt                          |   5 -
 .hgignore                                 |  12 --
 .hgtags                                   |   4 -
 .project                                  |  17 ---
 CHANGES.txt                               |  31 ++++
 PKG-INFO                                  | 242 ++++++++++++++++++++++++++++++
 README.txt => README.rst                  |   5 +-
 bootstrap.py                              |  62 --------
 buildout.cfg                              |  32 ----
 debian/changelog                          |  24 +++
 debian/control                            |  19 ++-
 debian/copyright                          | 129 +++++-----------
 debian/tests/control                      |   2 +
 debian/tests/run-tests                    |   5 +
 debian/watch                              |   2 +
 setup.cfg                                 |   5 +
 setup.py                                  |  30 ++--
 src/isodate.egg-info/PKG-INFO             | 242 ++++++++++++++++++++++++++++++
 src/isodate.egg-info/SOURCES.txt          |  26 ++++
 src/isodate.egg-info/dependency_links.txt |   1 +
 src/isodate.egg-info/top_level.txt        |   1 +
 src/isodate/duration.py                   |  23 ++-
 src/isodate/isoduration.py                |   7 +-
 src/isodate/isoerror.py                   |   2 +-
 src/isodate/isostrf.py                    |  10 +-
 src/isodate/isotime.py                    |   9 +-
 src/isodate/isotzinfo.py                  |  11 +-
 src/isodate/tests/__init__.py             |  12 +-
 src/isodate/tests/test_date.py            |   4 +
 src/isodate/tests/test_datetime.py        |  54 +++++--
 src/isodate/tests/test_duration.py        |  68 +++++++--
 src/isodate/tests/test_pickle.py          |  35 +++++
 src/isodate/tests/test_strf.py            | 130 ++++++++++++++++
 src/isodate/tests/test_time.py            |   4 +
 src/isodate/tzinfo.py                     |  28 ++--
 35 files changed, 982 insertions(+), 311 deletions(-)
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgignore
 delete mode 100644 .hgtags
 delete mode 100644 .project
 create mode 100644 PKG-INFO
 rename README.txt => README.rst (95%)
 delete mode 100644 bootstrap.py
 delete mode 100644 buildout.cfg
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/run-tests
 create mode 100644 debian/watch
 create mode 100644 setup.cfg
 create mode 100644 src/isodate.egg-info/PKG-INFO
 create mode 100644 src/isodate.egg-info/SOURCES.txt
 create mode 100644 src/isodate.egg-info/dependency_links.txt
 create mode 100644 src/isodate.egg-info/top_level.txt
 create mode 100644 src/isodate/tests/test_pickle.py
 create mode 100644 src/isodate/tests/test_strf.py

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



More information about the Python-modules-commits mailing list