]> git.pld-linux.org Git - packages/pylint.git/commitdiff
- up to 2.7.2
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 3 Mar 2021 09:01:16 +0000 (10:01 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 3 Mar 2021 09:01:16 +0000 (10:01 +0100)
pylint-deps.patch [deleted file]
pylint.spec

diff --git a/pylint-deps.patch b/pylint-deps.patch
deleted file mode 100644 (file)
index 3af1a91..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- pylint-pylint-2.4.4/setup.py.orig  2019-11-13 08:34:55.000000000 +0100
-+++ pylint-pylint-2.4.4/setup.py       2020-03-29 11:42:25.260627325 +0200
-@@ -142,7 +142,7 @@
-         cmdclass=cmdclass,
-         extras_require=extras_require,
-         test_suite="test",
--        python_requires=">=3.5.*",
-+        python_requires=">=3.5.0",
-         setup_requires=["pytest-runner"],
-         tests_require=["pytest"],
-         **kwargs
index ce1bbde7909d3a8609afa1ec18ffc91f0038cde4..2e67c04ae74b1515c6d5b4a17cfca51a96c372ff 100644 (file)
@@ -6,17 +6,16 @@
 Summary:       Python tool that checks if a module satisfy a coding standard
 Summary(pl.UTF-8):     Narzędzie Pythona sprawdzające zgodność modułu ze standardem kodowania
 Name:          pylint
-Version:       2.4.4
-Release:       2
+Version:       2.7.2
+Release:       1
 License:       GPL v2+
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/pylint/
 Source0:       https://github.com/PyCQA/pylint/archive/%{name}-%{version}.tar.gz
-# Source0-md5: 21edaf9a0e5d836a23731f81c6bc48c2
-Patch0:                %{name}-deps.patch
+# Source0-md5: 0fab5226a8148f38914f9ebc701f659f
 URL:           http://www.pylint.org/
-BuildRequires: python3-astroid >= 2.3.0
-BuildRequires: python3-astroid < 2.4
+BuildRequires: python3-astroid >= 2.5.1
+BuildRequires: python3-astroid < 2.6
 BuildRequires: python3-devel >= 1:3.5
 BuildRequires: python3-mccabe
 BuildRequires: python3-modules >= 1:3.5
@@ -90,7 +89,6 @@ Dokumentacja do pylinta.
 
 %prep
 %setup -q -n pylint-pylint-%{version}
-%patch0 -p1
 
 %build
 %py3_build
This page took 0.111813 seconds and 4 git commands to generate.