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 7 of 13

3.0.50rc1

* RPM package for Redhat Version 8 attached here, install with rpm -ivh ... note:
* in the environments we use, EPEL is not available, so many dependencies are omitted, 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.50rc1

Summary

* on newer OS and python verison, this release changes nothing.
* emergency fix 857 which cause many problems on older operating systems, essentially unusable.
* switching to a pre-release scheme for versioning... so this version will not be tagged "latest" but instead rc1, and labelled as a pre-release in github and pypi.

What's Changed
* Issue857 - fixes for python3.6 incompatibility with regex matches and deepcopy. by petersilva in https://github.com/MetPX/sarracenia/pull/858
* will not show up in pypi.org by default, you need to specify the exact version.
* uploading to "MetPX-Pre-Release" launchpad PPA repository, instead of the stable "MetPX" one.
* installation instructions below are appropriately adjusted.
* re-instated testing on older operating systems that had been dropped last spring as a result of loss
of availability in github.


**Full Changelog**: https://github.com/MetPX/sarracenia/compare/v3.00.49...v3.00.50rc1


Installation

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

3.00.49

Summary

* bugfixes to support flowcb/poll/airnow.py
* bugfixes to support flowcb/flow/wiski.py
* better integration with sr3_tools.

CAVEAT:
* BUG on python 3.6... do not use on RHEL8 or ubuntu18x (details 857 )

What's Changed
* plugin fixes from ddsr dev work... by petersilva in https://github.com/MetPX/sarracenia/pull/849
* typo, change old to new by reidsunderland in https://github.com/MetPX/sarracenia/pull/850
* Issue854 sr3_tools stuff should not be killed by sr3 stop, or sr3 sanity. by petersilva in https://github.com/MetPX/sarracenia/pull/855
* result of andre and peter working on ddsr-dev transition. by petersilva in https://github.com/MetPX/sarracenia/pull/852

**Full Changelog**: https://github.com/MetPX/sarracenia/compare/v3.00.48...v3.00.49


Installation

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

packages available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx
PyPI: https://pypi.org/project/metpx-sr3/

3.00.48

Summary
* fixed settings like directory, ${1} type substitutions from v2 were misinterpreted in v3.
* better compatibility with v2 SFTP configurations & conversion.
* better messages for selective sr3 stop.

Caveat

* bug do not use on python 3.6 ... used by redhat 8 and ubuntu18... for more details see 857


What's Changed
* Fix one problem related to 639 is relative paths being absoluted... by petersilva in https://github.com/MetPX/sarracenia/pull/837
* fixing Issue 839 - fixing positional grouping in sr3 by petersilva in https://github.com/MetPX/sarracenia/pull/840
* Config print file name/line numbers ... doing a stacking thing also (for includes) by petersilva in https://github.com/MetPX/sarracenia/pull/844
* Issue841 sr3 convert add / do end of post_baseUrl. by petersilva in https://github.com/MetPX/sarracenia/pull/842
* fix 846 better messages when selectively stopping components by petersilva in https://github.com/MetPX/sarracenia/pull/847

**Full Changelog**: https://github.com/MetPX/sarracenia/compare/v3.00.47...v3.00.48


Installation

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

packages available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx
PyPI: https://pypi.org/project/metpx-sr3/

3.00.47

Summary

* --dangerWillRobinson now requires a number argument to say how many configurations
the user thinks they are changing. (prevents *sr3 --dangerWillRobinson remove* from removing everything.)
* broker side queue metric now available.
* self-cleanup for metrics files.
* fix for log files printing wrong information about exchange on publish.

What's Changed
* Issue808 setup on start by petersilva in https://github.com/MetPX/sarracenia/pull/814
* Issue816 - poll improve how permCopy/timeCopy work by petersilva in https://github.com/MetPX/sarracenia/pull/820
* adding class so octal values print intuitively. by petersilva in https://github.com/MetPX/sarracenia/pull/822
* Issue649 - create a metric for broker side queued message count, and report in sr3 status by petersilva in https://github.com/MetPX/sarracenia/pull/818
* Issue817 - have logRotate* apply to metrics files too. by petersilva in https://github.com/MetPX/sarracenia/pull/819
* for 803: remove setup command, it is just an undocumented alias by petersilva in https://github.com/MetPX/sarracenia/pull/821
* First attempt at switching to AMQP consumers instead of using basic_get by reidsunderland in https://github.com/MetPX/sarracenia/pull/823
* Issue828 - log message printing the wrong exchange. by petersilva in https://github.com/MetPX/sarracenia/pull/830


**Full Changelog**: https://github.com/MetPX/sarracenia/compare/v3.00.46...v3.00.47

Installation

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

packages available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx
PyPI: https://pypi.org/project/metpx-sr3/




Installation

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

packages available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx
PyPI: https://pypi.org/project/metpx-sr3/

3.00.46

What's Changed
* closes 796, 791 incorrect messages published after transfer with mirror off.
* closes 793 move metrics to sub-directory (for Greg's work on cloud)
* fixes for windows executable generation.
* branch re-org: v03 now assumed, so *development* replaces v03_wip
* github container repository (GHCR) updates... "latest" now versioned.
* GHCR development snapshot image now available.
* GHCR both images built from _base image that does all dependencies.
* closes 811 - documentated default wrong for acceptUnmatch.
* closes 809 - flow_api_consumer example crashing.
* closes 804 - warning message on poll with exchange name mismatch.
* closes 802 - adds POST_BROKER_USER variable.

**Full Changelog**: https://github.com/MetPX/sarracenia/compare/v3.00.45...v3.00.46



Installation

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

packages available:

Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx
PyPI: https://pypi.org/project/metpx-sr3/

Page 7 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.