Metpx-sarracenia

Latest version: v2.24.8.post2

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

Scan your dependencies

Page 3 of 13

3.0.53rc1

Note: uploaded pypi package from ubuntu 22.04... installation on older OS & python versions may
be compromised (error, will be corrected in next release.)

* (Coming Soon) RPM package for fedora core 39 (fc39)
* (Coming Soon) RPM package for Redhat Version 8 (rh8) attached here, install with rpm -ivh ... note:
* Some dependencies are not readily avialable. May have to obtain packages
from pip to get a fully functional installation. Verify with *sr3 features* after installation, to determine if everything needed is available.

* (Coming Soon) self-extracting windows installer also attached.

3.00.53rc1

* New (experimental) S3 Transfer Protocol driver.
* heavily re-factored and improved AM server.
* heavily re-factored poll

Guide:

https://metpx.github.io/sarracenia/Tutorials/Install.html

What's Changed

* Add topicPrefix to docs to fix 961 by reidsunderland in https://github.com/MetPX/sarracenia/pull/964
* Fixed "Downloading using CLI" tutorial page by mshak2 in https://github.com/MetPX/sarracenia/pull/962
* Remove threading from AMQP Consumer code by reidsunderland in https://github.com/MetPX/sarracenia/pull/965
* Run housekeeping during long sleeps by reidsunderland in https://github.com/MetPX/sarracenia/pull/969
* fix 967 define hostname as a string option, and stuff works by petersilva in https://github.com/MetPX/sarracenia/pull/970
* Add missing `tokIsYear` method from Sundew. Prevents some erronous bulletins not being filtered. by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/973
* fix 971 Add missing to list of possible process status by petersilva in https://github.com/MetPX/sarracenia/pull/972
* Re-enable AMQP consumer flow tests by reidsunderland in https://github.com/MetPX/sarracenia/pull/977
* Reject float types for Julian day value in getTime by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/979
* Housekeeping logging changes by reidsunderland in https://github.com/MetPX/sarracenia/pull/978
* Rename tests to have consistent naming by reidsunderland in https://github.com/MetPX/sarracenia/pull/981
* Add S3 Sender plugin by reidsunderland in https://github.com/MetPX/sarracenia/pull/983
* NASA PODAAC checksum change by reidsunderland in https://github.com/MetPX/sarracenia/pull/988
* Issue986 - stop converting *directory* to *path* in poll. by petersilva in https://github.com/MetPX/sarracenia/pull/987
* Issue992 - re-parse values using correct type for add_options from flow_callbacks. by petersilva in https://github.com/MetPX/sarracenia/pull/999
* No download message when not downloading by petersilva in https://github.com/MetPX/sarracenia/pull/998
* fix 982 by checking for statehost in cleanup by petersilva in https://github.com/MetPX/sarracenia/pull/996
* Issue994 unit tests broken and failing alot (but weirdly not always.) by petersilva in https://github.com/MetPX/sarracenia/pull/995
* Clarify a bit more how each component works in the documentation by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/993
* Issue997 - Eliminate retry file race condition and make AM work more like a sarracenia flow by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/1005
* Issue974 yet another scheduled_poll refactor PR by petersilva in https://github.com/MetPX/sarracenia/pull/991
* Transfer documentation and a fix for all tests... by petersilva in https://github.com/MetPX/sarracenia/pull/1009
* 982 statehost config option should be used to see pick state directory by petersilva in https://github.com/MetPX/sarracenia/pull/1003
* Native S3 transfer driver by gcglinton in https://github.com/MetPX/sarracenia/pull/1010
* Make persistent a configurable option (sr3) by reidsunderland in https://github.com/MetPX/sarracenia/pull/1013


**Full Changelog**: https://github.com/MetPX/sarracenia/compare/v3.00.52...v3.00.53rc1

Packages Available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release

3.0.52

* (Coming Soon) RPM package for fedora core 39 (fc39)
* RPM package for Redhat Version 8 (rh8) attached here, install with rpm -ivh ... note:
* Some dependencies are not readily available. May have to obtain packages
from pip to get a fully functional installation. Verify with *sr3 features* after installation, to determine if everything needed is available.

* (Coming Soon) self-extracting windows installer also attached.

