Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pyexiftool to v0.5.6 #1052

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
PyExifTool (changelog) ==0.4.9 -> ==0.5.6 age adoption passing confidence

Release Notes

sylikc/pyexiftool (PyExifTool)

v0.5.6

Compare Source

Released to PyPI

  • New Feature: ExifTool.set_json_loads() used to override built-in json.loads() call in ExifTool.execute_json(), so that users can use their JSON library of choice, or pass additional parameters to the call
  • Changed: ujson is no longer automatically used when available. Call set_json_loads(ujson.loads) to enable manually.
  • Docs: Updated FAQ set_json_loads with use case of ExifTool.set_json_loads(). The FAQ documents in detail the issue reported at https://github.com/sylikc/pyexiftool/issues/76 which necessitated the new feature.

v0.5.5

Compare Source

Released to PyPI

  • (No functional changes to the API or methods)
  • Update: Huge speed increase to the ExifTool.execute() method especially when lots of data is being returned by the exiftool subprocess. 10x or bigger improvements based on benchmarks in the reported issue https://github.com/sylikc/pyexiftool/issues/60

v0.5.4

Compare Source

Released to PyPI

  • New Feature: added raw_bytes parameter to ExifTool.execute() to return bytes only with no decoding conversion.
  • Changed: ExifTool.execute() now accepts both [str,bytes]. When given str, it will encode according to the ExifTool.encoding property.
    • Technical change: Popen() no longer uses an -encoding parameter, therefore working with the socket is back to bytes when interfacing with the exiftool subprocess. This should be invisible to most users as the default behavior will still be the same.
  • Changed: ExifToolHelper.execute() now accepts Any type, and will do a str() on any non-str parameter.
  • Tests: Created associated test with a custom makernotes example to write and read back bytes.
  • Docs: Updated documentation with comprehensive samples, and a better FAQ section for common problems.

v0.5.3

Compare Source

Released to PyPI

  • Quite a few docstring changes
  • ExifToolHelper's get_tags() and set_tags() checks tag names to prevent inadvertent write behavior. See Documentation on Exceptions to get an idea how the change makes using PyExifTool safer!
  • Renamed a few of the errors to make sure the errors are explicit
    • ProcessStateError -> ExifToolProcessStateError
    • new ExifToolExecuteException for all execute() related errors which returns stdout, stderr, returncode, cmd of offending command
      • OutputEmpty -> ExifToolOutputEmptyError
      • OutputNotJSON -> ExifToolJSONInvalidError
  • ExifToolHelper() has some static helper methods which can be used when extending the class (ExifToolAlpha.set_keywords_batch() demonstrates a sample usage).
  • setup.py tweaked to make it Beta rather than Alpha
  • ExifToolAlpha.get_tag() updated to make it more robust.
  • Fixed ujson compatibility
  • Cleaned up and refactored testing.

v0.5.2

Compare Source

Released to PyPI

  • Docstrings have been completely updated. Documentation has been extensively overhauled and is now current to the latest version. View it at https://sylikc.github.io/pyexiftool/
  • ExifToolHelper() gets set_tags() method.
  • ExifToolHelper() will check_execute status code by default and raise ExifToolExecuteError on a non-zero exit status. This should give feedback as to whether the underlying exiftool process encountered an error or succeeded.

v0.5.0

Compare Source

Released to PyPI

Major refactor / rewrite of ExifTool. Lots of things changed. Check COMPATIBILITY.txt for more info.

While it is not directly backwards-compatible with v0.4.x, most use cases will only require minor changes to your existing code.

  • Python 3.6+ required
  • exiftool 12.15+ required

v0.4.13

Compare Source

Released to PyPI

Minor bugfixes, residual from early code contributions. See CHANGELOG.md for more details.

NOTE: Barring any critical bug, this is expected to be the LAST Python 2 supported release!

v0.4.11

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

sonarcloud bot commented Dec 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

sonarcloud bot commented Jan 7, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot changed the title Update dependency PyExifTool to v0.5.6 chore(deps): update dependency pyexiftool to v0.5.6 May 12, 2024
@renovate renovate bot force-pushed the renovate/pyexiftool-0.x branch from d708cea to b81081f Compare May 18, 2024 20:41
Copy link

sonarcloud bot commented May 18, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@derneuere derneuere closed this May 18, 2024
Copy link
Contributor Author

renovate bot commented May 18, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==0.5.6). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/pyexiftool-0.x branch May 18, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant