Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048938
D3899.id9643.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.id9643.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,30 @@
name : python-pluggy
-version : 0.6.0
-release : 3
+version : 0.7.1
+release : 4
source :
- - https://github.com/pytest-dev/pluggy/archive/0.6.0.tar.gz : 2dcdf93b644ebbd40c1679dec551b289aa502e77100af4153175ada9cac5d4ff
+ - https://github.com/pytest-dev/pluggy/archive/0.7.1.tar.gz : 1a2fb97e0e5fbade8fdcb0ae04447600b6947c91637622da7d629dc14ea67252
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
setup : |
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$version
%python_setup
%python3_setup
install : |
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$version
%python_install
%python3_install
+check : |
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$version
+ pushd $PKG_BUILD_DIR/py2build
+ python setup.py pytest
+ popd
+
+ pushd $PKG_BUILD_DIR/py3build
+ python3 setup.py pytest
+ popd
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,47 @@
</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.7.1-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.7.1-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.7.1-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pluggy-0.7.1-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.7.1-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.7.1-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.7.1-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pluggy-0.7.1-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-09-23</Date>
+ <Version>0.7.1</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
5819552
Default Alt Text
D3899.id9643.diff (6 KB)
Attached To
Mode
D3899: Update python-pluggy to 0.8.0
Attached
Detach File
Event Timeline
Log In to Comment