Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
pylint: Autospec creation for version 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrus75 authored and clrpackages committed Jun 2, 2021
1 parent 866de02 commit ba862b7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
19 changes: 19 additions & 0 deletions deps.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
--- pylint-2.8.3/setup.cfg~ 2021-05-31 19:00:00.000000000 +0000
+++ pylint-2.8.3/setup.cfg 2021-06-01 16:56:24.011094171 +0000
@@ -41,7 +41,7 @@
[options]
packages = find:
install_requires =
- astroid==2.5.6
+ astroid
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1
--- pylint-2.8.3/pylint.egg-info/requires.txt~ 2021-05-31 18:59:59.000000000 +0000
+++ pylint-2.8.3/pylint.egg-info/requires.txt 2021-06-01 16:56:42.615093912 +0000
@@ -1,4 +1,4 @@
-astroid==2.5.6
+astroid
isort<6,>=4.2.5
mccabe<0.7,>=0.6
toml>=0.7.1
6 changes: 4 additions & 2 deletions pylint.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Name : pylint
Version : 2.8.3
Release : 100
Release : 101
URL : https://files.pythonhosted.org/packages/18/a7/2bf9363ec428818abd27a64ec44c84b13bf1c10df01c402f08391aa1d07c/pylint-2.8.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/18/a7/2bf9363ec428818abd27a64ec44c84b13bf1c10df01c402f08391aa1d07c/pylint-2.8.3.tar.gz
Summary : python code static checker
Expand All @@ -26,6 +26,7 @@ BuildRequires : isort
BuildRequires : mccabe
BuildRequires : setuptools_scm-python
BuildRequires : toml
Patch1: deps.patch

%description
=============================================
Expand Down Expand Up @@ -75,13 +76,14 @@ python3 components for the pylint package.
%prep
%setup -q -n pylint-2.8.3
cd %{_builddir}/pylint-2.8.3
%patch1 -p1

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1622561105
export SOURCE_DATE_EPOCH=1622566724
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
100
101
1 change: 1 addition & 0 deletions series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deps.patch

0 comments on commit ba862b7

Please sign in to comment.