Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10739493
D6438.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D6438.id.diff
View Options
diff --git a/files/0001-Fix-build-files.patch b/files/0001-Fix-build-files.patch
--- a/files/0001-Fix-build-files.patch
+++ b/files/0001-Fix-build-files.patch
@@ -1,40 +1,42 @@
-From fc46be18ab9812f6b0f0b4f1c80ef083bc87ee49 Mon Sep 17 00:00:00 2001
-From: "F. von Gellhorn" <flinux@vongellhorn.ch>
-Date: Tue, 29 Jan 2019 11:11:30 +0100
-Subject: [PATCH 1/1] Fix build files
+From 1b81680a1eb82b1498856253d9fb92e180a83ac9 Mon Sep 17 00:00:00 2001
+From: rabinadk1 <rabin.adk1@gmail.com>
+Date: Mon, 27 May 2019 11:47:03 +0545
+Subject: [PATCH] Fixed build files
---
- setup.cfg | 2 +-
- setup.py | 2 +-
+ setup.cfg | 4 ++--
+ setup.py | 4 ++--
src/flake8/plugins/pyflakes.py | 10 ++++++++--
- 3 files changed, 10 insertions(+), 4 deletions(-)
+ 3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/setup.cfg b/setup.cfg
-index 72d040f..7159214 100644
+index ac876f0..b33a185 100644
--- a/setup.cfg
+++ b/setup.cfg
-@@ -9,7 +9,7 @@ license_file = LICENSE
- requires-dist =
- enum34; python_version<"3.4"
- configparser; python_version<"3.2"
-- pyflakes >= 2.0.0, < 2.1.0
-+ pyflakes >= 2.0.0, < 2.2.0
- pycodestyle >= 2.4.0, < 2.5.0
- mccabe >= 0.6.0, < 0.7.0
-
+@@ -13,6 +13,6 @@ license_file = LICENSE
+ requires-dist =
+ enum34; python_version<"3.4"
+ configparser; python_version<"3.2"
+- pyflakes >= 2.0.0, < 2.1.0
+- pycodestyle >= 2.4.0, < 2.5.0
++ pyflakes >= 2.0.0, < 2.2.0
++ pycodestyle >= 2.4.0, <= 2.6.0
+ mccabe >= 0.6.0, < 0.7.0
diff --git a/setup.py b/setup.py
-index e2adfbf..2340857 100644
+index e2adfbf..04ee366 100644
--- a/setup.py
+++ b/setup.py
-@@ -21,7 +21,7 @@ requires = [
+@@ -21,8 +21,8 @@ requires = [
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
- "pyflakes >= 2.0.0, < 2.1.0",
+- "pycodestyle >= 2.4.0, < 2.5.0",
+ "pyflakes >= 2.0.0, < 2.2.0",
- "pycodestyle >= 2.4.0, < 2.5.0",
++ "pycodestyle >= 2.4.0, <= 2.6.0",
"mccabe >= 0.6.0, < 0.7.0",
"setuptools >= 30",
+ ]
diff --git a/src/flake8/plugins/pyflakes.py b/src/flake8/plugins/pyflakes.py
index e2ef2c3..4435380 100644
--- a/src/flake8/plugins/pyflakes.py
@@ -78,5 +80,5 @@
@classmethod
--
-2.20.1
+2.21.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : flake8
version : 3.6.0
-release : 6
+release : 7
source :
- - https://files.pythonhosted.org/packages/source/f/flake8/flake8-3.6.0.tar.gz : 6a35f5b8761f45c5513e3405f110a86bea57982c3b75b766ce7b65217abe1670
+ - https://github.com/PyCQA/flake8/archive/3.6.0.tar.gz : c82a8b59c99e9c7862231b5739e8b1ceef6303cc1199bf508de654ad7a482ea8
license : MIT
component : programming.python
summary : Python Code Format Checking
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>flake8</Name>
<Packager>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">Python Code Format Checking</Summary>
<Description xml:lang="en">flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>flake8</Name>
@@ -164,12 +164,12 @@
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2019-01-29</Date>
+ <Update release="7">
+ <Date>2019-05-27</Date>
<Version>3.6.0</Version>
<Comment>Packaging update</Comment>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 14 2023, 8:02 PM (12 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815453
Default Alt Text
D6438.id.diff (4 KB)
Attached To
Mode
D6438: Rebuild flake8 for pycodestyle update
Attached
Detach File
Event Timeline
Log In to Comment