[Python-modules-commits] [isodate] branch debian/master updated (3a99726 -> f645ba2)

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jan 4 20:22:09 UTC 2018


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

maxy pushed a change to branch debian/master
in repository isodate.

      from  3a99726   Update Vcs fields
       new  b957494   * initial commit (version 0.3.0)
       new  ee9e65a   * renamed project to isodate
       new  1fabe4b   * minor cosmetic changes
       new  3914e28   RELEASE-0.3.0
       new  1fbb4d9   * fixed buildout.cfg after rename of package
       new  44c432b   * added buildout bootstrap.py for easy quick start
       new  40a9990   * added ISO 8601 formating methods * still problems with negative durations * refactored Duration class to separate module * allow access to wrapped timedelta attributes directly on Duration. * refactored tzinfo parsing and formating into separate module * updated test cases for new functionality
       new  f950b7a   * minor fixes for docutils in documentation files
       new  14f2ed8   RELEASE-0.4.0
       new  de8b4fc   * fixed bug in comparison between timedelta and Duration.
       new  bf641c3   * fixed precision problem with microseconds
       new  fc0e0bf   * added unary operator for Duration * output fractional seconds iso format * added some tests
       new  bc1f745   * Fixed problem with %P formating and fractions
       new  33373b3   * Fixed a formatting of microseconds for datetime objects * some whitespace cleanup * bumped version to 0.4.4
       new  44bbddd   * updated .hgignore
       new  9742cba   * ignore auto generated MANIFEST
       new  9c7ab83   * made setuptools an optional dependency * bumped version to 0.4.5
       new  3b9accc   Added tag RELEASE-0.4.5 for changeset 2b6b173b7feb
       new  aea721b   * support Python 3 * moved tests package into isolate package
       new  86bcf76   Added tag RELEASE-0.4.6 for changeset 22cb3855ca1e
       new  329b4a4   bump version to 0.4.7
       new  df6bc9d   make my syntax highlighter happy
       new  ff92360   add failing test for LocalTimeZone formatting
       new  ca5daae   tz_isoformat needs datetime object to determine daylight saving never pass None into tzinfo.utcoffset (doesn't make sense; it's not deterministic)
       new  9a8b164   update changelog for release
       new  eae0aef   Added tag RELEASE-0.4.7 for changeset 862c42e54814
       new  f050a3d   make unit tests compatible with pre python 2.7 unit test module
       new  5a46ebb   clean up setup.py for python2 and 3 compatibility (with and without setuptools available)
       new  6d5416a   updated change log and version to 0.4.8
       new  542f7b7   Added tag RELEASE-0.4.8 for changeset b689d2bac236
       new  cd5e84d   Added tag RELEASE-0.4.9 for changeset b689d2bac236
       new  9f7ebb0    merge
       new  6885d7b   move .hgiginore to .gitigoner
       new  fb09f84   updatet bootstrap.py
       new  df6341a   - fix formatting for microseconds (Jarom Loveridge)
       new  f16071a   - round to microseconds in case provided iso date string uses higher precision
       new  afece50   * make FixedOffset unpicklable
       new  8b11ef3   fix pickle problem with FixedOffset instances
       new  27eccb0   forgot to bump version for a while
       new  3c3ebe6   new home at github
       new  9e4e2d2   release
       new  806ad4e   back to dev
       new  efb21e9   Changing exceptions to be ValueError or a subclass thereof in cases where the error is invalid input.
       new  ab9a4e0   Merge pull request #1 from mhrivnak/mhrivnak-valueerror
       new  7439256   convert microseconds to int before passing in to datetime.time(..). closes #3
       new  27eb4b1   - raise Exception for unsupported operations with duration and date/datetime objects - store year and month as Decimal in Duration object. - added test cases to support changes closes #2
       new  a1197ed   rename todatetime to totimedelta on Duration. added some tests for the same function closes #4
       new  b05544a   implement unittest2 load_tests protocol
       new  f71adda   add tox configuration
       new  024882d   make sure months and years are Decimal use floor divmod with Decimal instances. closes #5
       new  5258576   update trove classifiers to show all supported python versions
       new  36d9102   Closes #8. Added tests stated in issue #8, but can’t reproduce this error across all tested python versions.
       new  346fb77   add travis-ci testing
       new  2593926   rename README.txt to README.rst
       new  cc8b187   update setup.py to read correct README file
       new  0e03876   move travis-ci badge underneath title
       new  07029e5   prepare release 0.5.0
       new  3083023   back to development fix travis badge
       new  80a8e6d   make flake happy
       new  b31c424   run flake and coverage tests via tox
       new  28a3e58   only report coverage for main module fix coveralls itegration (hopefully)
       new  ac38175   ignore coverage reports
       new  0f9bcf3   type in envvar
       new  0f2e76b   added various badges
       new  6d37011   fix duration pickle for all protocols and all supported python versions and variants. (closes #10)
       new  bf62e62   Fix flake errors
       new  26c577a   Merge pull request #11 from tofu-rocketry/flake_fixes
       new  343fcae   Make parse_datetime raise ISO8601Error if no 'T'
       new  faac886   Merge pull request #12 from tofu-rocketry/datetime_input_handling
       new  d261f30   add Python 3.4 to list of supported versions
       new  7e646fb   release 0.5.1
       new  af2f62b   bump to 0.5.2-dev
       new  cf616ae   Move line breaks after operators
       new  548fa43   Merge pull request #17 from tofu-rocketry/flake_update
       new  53b2053   Fix ISO8601_PERIOD_REGEX to not match 'P'
       new  9a9c755   Merge pull request #18 from Polyconseil/fbochu/iso8601-period-regexp
       new  69a86b8   Change __all__ in top init to be list of strings
       new  51bc23e   Merge pull request #19 from tofu-rocketry/all_string_list
       new  f6791bc   Update shields in README.rst
       new  c75cf61   Merge pull request #20 from tofu-rocketry/new_readme_shields
       new  e6e5636   fix typo in setup.py description
       new  2e5fdaa   Merge pull request #22 from nikolas/patch-1
       new  b9022fc   Fix typo in readme
       new  3417bc2   Merge pull request #23 from nikolas/patch-2
       new  010f421   Duration objects are now hashable
       new  418196d   fixing misspelling
       new  5af8080   Merge pull request #24 from gfairchild/master
       new  c6069dd   enable python 3.4 in travis
       new  0ae18b2   test with pypy3 as well
       new  fe1942f   Add multiplication to duration
       new  7bdb02f   python 2.6 fix
       new  8e68ad1   Merge pull request #25 from reinhrst/master
       new  bbdb0ee   update changelog and prepare release
       new  e77e841   bump version
       new  b99c0bd   fix rst formatting and make new release
       new  dcff15c   bump version
       new  a41b63f   typo
       new  27d3bca   Merge pull request #26 from reinhrst/master
       new  2e24e35   Point the URL to GitHub
       new  e3e1bd3   Merge pull request #29 from graingert/patch-1
       new  9946c13   Support universal wheels
       new  3392d73   Merge pull request #30 from graingert/patch-2
       new  79b8d42   isodate.UTC remains the same object in a pickle
       new  f3888ca   Merge pull request #32 from EniramLtd/master
       new  76aead4   https://github.com/gweis/isodate/issues/33
       new  db82f87   Removed the unnecessory lines.
       new  91f15b2   Removed the trailing space.
       new  b1b43bb   Merge pull request #36 from zsong/master
       new  fcbec6d   .travis.yml: drop py32
       new  15169e7   Merge pull request #39 from flokli/tox
       new  a0c3b46   whitespace
       new  1dc3c24   no more py 3.2
       new  c99a3d9   Update travis.yaml Python matrix
       new  3b359c5   Remove 2to3 usage
       new  5ac960d   isinstance(obj, (str, unicode)) to be Py2/3 compat
       new  3aaf254   Py3 compat
       new  ad4e50b   Adapt after 2to3 removal
       new  0f2a41a   Flake happiness
       new  6e5802b   Universal wheel
       new  0d0abd7   Merge branch 'master' of https://github.com/lmazuel/isodate
       new  b27084a   keep py2.6 as long as tests run fine
       new  bec98f7   fix generating coveralls
       new  d1a37f7   use six
       new  83f5edf   buildout not needed
       new  1d32c9e   version is 0.6 dev
       new  ff54946   use py36 to run flake and coverage
       new  b17c2ff   update badge urls
       new  a90f2b5   py36 maybe to new for travis
       new  72345c4   rely on duck typing when doing duration maths
       new  1ba6bed   add incomplete month date support
       new  f609b08   add ability to choose default month and day when incomplete date
       new  2834d26   Merge branch 'master' of https://github.com/raisou/isodate
       new  756bc68   update actual travis file to use py35 for flake and coverage tests
       new  2a32a8c   README.rst: remove reference to buildout
       new  4d704b9   Merge pull request #40 from flokli/readme-fixes
       new  5988e98   Be able to recognize time zones with fractional hours
       new  f0e777d   Merge pull request #45 from usrenmae/master
       new  e38bd2e   typo
       new  84016c1   update changelog
       new  ba47c35   release 0.6.0
       new  f46436a   New upstream version 0.6.0
       new  4e04ec5   Update upstream source from tag 'upstream/0.6.0'
       new  d5c1251   New upstream release (0.6.0).
       new  b8bfc3e   Update changelog for 0.6.0-1~ release
       new  45792e7   Add python-setuptools build depend
       new  a67a1aa   Release to sid
       new  f645ba2   Update changelog for 0.6.0-1 release

The 147 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:
 CHANGES.txt                        |   8 +++
 PKG-INFO                           |  30 ++++----
 README.rst                         |  15 ++--
 debian/changelog                   |  11 +++
 debian/control                     |   4 +-
 setup.cfg                          |   4 +-
 setup.py                           |  29 +++-----
 src/isodate.egg-info/PKG-INFO      |  30 ++++----
 src/isodate.egg-info/SOURCES.txt   |   2 +
 src/isodate.egg-info/requires.txt  |   1 +
 src/isodate/__init__.py            |   6 +-
 src/isodate/duration.py            | 143 ++++++++++++++++++-------------------
 src/isodate/isodates.py            |  21 ++++--
 src/isodate/isoduration.py         |   4 +-
 src/isodate/isostrf.py             |   3 +-
 src/isodate/isotime.py             |   6 +-
 src/isodate/isotzinfo.py           |   2 +-
 src/isodate/tests/__init__.py      |   1 +
 src/isodate/tests/test_date.py     |   9 ++-
 src/isodate/tests/test_datetime.py |  11 +++
 src/isodate/tests/test_duration.py |   5 ++
 src/isodate/tests/test_pickle.py   |  13 +++-
 src/isodate/tests/test_strf.py     |   1 +
 src/isodate/tests/test_time.py     |   7 ++
 src/isodate/tzinfo.py              |  17 ++++-
 25 files changed, 236 insertions(+), 147 deletions(-)
 create mode 100644 src/isodate.egg-info/requires.txt

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



More information about the Python-modules-commits mailing list