diff --git a/python-safety.spec b/python-safety.spec index f2d10fec4d0d608780c474da5863cb5ebc4ba409..3b6e790e12c37b69c70118d312f5530712d28ed1 100644 --- a/python-safety.spec +++ b/python-safety.spec @@ -1,13 +1,13 @@ %global pypi_name safety Name: python-%{pypi_name} -Version: 3.6.1 +Version: 3.7.0 Release: 1 Summary: Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected. License: MIT URL: https://github.com/pyupio/safety -Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/safety/safety-%{version}.tar.gz BuildArch: noarch @@ -80,6 +80,9 @@ k="${k-}${k+ and }not test_get_packages_licenses_without_api_key" %changelog +* Tue Dec 02 2025 zhangzeyang0718 - 3.7.0-1 +- Update to 3.7.0 + * 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.7.0.tar.gz b/safety-3.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cd02dc839e60668af798b139edc5e0594f6f5809 Binary files /dev/null and b/safety-3.7.0.tar.gz differ