Trollmoves

Latest version: v7.0.0

Safety actively analyzes 714792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.12.0

Issues Closed

* [Issue 123](https://github.com/pytroll/trollmoves/issues/123) - s3downloader: download data from an s3 (object store) to localhost ([PR 124](https://github.com/pytroll/trollmoves/pull/124) by [TAlonglong](https://github.com/TAlonglong))

In this release 1 issue was closed.

Pull Requests Merged

Bugs fixed

* [PR 167](https://github.com/pytroll/trollmoves/pull/167) - Fix installation of the S3 downloader script
* [PR 166](https://github.com/pytroll/trollmoves/pull/166) - Error in destination path when dispatching to S3

Features added

* [PR 166](https://github.com/pytroll/trollmoves/pull/166) - Error in destination path when dispatching to S3
* [PR 165](https://github.com/pytroll/trollmoves/pull/165) - Make it possible to pass connection-parameters to the S3 mover
* [PR 164](https://github.com/pytroll/trollmoves/pull/164) - Remove unnecessary codecov python package install in CI
* [PR 163](https://github.com/pytroll/trollmoves/pull/163) - Handle the distapcthing of a dataset (keeping the same filenames)
* [PR 124](https://github.com/pytroll/trollmoves/pull/124) - Add S3 downloader ([123](https://github.com/pytroll/trollmoves/issues/123))

In this release 7 pull requests were closed.

0.11.0

Issues Closed

* [Issue 146](https://github.com/pytroll/trollmoves/issues/146) - Add timeout to ssh connect ([PR 147](https://github.com/pytroll/trollmoves/pull/147) by [TAlonglong](https://github.com/TAlonglong))
* [Issue 141](https://github.com/pytroll/trollmoves/issues/141) - delete default set to bool False, but is handled as a string ([PR 142](https://github.com/pytroll/trollmoves/pull/142) by [TAlonglong](https://github.com/TAlonglong))
* [Issue 111](https://github.com/pytroll/trollmoves/issues/111) - Decompression by Server fails the transfer

In this release 3 issues were closed.

Pull Requests Merged

Bugs fixed

* [PR 152](https://github.com/pytroll/trollmoves/pull/152) - Do not transform local paths to ssh-uris
* [PR 142](https://github.com/pytroll/trollmoves/pull/142) - Fix bug handling boolean as string ([141](https://github.com/pytroll/trollmoves/issues/141))
* [PR 140](https://github.com/pytroll/trollmoves/pull/140) - Add try/except around Message creation
* [PR 128](https://github.com/pytroll/trollmoves/pull/128) - Add pyinotify a hard requirement

Features added

* [PR 157](https://github.com/pytroll/trollmoves/pull/157) - Add file creation time as metadata
* [PR 147](https://github.com/pytroll/trollmoves/pull/147) - Add timeout to ssh client connect ([146](https://github.com/pytroll/trollmoves/issues/146))
* [PR 134](https://github.com/pytroll/trollmoves/pull/134) - Import `netifaces` only if used
* [PR 133](https://github.com/pytroll/trollmoves/pull/133) - Refactor the logging
* [PR 132](https://github.com/pytroll/trollmoves/pull/132) - Modernize sftp mover
* [PR 130](https://github.com/pytroll/trollmoves/pull/130) - Add a skeleton documentation for Trollmoves
* [PR 127](https://github.com/pytroll/trollmoves/pull/127) - Use dictionary config interfaces for publisher and subscriber creation

In this release 11 pull requests were closed.

0.10.0

Issues Closed

* [Issue 116](https://github.com/pytroll/trollmoves/issues/116) - Adjust move_it.py to use movers from trollmoves.movers ([PR 117](https://github.com/pytroll/trollmoves/pull/117) by [pnuu](https://github.com/pnuu))

In this release 1 issue was closed.

Pull Requests Merged

Bugs fixed

* [PR 113](https://github.com/pytroll/trollmoves/pull/113) - Fix dispatcher destination url creation and revert test config to intended value

Features added

* [PR 119](https://github.com/pytroll/trollmoves/pull/119) - Add an option to disable target directory creation
* [PR 117](https://github.com/pytroll/trollmoves/pull/117) - Use movers from the trollmoves package ([116](https://github.com/pytroll/trollmoves/issues/116))
* [PR 115](https://github.com/pytroll/trollmoves/pull/115) - Add a mover for s3:// protocol
* [PR 112](https://github.com/pytroll/trollmoves/pull/112) - Remove Python 3.7 and add Python 3.10 for running unittests

In this release 5 pull requests were closed.

0.9.0

Issues Closed

* [Issue 107](https://github.com/pytroll/trollmoves/issues/107) - Possible to handle messages with dataset
* [Issue 100](https://github.com/pytroll/trollmoves/issues/100) - Refactor unit tests ([PR 101](https://github.com/pytroll/trollmoves/pull/101) by [pnuu](https://github.com/pnuu))
* [Issue 97](https://github.com/pytroll/trollmoves/issues/97) - Adjusting the config restarts Client listeners unnecessarily ([PR 99](https://github.com/pytroll/trollmoves/pull/99) by [pnuu](https://github.com/pnuu))
* [Issue 80](https://github.com/pytroll/trollmoves/issues/80) - Move child classes of MoveItBase to respective modules within trollmoves library

In this release 4 issues were closed.

Pull Requests Merged

Bugs fixed

* [PR 108](https://github.com/pytroll/trollmoves/pull/108) - Refactor dispatcher
* [PR 99](https://github.com/pytroll/trollmoves/pull/99) - Prevent unnecessary listener reloads in Trollmoves Client ([97](https://github.com/pytroll/trollmoves/issues/97))

Features added

* [PR 109](https://github.com/pytroll/trollmoves/pull/109) - Example end-to-end test
* [PR 108](https://github.com/pytroll/trollmoves/pull/108) - Refactor dispatcher
* [PR 106](https://github.com/pytroll/trollmoves/pull/106) - Refactor mirror
* [PR 105](https://github.com/pytroll/trollmoves/pull/105) - Refactor server
* [PR 104](https://github.com/pytroll/trollmoves/pull/104) - Refactor client
* [PR 103](https://github.com/pytroll/trollmoves/pull/103) - Remove client listener callback
* [PR 102](https://github.com/pytroll/trollmoves/pull/102) - Remove six usage, reorder imports and fix flake8 warnings
* [PR 101](https://github.com/pytroll/trollmoves/pull/101) - Refactor unit tests ([100](https://github.com/pytroll/trollmoves/issues/100))
* [PR 99](https://github.com/pytroll/trollmoves/pull/99) - Prevent unnecessary listener reloads in Trollmoves Client ([97](https://github.com/pytroll/trollmoves/issues/97))

In this release 11 pull requests were closed.

0.8.1

Issues Closed

* [Issue 85](https://github.com/pytroll/trollmoves/issues/85) - Trollmoves Client shutsdown when config is modified ([PR 96](https://github.com/pytroll/trollmoves/pull/96) by [pnuu](https://github.com/pnuu))

In this release 1 issue was closed.

Pull Requests Merged

Bugs fixed

* [PR 96](https://github.com/pytroll/trollmoves/pull/96) - Stop Publisher restarting when publisher parameters are not changed ([85](https://github.com/pytroll/trollmoves/issues/85))

Features added

* [PR 96](https://github.com/pytroll/trollmoves/pull/96) - Stop Publisher restarting when publisher parameters are not changed ([85](https://github.com/pytroll/trollmoves/issues/85))

In this release 2 pull requests were closed.

0.8.0

Pull Requests Merged

Bugs fixed

* [PR 95](https://github.com/pytroll/trollmoves/pull/95) - Bugfix spare client requests

Features added

* [PR 95](https://github.com/pytroll/trollmoves/pull/95) - Bugfix spare client requests

In this release 2 pull requests were closed.

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.