Page MenuHomeSolus

D3805.diff
No OneTemporary

D3805.diff

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.6
-release : 3
+version : 3.1.0
+release : 4
source :
- - https://pypi.python.org/packages/03/6d/aafdd01edd227ee879b691455bf19895091872af7e48192bea1758c82032/setuptools_scm-1.15.6.tar.gz : 49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f
+ - https://files.pythonhosted.org/packages/source/s/setuptools_scm/setuptools_scm-3.1.0.tar.gz : 1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40
license : MIT
component : programming.python
summary : Manage your Python package versions using scm metadata
@@ -22,10 +22,12 @@
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
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ pyVer=$(python --version 2>&1 | sed -r 's|^Python (.*)\..*$|\1|')
+ PYTHONPATH=$installdir/usr/lib/python${pyVer}/site-packages py.test -v -k 'not (test_pip_download or test_old_setuptools_fails or test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works)'
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ pyVer=$(python3 --version 2>&1 | sed -r 's|^Python (.*)\..*$|\1|')
+ PYTHONPATH=$installdir/usr/lib/python${pyVer}/site-packages py.test3 -v -k 'not (test_pip_download or test_old_setuptools_fails or test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works)'
+ 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>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -23,18 +23,26 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <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-3.1.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-3.1.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-3.1.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-3.1.0-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-3.1.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm-3.1.0-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>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/__main__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/config.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/config.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/discover.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/discover.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/file_finder.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/file_finder.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/file_finder_git.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/file_finder_git.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/file_finder_hg.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/file_finder_hg.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/git.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/git.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/hacks.py</Path>
@@ -47,39 +55,51 @@
<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.6/site-packages/setuptools_scm-1.15.6-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-1.15.6-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-1.15.6-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-1.15.6-py3.6.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-1.15.6-py3.6.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-1.15.6-py3.6.egg-info/zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/win_py31_compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/setuptools_scm/win_py31_compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-3.1.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-3.1.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-3.1.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-3.1.0-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-3.1.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm-3.1.0-py3.6.egg-info/zip-safe</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/__main__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/config.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/discover.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/file_finder.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/file_finder_git.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/file_finder_hg.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/git.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/hacks.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/hg.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/integration.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/utils.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/version.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/__pycache__/win_py31_compat.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/config.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/discover.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/file_finder.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/file_finder_git.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/file_finder_hg.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/git.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/hacks.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/hg.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/integration.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/utils.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/version.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/setuptools_scm/win_py31_compat.py</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2018-01-31</Date>
- <Version>1.15.6</Version>
+ <Update release="4">
+ <Date>2018-09-06</Date>
+ <Version>3.1.0</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 18, 3:47 PM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5823936
Default Alt Text
D3805.diff (11 KB)

Event Timeline