[Python-modules-commits] [python-exif] branch master updated (18edfc5 -> 30e59d4)
Takaki Taniguchi
takaki at moszumanska.debian.org
Thu Nov 26 01:38:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
takaki pushed a change to branch master
in repository python-exif.
from 18edfc5 Fix Vcs field
new 8b3f30b Imported Upstream version 2.1.2
new 11f19c7 Merge tag 'upstream/2.1.2'
new 2904663 new upstream
new 30e59d4 prepare release
The 4 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:
.gitattributes | 11 -
.gitignore | 53 --
ChangeLog.rst | 5 +
EXIF.py | 2 +-
debian/changelog | 13 +
exifread/__init__.py | 2 +-
exifread/classes.py | 27 +-
exifread/tags/__init__.py | 2 +-
exifread/tags/exif.py | 4 +-
exifread/tags/makernote.py | 608 ---------------------
exifread/tags/makernote/__init__.py | 10 +
.../{makernote_apple.py => makernote/apple.py} | 0
.../{makernote_canon.py => makernote/canon.py} | 0
exifread/tags/makernote/casio.py | 64 +++
.../fujifilm.py} | 2 +-
exifread/tags/makernote/nikon.py | 247 +++++++++
exifread/tags/makernote/olympus.py | 291 ++++++++++
17 files changed, 651 insertions(+), 690 deletions(-)
delete mode 100644 .gitattributes
delete mode 100644 .gitignore
delete mode 100644 exifread/tags/makernote.py
create mode 100644 exifread/tags/makernote/__init__.py
rename exifread/tags/{makernote_apple.py => makernote/apple.py} (100%)
rename exifread/tags/{makernote_canon.py => makernote/canon.py} (100%)
create mode 100644 exifread/tags/makernote/casio.py
rename exifread/tags/{makernote_fujifilm.py => makernote/fujifilm.py} (98%)
create mode 100644 exifread/tags/makernote/nikon.py
create mode 100644 exifread/tags/makernote/olympus.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