Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048936
D3899.id10335.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
D3899.id10335.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,24 @@
name : python-pluggy
-version : 0.6.0
-release : 3
+version : 0.8.0
+release : 4
source :
- - https://github.com/pytest-dev/pluggy/archive/0.6.0.tar.gz : 2dcdf93b644ebbd40c1679dec551b289aa502e77100af4153175ada9cac5d4ff
+ - https://github.com/pytest-dev/pluggy/archive/0.8.0.tar.gz : e6168c19449058439d7396925d022967b092c01ced703c8a3feb5521d5d2bb40
license : MIT
component : programming.python
summary : Plugin management and hook calling for Python
description: |
Plugin management and hook calling for Python
builddeps :
- - python-setuptools
+ - pytest-runner
+ - python-setuptools-scm
+environment: |
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$version
setup : |
%python_setup
%python3_setup
install : |
%python_install
%python3_install
+check : |
+ %python_test setup.py pytest
+ %python3_test setup.py pytest
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -19,31 +19,49 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.6.0-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.6.0-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.6.0-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.6.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.8.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.8.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.8.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.8.0-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.8.0-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/_tracing.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/_tracing.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/_version.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/_version.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/callers.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/callers.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.6.0-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.6.0-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.6.0-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.6.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/hooks.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/hooks.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/manager.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy/manager.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.8.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.8.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.8.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.8.0-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.8.0-py3.6.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/__pycache__/_tracing.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/__pycache__/_version.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/__pycache__/callers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/__pycache__/hooks.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/__pycache__/manager.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/_tracing.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/_version.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/callers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/hooks.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy/manager.py</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2018-01-31</Date>
- <Version>0.6.0</Version>
+ <Update release="4">
+ <Date>2018-10-28</Date>
+ <Version>0.8.0</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>
<Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 5:07 PM (2 h, 51 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803972
Default Alt Text
D3899.id10335.diff (6 KB)
Attached To
Mode
D3899: Update python-pluggy to 0.8.0
Attached
Detach File
Event Timeline
Log In to Comment