diff --git a/python-safety.spec b/python-safety.spec index f2d10fec4d0d608780c474da5863cb5ebc4ba409..4ec50ed23c2899405841149d731d5e3ecb4a1464 100644 --- a/python-safety.spec +++ b/python-safety.spec @@ -1,7 +1,7 @@ %global pypi_name safety Name: python-%{pypi_name} -Version: 3.6.1 +Version: 3.6.2 Release: 1 Summary: Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected. @@ -80,6 +80,12 @@ k="${k-}${k+ and }not test_get_packages_licenses_without_api_key" %changelog +* Tue Nov 4 2025 Hann - 3.6.2-1 +- Update Package to version 3.6.2 +- Allow passing package and tool location +- Add firewall support for NPM +- Replace deprecated pkg_resources with importlib.metadata + * Wed Sep 10 2025 liutao1 - 3.6.1-1 - Import rich_utils as a module and don't access as an attribute diff --git a/safety-3.6.1.tar.gz b/safety-3.6.1.tar.gz deleted file mode 100644 index 562e666f01413c01c67307be65e243bda2cc7531..0000000000000000000000000000000000000000 Binary files a/safety-3.6.1.tar.gz and /dev/null differ diff --git a/safety-3.6.2.tar.gz b/safety-3.6.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..44cfc1ef0fb41dee59cb4bff2cde847c8ab28ec0 Binary files /dev/null and b/safety-3.6.2.tar.gz differ