diff --git a/pylint.spec b/pylint.spec index 3a0d27a1a9728ad72d2e1bd29ae3393932537d81..75bab1efa14c52f7f3dbe7a2d405439a923d9206 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,5 +1,5 @@ Name: pylint -Version: 2.17.2 +Version: 2.17.5 Release: 1 Summary: Analyzes Python code looking for bugs and signs of poor quality License: GPLv2+ @@ -16,7 +16,7 @@ BuildRequires: python3-editables BuildRequires: python3-hatch-vcs BuildRequires: python3-hatchling # For tests -BuildRequires: python3-astroid >= 2.12.1 +BuildRequires: python3-astroid >= 2.15.5 BuildRequires: python3-dill BuildRequires: python3-isort BuildRequires: python3-mccabe @@ -42,13 +42,13 @@ Additionally, it is possible to write plugins to add your own checks. %package -n python3-%{name} Summary: %{summary} -Requires: python3-astroid >= 2.12.1 +Requires: python3-astroid >= 2.15.5 Requires: python3-dill Requires: python3-setuptools Requires: python3-mccabe Requires: python3-isort Requires: python3-tomlkit -Obsoletes: python3-pylint-gui < 1.7 +Obsoletes: python3-pylint-gui %{?python_provide:%python_provide python3-%{name}} %description -n python3-%{name} @@ -97,6 +97,9 @@ done %{_bindir}/*-%{python3_version} %changelog +* Wed Aug 9 2023 shangjiwei - 2.17.5-1 +- update to 2.17.5 + * Mon May 15 2023 Dongxing Wang - 2.17.2-1 - update to 2.17.2 diff --git a/v2.17.2.tar.gz b/v2.17.2.tar.gz deleted file mode 100644 index c0cecc9d65669e997cea9957e4538f99fd93d346..0000000000000000000000000000000000000000 Binary files a/v2.17.2.tar.gz and /dev/null differ diff --git a/v2.17.5.tar.gz b/v2.17.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0fd5ee67ace406cda63f4b06004833a6285f100f Binary files /dev/null and b/v2.17.5.tar.gz differ