Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10769163
D1441.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
D1441.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : python-setuptools-scm
-version : 1.15.0
-release : 1
+version : 1.15.6
+release : 2
source :
- - https://pypi.python.org/packages/80/b7/31b6ae5fcb188e37f7e31abe75f9be90490a5456a72860fa6e643f8a3cbc/setuptools_scm-1.15.0.tar.gz : daf12d05aa2155a46aa357453757ffdc47d87f839e62114f042bceac6a619e2f
+ - https://pypi.python.org/packages/03/6d/aafdd01edd227ee879b691455bf19895091872af7e48192bea1758c82032/setuptools_scm-1.15.6.tar.gz : 49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f
license : MIT
component : programming.python
summary : Manage your Python package versions using scm metadata
@@ -11,6 +11,10 @@
declaring them as the version argument or in a scm managed file.
It also handles file finders for the supported scm.
builddeps :
+ - git # check
+ - mercurial # check
+ - pip # check
+ - python-pytest # check
- python-setuptools
build : |
%python_setup
@@ -18,3 +22,10 @@
install : |
%python_install
%python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ PYTHONPATH=$installdir/usr/lib/python2.7/site-packages py.test -v
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ PYTHONPATH=$installdir/usr/lib/python3.5/site-packages py.test3 -v
+ popd
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>python-setuptools-scm</Name>
<Packager>
- <Name>Federico D. Schonborn</Name>
- <Email>federico.d.schonborn@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -23,12 +23,12 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.0-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.0-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.0-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.0-py2.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.0-py2.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.0-py2.7.egg-info/zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.6-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.6-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.6-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.6-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.6-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-1.15.6-py2.7.egg-info/zip-safe</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/__main__.py</Path>
@@ -47,12 +47,12 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/utils.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/version.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/version.pyc</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.0-py3.5.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.0-py3.5.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.0-py3.5.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.0-py3.5.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.0-py3.5.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.0-py3.5.egg-info/zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.6-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.6-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.6-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.6-py3.5.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.6-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm-1.15.6-py3.5.egg-info/zip-safe</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/setuptools_scm/__pycache__/__init__.cpython-35.pyc</Path>
@@ -74,12 +74,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2017-02-04</Date>
- <Version>1.15.0</Version>
+ <Update release="2">
+ <Date>2017-11-24</Date>
+ <Version>1.15.6</Version>
<Comment>Packaging update</Comment>
- <Name>Federico D. Schonborn</Name>
- <Email>federico.d.schonborn@gmail.com</Email>
+ <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
May 21 2023, 1:25 PM (11 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5819945
Default Alt Text
D1441.diff (6 KB)
Attached To
Mode
D1441: Update python-setuptools-scm to 1.15.6
Attached
Detach File
Event Timeline
Log In to Comment