diff --git a/pylint-2.1.1.tar.gz b/pylint-2.1.1.tar.gz deleted file mode 100644 index 35e1d0f..0000000 --- a/pylint-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31142f764d2a7cd41df5196f9933b12b7ee55e73ef12204b648ad7e556c119fb -size 555770 diff --git a/pylint-2.2.2.tar.gz b/pylint-2.2.2.tar.gz new file mode 100644 index 0000000..7adbac4 --- /dev/null +++ b/pylint-2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689de29ae747642ab230c6d37be2b969bf75663176658851f456619aacf27492 +size 568313 diff --git a/python-pylint.changes b/python-pylint.changes index c24901d..f4205d2 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 6 14:37:20 UTC 2018 - Tomáš Chvátal + +- Update to 2.2.2: + * Black is more used + * Many bugfixes + * For details see Changelog + ------------------------------------------------------------------- Thu Dec 6 14:35:39 UTC 2018 - Tomáš Chvátal diff --git a/python-pylint.spec b/python-pylint.spec index 55b975a..e51171e 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -19,14 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pylint -Version: 2.1.1 +Version: 2.2.2 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0-or-later Group: Development/Languages/Python URL: https://github.com/pycqa/pylint Source: https://files.pythonhosted.org/packages/source/p/pylint/pylint-%{version}.tar.gz -BuildRequires: %{python_module astroid >= 2.0} +BuildRequires: %{python_module astroid >= 2.1} BuildRequires: %{python_module editdistance} BuildRequires: %{python_module isort >= 4.2.5} BuildRequires: %{python_module mccabe} @@ -36,7 +36,7 @@ BuildRequires: %{python_module six} BuildRequires: %{python_module typed-ast} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-astroid >= 2.0 +Requires: python-astroid >= 2.1 Requires: python-editdistance Requires: python-isort >= 4.2.5 Requires: python-mccabe @@ -66,8 +66,6 @@ feature. %prep %setup -q -n pylint-%{version} -# https://github.com/PyCQA/pylint/issues/2499 -rm -f pylint/test/functional/using_constant_test.py %build %python_build