Page MenuHomeSolus

D9620.id23183.diff
No OneTemporary

D9620.id23183.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : flake8
-version : 3.7.8
-release : 8
+version : 3.8.3
+release : 9
source :
- - https://files.pythonhosted.org/packages/8d/a7/99222c9200af533c1ecb1120d99adbd1c033b57296ac5cb39d121db007a8/flake8-3.7.8.tar.gz : 19241c1cbc971b9962473e4438a2ca19749a7dd002dd1a946eaba171b4114548
+ - https://github.com/PyCQA/flake8/archive/3.8.3.tar.gz : 5eb1cec9c6f8e5ea3176ec711a2ea785a13b3e717adb47830cff0809dfc8409e
license : MIT
component : programming.python
summary : Python Code Format Checking
@@ -14,29 +14,15 @@
- pycodestyle
- pyflakes
- pytest-runner
- - python-configparser
- - python-entrypoints
- - python-enum34
- - python-functools32
- python-mock
- - python-setuptools
rundeps :
- mccabe
- pycodestyle
- pyflakes
- - python-entrypoints
- - python-configparser
- - python-enum34
- - python-functools32
+ - python-importlib-metadata
build : |
%python3_setup
- %python_setup
install : |
%python3_install
- for _f in $installdir/usr/bin/*; do
- mv -v $_f ${_f}3
- done
- %python_install
check : |
%python3_test pytest3
- %python_test pytest
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>flake8</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -20,83 +20,17 @@
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="executable">/usr/bin/flake8</Path>
- <Path fileType="executable">/usr/bin/flake83</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8-3.7.8-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8-3.7.8-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8-3.7.8-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8-3.7.8-py2.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8-3.7.8-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8-3.7.8-py2.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/__main__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/__main__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/api/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/api/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/api/legacy.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/api/legacy.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/checker.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/checker.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/defaults.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/defaults.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/exceptions.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/exceptions.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/formatting/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/formatting/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/formatting/base.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/formatting/base.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/formatting/default.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/formatting/default.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/application.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/application.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/cli.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/cli.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/debug.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/debug.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/git.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/git.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/mercurial.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/mercurial.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/options.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/options.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/setuptools_command.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/setuptools_command.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/vcs.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/main/vcs.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/options/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/options/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/options/aggregator.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/options/aggregator.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/options/config.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/options/config.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/options/manager.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/options/manager.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/plugins/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/plugins/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/plugins/manager.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/plugins/manager.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/plugins/pyflakes.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/plugins/pyflakes.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/processor.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/processor.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/statistics.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/statistics.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/style_guide.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/style_guide.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/utils.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/flake8/utils.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.7.8-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.7.8-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.7.8-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.7.8-py3.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.7.8-py3.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.7.8-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.8.3-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.8.3-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.8.3-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.8.3-py3.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.8.3-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/flake8-3.8.3-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/__main__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/_compat.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/checker.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/defaults.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/exceptions.cpython-37.pyc</Path>
@@ -104,6 +38,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/statistics.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/style_guide.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/__pycache__/utils.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/flake8/_compat.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/api/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/api/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/flake8/api/__pycache__/legacy.cpython-37.pyc</Path>
@@ -156,12 +91,12 @@
</Files>
</Package>
<History>
- <Update release="8">
- <Date>2020-01-25</Date>
- <Version>3.7.8</Version>
+ <Update release="9">
+ <Date>2020-09-10</Date>
+ <Version>3.8.3</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 18 2023, 2:29 AM (12 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5821800
Default Alt Text
D9620.id23183.diff (12 KB)

Event Timeline