diff --git a/joblib-1.0.0.tar.gz b/joblib-1.0.0.tar.gz deleted file mode 100644 index 592a02a..0000000 Binary files a/joblib-1.0.0.tar.gz and /dev/null differ diff --git a/joblib-1.1.0.tar.gz b/joblib-1.1.0.tar.gz new file mode 100644 index 0000000..cc4f56a Binary files /dev/null and b/joblib-1.1.0.tar.gz differ diff --git a/python-joblib.spec b/python-joblib.spec index 36a317e..b7d28b9 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -1,8 +1,8 @@ %global pypi_name joblib Name: python-%{pypi_name} -Version: 1.0.0 -Release: 2 +Version: 1.1.0 +Release: 1 Summary: Utilities to provide lightweight pipelining in Python License: BSD-licenced (3 clause) URL: https://joblib.readthedocs.io/en/latest/ @@ -45,6 +45,9 @@ Summary: %{summary} %{python3_sitelib}/%{pypi_name}/ %changelog +* Thu Oct 27 2022 yaoxin - 1.1.0-1 +- Upgrade to version 1.1.0 + * Wed Sep 28 2022 liangqifeng - 1.0.0-2 - fix CVE-2022-21797