[Python-modules-commits] [isodate] branch upstream updated (b5e4fc8 -> f46436a)

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


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

maxy pushed a change to branch upstream
in repository isodate.

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

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                        |   8 +++
 PKG-INFO                           |  30 ++++----
 README.rst                         |  15 ++--
 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 ++++-
 23 files changed, 222 insertions(+), 146 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