diff --git a/python-safety.spec b/python-safety.spec index 30dc50a8c4602234688c003ba6b242fbe43a7f7b..f2d10fec4d0d608780c474da5863cb5ebc4ba409 100644 --- a/python-safety.spec +++ b/python-safety.spec @@ -1,8 +1,8 @@ %global pypi_name safety Name: python-%{pypi_name} -Version: 3.6.0 -Release: 2 +Version: 3.6.1 +Release: 1 Summary: Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected. License: MIT @@ -80,6 +80,9 @@ k="${k-}${k+ and }not test_get_packages_licenses_without_api_key" %changelog +* Wed Sep 10 2025 liutao1 - 3.6.1-1 +- Import rich_utils as a module and don't access as an attribute + * Thu Aug 14 2025 Dongxing Wang - 3.6.0-2 - Add pytest -vv and check testcase duration diff --git a/safety-3.6.0.tar.gz b/safety-3.6.0.tar.gz deleted file mode 100644 index 029a2ee6b3f7e2fe5bacd1c511c23fc5cb995e7c..0000000000000000000000000000000000000000 Binary files a/safety-3.6.0.tar.gz and /dev/null differ diff --git a/safety-3.6.1.tar.gz b/safety-3.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..562e666f01413c01c67307be65e243bda2cc7531 Binary files /dev/null and b/safety-3.6.1.tar.gz differ