Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10846807
D9622.id23185.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D9622.id23185.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : pycodestyle
-version : 2.5.0
-release : 7
+version : 2.6.0
+release : 8
source :
- - https://github.com/PyCQA/pycodestyle/archive/2.5.0.tar.gz : a603453c07e8d8e15a43cf062aa7174741b74b4a27b110f9ad03d74d519173b5
+ - https://github.com/PyCQA/pycodestyle/archive/2.6.0.tar.gz : 08347fbc48cc92afd33117c1e8af9b99b292a4e5889f6b776f402e062fc39c97
license : MIT
component : programming.python
summary : Python style guide checker
@@ -10,16 +10,10 @@
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8.
builddeps :
- pkgconfig(python3)
- - python-setuptools
+ - pytest-runner
build : |
%python3_setup
- %python_setup
install : |
%python3_install
- for _f in $installdir/usr/bin/*; do
- mv -v $_f ${_f}3
- done
- %python_install
check : |
- %python_test
- %python3_test
+ %python3_test pytest3
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>pycodestyle</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,34 +20,24 @@
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="executable">/usr/bin/pycodestyle</Path>
- <Path fileType="executable">/usr/bin/pycodestyle3</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle-2.5.0-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle-2.5.0-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle-2.5.0-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle-2.5.0-py2.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle-2.5.0-py2.7.egg-info/namespace_packages.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle-2.5.0-py2.7.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle-2.5.0-py2.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pycodestyle.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/__pycache__/pycodestyle.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.5.0-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.5.0-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.5.0-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.5.0-py3.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.5.0-py3.7.egg-info/namespace_packages.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.5.0-py3.7.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.5.0-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.6.0-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.6.0-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.6.0-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.6.0-py3.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.6.0-py3.7.egg-info/namespace_packages.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.6.0-py3.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle-2.6.0-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/pycodestyle.py</Path>
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2020-01-25</Date>
- <Version>2.5.0</Version>
+ <Update release="8">
+ <Date>2020-09-10</Date>
+ <Version>2.6.0</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
Details
Attached
Mime Type
text/plain
Expires
Jun 12 2023, 7:44 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792247
Default Alt Text
D9622.id23185.diff (5 KB)
Attached To
Mode
D9622: Update pycodestyle to 2.6.0 and drop python2 support
Attached
Detach File
Event Timeline
Log In to Comment