3.00.52

What's Changed
* correct work description for different running components by petersilva in https://github.com/MetPX/sarracenia/pull/921
* fix 922 avoid mixing up post_exchange with exchange in display by petersilva in https://github.com/MetPX/sarracenia/pull/923
* changing defaults and documenting the consideration by petersilva in https://github.com/MetPX/sarracenia/pull/924
* fix 907 admin declare exchange by petersilva in https://github.com/MetPX/sarracenia/pull/930
* Update subscriber.rst by petersilva in https://github.com/MetPX/sarracenia/pull/929
* Issue920 fix inflight mtime not working. by petersilva in https://github.com/MetPX/sarracenia/pull/926
* Issue912 retry refilter flag by petersilva in https://github.com/MetPX/sarracenia/pull/928
* Issue920 cleanup and 912 add _isRetry by petersilva in https://github.com/MetPX/sarracenia/pull/932
* make rename field processing contingent on download option being set by petersilva in https://github.com/MetPX/sarracenia/pull/936
* Issue918 - Add plugin to rename AM bulletins properly by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/933
* adding mention of scheduled flows as an option when migrating v2 polls by petersilva in https://github.com/MetPX/sarracenia/pull/938
* fix 940 brackets wrong by petersilva in https://github.com/MetPX/sarracenia/pull/941
* Issue942 - sarra consumer writing wrong files because 'rename' field should have been deleted. by petersilva in https://github.com/MetPX/sarracenia/pull/944
* Issue934 2 reducing references to v2 (sr_subscribe, sr_watch, etc...) in documentation. by petersilva in https://github.com/MetPX/sarracenia/pull/937
* Lots of AM corrections (Renamer + AHL corrections in gather) by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/946
* Am final touches before first release by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/949
* Edit for typos and clarity by mshak2 in https://github.com/MetPX/sarracenia/pull/950
* Move AM renamer to gather. Allows us to properly use sundew variable expansions. by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/952
* Issue953 PRECONDITION_FAILED unknown delivery tag by petersilva in https://github.com/MetPX/sarracenia/pull/954
* Properly handle trailing spaces at end of bulletin headers by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/956
* Change raise_signal to os.kill for 948 by reidsunderland in https://github.com/MetPX/sarracenia/pull/957
* Add msg['post_baseUrl'] processing for 951 by reidsunderland in https://github.com/MetPX/sarracenia/pull/958
* Add plugin to poll the Copernicus Marine Data Store service by reidsunderland in https://github.com/MetPX/sarracenia/pull/959
* fix 955 check cache dir exists before cleaning it. by petersilva in https://github.com/MetPX/sarracenia/pull/960
* Add fix to handle improperly parsed station names from getStation by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/963


**Full Changelog**: https://github.com/MetPX/sarracenia/compare/v3.00.51...v3.00.52
Guide:

https://metpx.github.io/sarracenia/Tutorials/Install.html

Packages Available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx

3.0.52rc4

* (Coming Soon) RPM package for fedora core 39 (fc39)
* RPM package for Redhat Version 8 (rh8) attached here, install with rpm -ivh ... note:
* Some dependencies are not readily avialable. May have to obtain packages
from pip to get a fully functional installation. Verify with *sr3 features* after installation, to determine if everything needed is available.

* self-extracting windows installer also attached.

3.00.52rc4

What's Changed

* Change raise_signal to os.kill for 948 by reidsunderland in https://github.com/MetPX/sarracenia/pull/957
* Add msg['post_baseUrl'] processing for 951 by reidsunderland in https://github.com/MetPX/sarracenia/pull/958
* Add plugin to poll the Copernicus Marine Data Store service by reidsunderland in https://github.com/MetPX/sarracenia/pull/959
* fix 955 check cache dir exists before cleaning it. by petersilva in https://github.com/MetPX/sarracenia/pull/960
* Add fix to handle unproperly parsed station names from getStation by andreleblanc11 in https://github.com/MetPX/sarracenia/pull/963


**Full Changelog**: https://github.com/MetPX/sarracenia/compare/v3.00.52rc3...v3.00.52rc4

Guide:

https://metpx.github.io/sarracenia/Tutorials/Install.html

Packages Available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx-pre-release

Page 3 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.