forked from pool/python-ExifRead
Accepting request 992352 from home:ohollmann:branches:devel:languages:python
Update to 3.0.0 OBS-URL: https://build.opensuse.org/request/show/992352 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ExifRead?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0f74af5040168d3883bbc980efe26d06c89f026dc86ba28eb34107662d51766
|
||||
size 38276
|
3
ExifRead-3.0.0.tar.gz
Normal file
3
ExifRead-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ac5a364169dbdf2bd62f94f5c073970ab6694a3166177f5e448b10c943e2ca4
|
||||
size 39895
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:803d2ba62269a2a4bd7e082cb5f5d1bbf35cb446c75a9be11c3368dbc87d902c
|
||||
size 33280634
|
||||
oid sha256:8fe4784fd23cadb47ab28094751bc57a6cdff9db0772fa9cc5fbd770c6180439
|
||||
size 33280293
|
||||
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 13:23:00 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
||||
- Update to 3.0.0:
|
||||
* BREAKING CHANGE: Add type hints, which removes Python2 compatibility
|
||||
* Update make_string util to clean up bad values (#128)
|
||||
* Fix Olympus SpecialMode Unknown Values (#143)
|
||||
* Remove coding system from UserComment sequence only if it is valid (#147)
|
||||
* Fixes to orientation
|
||||
* Add some EXIF tags
|
||||
* Add support for PNG files (#159)
|
||||
* Fix for HEIC Unknown Parsers (#153)
|
||||
* Handle images that has corrupted headers/tags (#152)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 27 12:36:56 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ExifRead
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-ExifRead
|
||||
Version: 2.3.2
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Module to read Exif metadata from TIFF and JPEG files
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user