[Python-modules-commits] [isodate] annotated tag upstream/0.6.0 created (now 210d012)
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jan 4 20:22:23 UTC 2018
This is an automated email from the git hooks/post-receive script.
maxy pushed a change to annotated tag upstream/0.6.0
in repository isodate.
at 210d012 (tag)
tagging f46436a0445d90495ccb3f0ab7a6f33ba5dfc70f (commit)
replaces upstream/0.5.4
tagged by Maximiliano Curia
on Thu Jan 4 17:14:22 2018 -0300
- Log -----------------------------------------------------------------
Upstream version 0.6.0
Adrian (1):
Update shields in README.rst
Adrian Coveney (4):
Fix flake errors
Make parse_datetime raise ISO8601Error if no 'T'
Move line breaks after operators
Change __all__ in top init to be list of strings
Claude (3):
Add multiplication to duration
python 2.6 fix
typo
Fabien Bochu (1):
Fix ISO8601_PERIOD_REGEX to not match 'P'
Fabien Loffredo (2):
add incomplete month date support
add ability to choose default month and day when incomplete date
Florian Klink (2):
.travis.yml: drop py32
README.rst: remove reference to buildout
Geoffrey Fairchild (2):
Duration objects are now hashable
fixing misspelling
Gerhard Weis (89):
* initial commit (version 0.3.0)
* renamed project to isodate
* minor cosmetic changes
RELEASE-0.3.0
* fixed buildout.cfg after rename of package
* added buildout bootstrap.py for easy quick start
* added ISO 8601 formating methods
* minor fixes for docutils in documentation files
RELEASE-0.4.0
* fixed bug in comparison between timedelta and Duration.
* fixed precision problem with microseconds
* added unary operator for Duration
* Fixed problem with %P formating and fractions
* Fixed a formatting of microseconds for datetime objects
* updated .hgignore
* ignore auto generated MANIFEST
* made setuptools an optional dependency
Added tag RELEASE-0.4.5 for changeset 2b6b173b7feb
* support Python 3
Added tag RELEASE-0.4.6 for changeset 22cb3855ca1e
bump version to 0.4.7
make my syntax highlighter happy
add failing test for LocalTimeZone formatting
tz_isoformat needs datetime object to determine daylight saving
update changelog for release
Added tag RELEASE-0.4.7 for changeset 862c42e54814
make unit tests compatible with pre python 2.7 unit test module
clean up setup.py for python2 and 3 compatibility (with and without setuptools available)
updated change log and version to 0.4.8
Added tag RELEASE-0.4.9 for changeset b689d2bac236
Added tag RELEASE-0.4.8 for changeset b689d2bac236
merge
move .hgiginore to .gitigoner
updatet bootstrap.py
- fix formatting for microseconds (Jarom Loveridge)
- round to microseconds in case provided iso date string uses higher precision
* make FixedOffset unpicklable
fix pickle problem with FixedOffset instances
forgot to bump version for a while
new home at github
release
back to dev
convert microseconds to int before passing in to datetime.time(..). closes #3
- raise Exception for unsupported operations with duration and date/datetime objects
rename todatetime to totimedelta on Duration.
implement unittest2 load_tests protocol
add tox configuration
make sure months and years are Decimal
update trove classifiers to show all supported python versions
Closes #8. Added tests stated in issue #8, but can’t reproduce this error across all tested python versions.
add travis-ci testing
rename README.txt to README.rst
update setup.py to read correct README file
move travis-ci badge underneath title
prepare release 0.5.0
back to development
make flake happy
run flake and coverage tests via tox
only report coverage for main module
ignore coverage reports
type in envvar
added various badges
fix duration pickle for all protocols and all supported python versions and variants. (closes #10)
add Python 3.4 to list of supported versions
release 0.5.1
bump to 0.5.2-dev
enable python 3.4 in travis
test with pypy3 as well
update changelog and prepare release
bump version
fix rst formatting and make new release
bump version
whitespace
no more py 3.2
Merge branch 'master' of https://github.com/lmazuel/isodate
keep py2.6 as long as tests run fine
fix generating coveralls
use six
buildout not needed
version is 0.6 dev
use py36 to run flake and coverage
update badge urls
py36 maybe to new for travis
rely on duck typing when doing duration maths
Merge branch 'master' of https://github.com/raisou/isodate
update actual travis file to use py35 for flake and coverage tests
typo
update changelog
release 0.6.0
Igor (1):
Be able to recognize time zones with fractional hours
Jarno Saarimäki (1):
isodate.UTC remains the same object in a pickle
Laurent Mazuel (7):
Update travis.yaml Python matrix
Remove 2to3 usage
isinstance(obj, (str, unicode)) to be Py2/3 compat
Py3 compat
Adapt after 2to3 removal
Flake happiness
Universal wheel
Maximiliano Curia (1):
New upstream version 0.6.0
Michael Hrivnak (1):
Changing exceptions to be ValueError or a subclass thereof in cases where the error is invalid input.
Thomas Grainger (2):
Point the URL to GitHub
Support universal wheels
Ziang Song (3):
https://github.com/gweis/isodate/issues/33
Removed the unnecessory lines.
Removed the trailing space.
gweis (19):
Merge pull request #1 from mhrivnak/mhrivnak-valueerror
Merge pull request #11 from tofu-rocketry/flake_fixes
Merge pull request #12 from tofu-rocketry/datetime_input_handling
Merge pull request #17 from tofu-rocketry/flake_update
Merge pull request #18 from Polyconseil/fbochu/iso8601-period-regexp
Merge pull request #19 from tofu-rocketry/all_string_list
Merge pull request #20 from tofu-rocketry/new_readme_shields
Merge pull request #22 from nikolas/patch-1
Merge pull request #23 from nikolas/patch-2
Merge pull request #24 from gfairchild/master
Merge pull request #25 from reinhrst/master
Merge pull request #26 from reinhrst/master
Merge pull request #29 from graingert/patch-1
Merge pull request #30 from graingert/patch-2
Merge pull request #32 from EniramLtd/master
Merge pull request #36 from zsong/master
Merge pull request #39 from flokli/tox
Merge pull request #40 from flokli/readme-fixes
Merge pull request #45 from usrenmae/master
nikolas (2):
fix typo in setup.py description
Fix typo in readme
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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