[Python-modules-commits] [python-exif] branch master updated (4f02593 -> c2feea0)
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Aug 1 21:52:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
debacle pushed a change to branch master
in repository python-exif.
from 4f02593 Prepare changelog
adds 3789ba4 Update __init__.py
adds ffb87a9 Update makernote.py
adds 0dffeda Update utils.py
adds 3685f05 Minor fixes to make it work on py 3.x
adds 78a5ba8 str / bytes coexistence support
adds 98f5908 Merge branch 'master' of https://github.com/velis74/exif-py into develop
adds 9b5a2d6 switch to setuptools
adds 1cccbfe format code / minor style improvements
adds bf982d4 fix for UnicodeDecodeError
adds 7820023 more cleanup...
adds 29ec206 trying travis
adds a74fee8 show python major version in version info
adds ee0954a Add travis build badge
adds 3f9c03c Update README.rst
adds e5d806d add more python versions to Travis tests
adds 8466da3 Happy new year!
adds bce80b4 add more python3 versions to compat list
adds e83ba50 change log is now in rST format
adds 07f70af add current dev to changelog
adds a9a3f49 fix for bug #30
adds ac1bd93 fix for bug #33
adds f9e9d30 PEP fixes
adds 06cf304 use stdout for logging
adds 9b99b40 fix for not finding interop tags
adds 016ca74 add more tags
adds ea4ce8e fixes & updates for TIFF tags
adds cf4536d minor fixes
adds 5680bb8 update changelog
adds 9d2a827 add basic coloring to logging
adds d0e6024 update changelog
adds bd983f5 add XPM info to list of ignored tags during quick processing
adds f836b6d Allow linking a tag dict to another
adds 8970680 update Nikon tags
adds 471698b minor changes to debug output
adds 12013b2 PEP fixes
adds b83bda3 find XMP info
adds a770edb Merge branch 'xmp_info' into develop
adds 5aa36b0 initial support for dumping XMP data
adds 6472695 add python 3.4 to tests
adds ca253bc specify supported versions
adds d810ccd fix list
adds ab98171 don't indent sub-ifd debug
adds 0107e66 fix bug where exif info was processed twice
adds aad8e33 add canon models dict
adds e5a6ced Update README.rst
adds 3117a77 fix for issue #45
adds b574c48 represent the IFD as a string to avoid formating problems
adds 64acaa7 test also debug color mode
adds 0d23731 add version numbers to changelog
adds 80a1a8f Fix unicode errors in python2 (issue #46)
adds e15e8d1 Fix for tag name backwards compatibility with 1.X series
adds 8545b21 release version 2.0.1
adds 6c69341 fix import as folder, issue #31
adds c061061 cleanup, ready for v2.0.2
adds 70872ef cleanup, ready for v2.0.2
adds c93d1a6 Correcty process the Makernote of some Canon models
adds 94cf950 typo
adds 1d5a1e3 Merge pull request #49 from jcea/master
adds f75221a Support HDR in Canon cameras
adds 1f9a355 Merge branch 'master' of https://github.com/jcea/exif-py into jcea-master
adds 100f4e3 update changelog
adds 0c3ff32 Suport Apple Makernote and Apple HDR details
adds c34ce81 Merge pull request #51 from jcea/apple
adds 28c1fc0 add contribution section to readme
adds 3efe487 Bypass empty/unreadable Olympus MakerNote info (issue #42)
adds 226e256 version bump
adds 61b3bd2 version 2.1.0
adds 77cf956 test contributing file
adds 545dbb5 better pypi links
adds 7b95d56 Add some FujiFilm tags
adds 07cede5 add more tags
adds d541fd7 version 2.1.1
new 1831e4c Merge remote-tracking branch 'upstream/master'
new dd648c8 start version 2.1.1-1
new c2feea0 put EXIF.py into examples, add stuff for Python 3
The 3 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:
.gitignore | 19 +-
.travis.yml | 16 +
CHANGES.txt | 162 --------
CONTRIBUTING.rst | 29 ++
ChangeLog.rst | 224 ++++++++++
EXIF.py | 46 +-
LICENSE.txt | 2 +-
README.rst | 74 ++--
debian/changelog | 8 +
debian/control | 14 +-
debian/dirs | 1 -
debian/python-exif.examples | 1 +
debian/python-exif.install | 1 -
debian/python3-exif.examples | 1 +
debian/rules | 2 +-
exifread/__init__.py | 204 +++++----
exifread/classes.py | 231 ++++++-----
exifread/exif_log.py | 76 ++++
exifread/tags/__init__.py | 12 +-
exifread/tags/exif.py | 183 +++++---
exifread/tags/makernote.py | 808 ++++++++++++++++++------------------
exifread/tags/makernote_apple.py | 13 +
exifread/tags/makernote_canon.py | 318 +++++++++++++-
exifread/tags/makernote_fujifilm.py | 129 ++++++
exifread/utils.py | 38 +-
setup.py | 35 +-
26 files changed, 1726 insertions(+), 921 deletions(-)
create mode 100644 .travis.yml
delete mode 100644 CHANGES.txt
create mode 100644 CONTRIBUTING.rst
create mode 100644 ChangeLog.rst
delete mode 100644 debian/dirs
create mode 100644 debian/python-exif.examples
delete mode 100644 debian/python-exif.install
create mode 100644 debian/python3-exif.examples
create mode 100644 exifread/exif_log.py
create mode 100644 exifread/tags/makernote_apple.py
create mode 100644 exifread/tags/makernote_fujifilm.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-exif.git
More information about the Python-modules-commits
mailing list