[packages/pylint] - up to 2.7.2
baggins
baggins at pld-linux.org
Wed Mar 3 10:01:29 CET 2021
commit 3de32017717d59b84d1739e00d3ce23db44c4eaf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Mar 3 10:01:16 2021 +0100
- up to 2.7.2
pylint-deps.patch | 11 -----------
pylint.spec | 12 +++++-------
2 files changed, 5 insertions(+), 18 deletions(-)
---
diff --git a/pylint.spec b/pylint.spec
index ce1bbde..2e67c04 100644
--- a/pylint.spec
+++ b/pylint.spec
@@ -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
diff --git a/pylint-deps.patch b/pylint-deps.patch
deleted file mode 100644
index 3af1a91..0000000
--- a/pylint-deps.patch
+++ /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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pylint.git/commitdiff/3de32017717d59b84d1739e00d3ce23db44c4eaf
More information about the pld-cvs-commit
mailing list