Overview

Request 646837 accepted

- Add oldsetuptools.patch to fix build on Leap 42.3 and SLE_12_SP3
- Update to 0.9.13
- Added support for Sigma X3F file format.
- Added support for installing into a Python virtual environment.
See the file README.rst for installation instructions. Thanks
to Matthias Homann for his code contribution.
- Fix bug #1797479: New version check results in confusing
messages on stderr when pip is not installed. Thanks to Eli
Schwartz for the fix.
- Added Deepin to supported Linux distributions.
- Fixed bug #1801504: PyQt5_sip not installed or upgraded for
local user when system copy already installed (bug seen on
Fedora 29).
- Import sip regardless of whether it is the private sip bundled
with PyQt5 or a separate sip installation.
- changes from 0.9.12
- Added support for Canon CR3 format. Requires ExifTool 10.87 or
newer. See the release notes for details on upgrading
ExifTool. Note: program performance with CR3 files is notably
slower than other photo file formats. Other photo file formats
are read using the high performance library exiv2 to read
metadata and extract thumbnails. Unfortunately exiv2 does not
yet support the CR3 format. Exiv2 0.28 will support the CR3
format.
- Fixed bug #1790351: Video date time metadata not parsed
correctly when 'DST' appears in time zone component.
- Added support for FFF and IIQ raw formats.
- The MOS and MRW formats are now handled by ExifTool, not exiv2.
- Better handle Exif date time values that unwisely deviate from
the Exif Version 2.3 specification, e.g. Hasselblad files.
- Fixed bug #1790278: File renaming and subfolder generation
editor breaks with Python 3.7.
- Updated installation script to use "loose" instead of "strict"
Python version checking.
- Fixed bug in installation script where a system installed Rapid
Photo Downloader package was not being uninstalled.
- Fixed bug #1791131: Report fatal camera access problem without
crashing
- Improved install.py script to install libmediainfo0 on openSUSE
where the package exists.
- changes from 0.9.11
- Added CentOS 7.5 as supported Linux distribution. See the
release notes for installation instructions.
- Add weekday as locale's abbreviated and full name to file
renaming and subfolder generation options.
- Correct mistake in fixing bug #1775654: optional dependencies
listed in setup.py as required.
- Fix bug #1787707: install.py does not handle installer tar path
with spaces.
- Improve detection of openSUSE in install.py script.
- Better handle file managers that do not allow the selection of
files using command line arguments, which is important for
desktops like Mate, LXDE, and XFCE.
- Provide sensible fallback when system erroneously reports
default file manager.
- Updated Brazilian Portuguese, Czech, Dutch, French, Japanese,
Kabyle, Norwegian Nynorsk, and Spanish translations.
- changes from 0.9.10
- Fix bug #1784175: Make application compatible with changes to
sip introduced in PyQt 5.11, and do not install PyQt 5.11 on
systems with Python 3.5.3 or older.
- Fix bug #1775654: optional dependencies listed in setup.py as
required.
- Fix bug #1755915: Crash while accessing non-existant SQL
database 'cache' while exiting.
- Fix bug #1764167: Division by zero error when scanning device
that does not report its size
- Fix bug #1774411: splash screen covering name-dialog when set
to auto- download
- Fixed bug in Appstream specification.
- Updated German translation.
- refresh disable-version-check.patch

Request History
Luigi Baldoni's avatar

alois created request

- Add oldsetuptools.patch to fix build on Leap 42.3 and SLE_12_SP3
- Update to 0.9.13
- Added support for Sigma X3F file format.
- Added support for installing into a Python virtual environment.
See the file README.rst for installation instructions. Thanks
to Matthias Homann for his code contribution.
- Fix bug #1797479: New version check results in confusing
messages on stderr when pip is not installed. Thanks to Eli
Schwartz for the fix.
- Added Deepin to supported Linux distributions.
- Fixed bug #1801504: PyQt5_sip not installed or upgraded for
local user when system copy already installed (bug seen on
Fedora 29).
- Import sip regardless of whether it is the private sip bundled
with PyQt5 or a separate sip installation.
- changes from 0.9.12
- Added support for Canon CR3 format. Requires ExifTool 10.87 or
newer. See the release notes for details on upgrading
ExifTool. Note: program performance with CR3 files is notably
slower than other photo file formats. Other photo file formats
are read using the high performance library exiv2 to read
metadata and extract thumbnails. Unfortunately exiv2 does not
yet support the CR3 format. Exiv2 0.28 will support the CR3
format.
- Fixed bug #1790351: Video date time metadata not parsed
correctly when 'DST' appears in time zone component.
- Added support for FFF and IIQ raw formats.
- The MOS and MRW formats are now handled by ExifTool, not exiv2.
- Better handle Exif date time values that unwisely deviate from
the Exif Version 2.3 specification, e.g. Hasselblad files.
- Fixed bug #1790278: File renaming and subfolder generation
editor breaks with Python 3.7.
- Updated installation script to use "loose" instead of "strict"
Python version checking.
- Fixed bug in installation script where a system installed Rapid
Photo Downloader package was not being uninstalled.
- Fixed bug #1791131: Report fatal camera access problem without
crashing
- Improved install.py script to install libmediainfo0 on openSUSE
where the package exists.
- changes from 0.9.11
- Added CentOS 7.5 as supported Linux distribution. See the
release notes for installation instructions.
- Add weekday as locale's abbreviated and full name to file
renaming and subfolder generation options.
- Correct mistake in fixing bug #1775654: optional dependencies
listed in setup.py as required.
- Fix bug #1787707: install.py does not handle installer tar path
with spaces.
- Improve detection of openSUSE in install.py script.
- Better handle file managers that do not allow the selection of
files using command line arguments, which is important for
desktops like Mate, LXDE, and XFCE.
- Provide sensible fallback when system erroneously reports
default file manager.
- Updated Brazilian Portuguese, Czech, Dutch, French, Japanese,
Kabyle, Norwegian Nynorsk, and Spanish translations.
- changes from 0.9.10
- Fix bug #1784175: Make application compatible with changes to
sip introduced in PyQt 5.11, and do not install PyQt 5.11 on
systems with Python 3.5.3 or older.
- Fix bug #1775654: optional dependencies listed in setup.py as
required.
- Fix bug #1755915: Crash while accessing non-existant SQL
database 'cache' while exiting.
- Fix bug #1764167: Division by zero error when scanning device
that does not report its size
- Fix bug #1774411: splash screen covering name-dialog when set
to auto- download
- Fixed bug in Appstream specification.
- Updated German translation.
- refresh disable-version-check.patch


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto added repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Saul Goodman's avatar

licensedigger accepted review

ok


Jan Engelhardt's avatar

jengelh accepted review


Dominique Leuenberger's avatar

dimstar_suse added as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:68"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked openSUSE:Factory:Staging:adi:68


Repo Checker's avatar

repo-checker accepted review

cycle and install check passed


Dominique Leuenberger's avatar

dimstar_suse accepted review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse approved review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse accepted request

Accept to openSUSE:Factory

openSUSE Build Service is sponsored by