Page MenuHomeSolus

D4077.id10032.diff
No OneTemporary

D4077.id10032.diff

diff --git a/files/build.patch b/files/build.patch
deleted file mode 100644
--- a/files/build.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- numpy-1.9.1/numpy/distutils/fcompiler/__init__.py~ 2014-10-26 10:36:14.000000000 -0400
-+++ numpy-1.9.1/numpy/distutils/fcompiler/__init__.py 2015-01-23 08:32:08.466409971 -0500
-@@ -184,7 +184,7 @@
- # but if it is missing then object_switch
- # will be prefixed to object file name by
- # string concatenation.
-- library_switch = "-o " # Ditto!
-+ library_switch = "-shared -lgfortran -o " # Ditto!
-
- # Switch to specify where module files are created and searched
- # for USE statement. Normally it is a string and also here ending
---- numpy-1.9.1/numpy/distutils/fcompiler/__init__.py~ 2015-01-23 08:32:08.000000000 -0500
-+++ numpy-1.9.1/numpy/distutils/fcompiler/__init__.py 2015-01-23 08:53:09.279647636 -0500
-@@ -194,7 +194,7 @@
- # Switch to specify where module files are searched for USE statement.
- module_include_switch = '-I'
-
-- pic_flags = [] # Flags to create position-independent code
-+ pic_flags = ['-fPIC'] # Flags to create position-independent code
-
- src_extensions = ['.for', '.ftn', '.f77', '.f', '.f90', '.f95', '.F', '.F90', '.FOR']
- obj_extension = ".o"
---- numpy-1.9.1/numpy/distutils/fcompiler/__init__.py~ 2015-01-23 08:53:09.000000000 -0500
-+++ numpy-1.9.1/numpy/distutils/fcompiler/__init__.py 2015-01-23 09:09:31.315370500 -0500
-@@ -179,7 +179,7 @@
- # gnu95 compiler type when there are F90 sources.
- suggested_f90_compiler = None
-
-- compile_switch = "-c"
-+ compile_switch = "-fPIC -c -lgfortran"
- object_switch = "-o " # Ending space matters! It will be stripped
- # but if it is missing then object_switch
- # will be prefixed to object file name by
---- numpy-1.10.4/numpy/distutils/system_info.py~ 2016-01-07 02:16:25.000000000 +0000
-+++ numpy-1.10.4/numpy/distutils/system_info.py 2016-03-22 16:44:47.733629864 +0000
-@@ -1742,7 +1742,7 @@
- class openblas_info(blas_info):
- section = 'openblas'
- dir_env_var = 'OPENBLAS'
-- _lib_names = ['openblas']
-+ _lib_names = ['openblas', 'gfortran']
- notfounderror = BlasNotFoundError
-
- def check_embedded_lapack(self, info):
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,22 +1,22 @@
name : numpy
-version : 1.14.5
-release : 20
+version : 1.15.2
+release : 21
source :
- - https://github.com/numpy/numpy/archive/v1.14.5.tar.gz : ce171fc7c23e24c9e559febf43db94660a0f265bde0f64a77b9c944e5c1e2d4b
+ - https://github.com/numpy/numpy/archive/v1.15.2.tar.gz : 14274c0d69fe1e0860747a3b85359990244cdb26f017f4311e0b64c39ce19d8e
license : BSD-3-Clause
component : programming.python
optimize : speed
-summary : array processing for numbers, strings, records, and objects in Python
+summary : Array processing for numbers, strings, records, and objects in Python
description: |
NumPy is an array-processing package for Python designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without the sacrifice of speed. It is built on the Numeric code base.
builddeps :
- cython
- gfortran
- python-setuptools
- - openblas-devel
+ - pkgconfig(openblas)
+rundeps :
+ - python-pytest
setup : |
- #Borrowed from Clear Linux
- %patch -p1 < $pkgfiles/build.patch
%python_setup --fcompiler=gnu95
%python3_setup --fcompiler=gnu95
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,29 +2,30 @@
<Source>
<Name>numpy</Name>
<Packager>
- <Name>Alec Scott</Name>
- <Email>alecbcs@gmail.com</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.python</PartOf>
- <Summary xml:lang="en">array processing for numbers, strings, records, and objects in Python</Summary>
+ <Summary xml:lang="en">Array processing for numbers, strings, records, and objects in Python</Summary>
<Description xml:lang="en">NumPy is an array-processing package for Python designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without the sacrifice of speed. It is built on the Numeric code base.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>numpy</Name>
- <Summary xml:lang="en">array processing for numbers, strings, records, and objects in Python</Summary>
+ <Summary xml:lang="en">Array processing for numbers, strings, records, and objects in Python</Summary>
<Description xml:lang="en">NumPy is an array-processing package for Python designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without the sacrifice of speed. It is built on the Numeric code base.
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="executable">/usr/bin/f2py2.7</Path>
<Path fileType="executable">/usr/bin/f2py3</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.14.5-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.14.5-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.14.5-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.14.5-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.15.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.15.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.15.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.15.2-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy-1.15.2-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/LICENSE.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/__config__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/__config__.pyc</Path>
@@ -46,6 +47,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/compat/py3k.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/compat/setup.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/compat/setup.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/compat/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/compat/tests/test_compat.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/conftest.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/conftest.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/__init__.py</Path>
@@ -55,6 +58,11 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/_internal.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/_methods.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/_methods.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/_multiarray_tests.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/_operand_flag_tests.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/_rational_tests.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/_struct_ufunc_tests.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/_umath_tests.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/arrayprint.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/arrayprint.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/cversions.py</Path>
@@ -107,12 +115,10 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/memmap.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/memmap.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/multiarray.so</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/multiarray_tests.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/numeric.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/numeric.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/numerictypes.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/numerictypes.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/operand_flag_tests.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/records.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/records.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/setup.py</Path>
@@ -121,9 +127,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/setup_common.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/shape_base.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/shape_base.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/struct_ufunc_test.so</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/test_rational.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/_locales.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/data/astype_copy.pkl</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/data/recarray_from_file.fits</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_abc.py</Path>
@@ -154,6 +159,7 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_records.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_regression.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_scalar_ctors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_scalarbuffer.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_scalarinherit.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_scalarmath.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_scalarprint.py</Path>
@@ -163,7 +169,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_umath_complex.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/tests/test_unicode.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/umath.so</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/umath_tests.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/umath_tests.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/core/umath_tests.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/ctypeslib.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/ctypeslib.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/distutils/__config__.py</Path>
@@ -292,6 +299,7 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/distutils/tests/test_fcompiler_intel.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/distutils/tests/test_fcompiler_nagfor.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/distutils/tests/test_from_template.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/distutils/tests/test_misc_util.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/distutils/tests/test_npy_pkg_config.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/distutils/tests/test_system_info.py</Path>
@@ -395,6 +403,7 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/f2py/tests/test_return_integer.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/f2py/tests/test_return_logical.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/f2py/tests/test_return_real.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/f2py/tests/test_semicolon_split.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/f2py/tests/test_size.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/f2py/tests/test_string.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/f2py/tests/util.py</Path>
@@ -434,6 +443,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/format.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/function_base.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/function_base.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/histograms.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/histograms.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/index_tricks.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/index_tricks.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/info.py</Path>
@@ -472,6 +483,7 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/tests/test_financial.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/tests/test_format.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/tests/test_function_base.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/tests/test_histograms.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/tests/test_index_tricks.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/tests/test_io.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/lib/tests/test_mixins.py</Path>
@@ -547,6 +559,9 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/setup.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/tests/test_defmatrix.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/tests/test_interaction.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/tests/test_masked_matrix.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/tests/test_matrix_linalg.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/tests/test_multiarray.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/tests/test_numeric.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/matrixlib/tests/test_regression.py</Path>
@@ -595,20 +610,22 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/setup.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/decorators.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/decorators.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/noseclasses.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/noseclasses.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/nosetester.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/nosetester.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/parameterized.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/parameterized.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/pytesttester.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/pytesttester.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/utils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/_private/utils.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/decorators.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/decorators.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/decorators.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/decorators.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/noseclasses.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/noseclasses.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/nosetester.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/nosetester.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/parameterized.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/parameterized.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/utils.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nose_tools/utils.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/noseclasses.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/noseclasses.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/testing/nosetester.py</Path>
@@ -632,10 +649,11 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/tests/test_warnings.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/version.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/numpy/version.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.14.5-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.14.5-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.14.5-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.14.5-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.15.2-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.15.2-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.15.2-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.15.2-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy-1.15.2-py3.6.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/LICENSE.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/__config__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/__init__.py</Path>
@@ -663,6 +681,8 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/compat/_inspect.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/compat/py3k.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/compat/setup.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/compat/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/compat/tests/test_compat.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/conftest.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/__pycache__/__init__.cpython-36.pyc</Path>
@@ -685,9 +705,15 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/__pycache__/setup.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/__pycache__/setup_common.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/__pycache__/shape_base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/__pycache__/umath_tests.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/_dummy.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/_internal.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/_methods.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/_multiarray_tests.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/_operand_flag_tests.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/_rational_tests.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/_struct_ufunc_tests.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/_umath_tests.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/arrayprint.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/cversions.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/defchararray.py</Path>
@@ -729,17 +755,14 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/machar.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/memmap.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/multiarray.cpython-36m-x86_64-linux-gnu.so</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/multiarray_tests.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/numeric.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/numerictypes.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/operand_flag_tests.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/records.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/setup.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/setup_common.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/shape_base.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/struct_ufunc_test.cpython-36m-x86_64-linux-gnu.so</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/test_rational.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/_locales.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/data/astype_copy.pkl</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/data/recarray_from_file.fits</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_abc.py</Path>
@@ -770,6 +793,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_records.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_regression.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_scalar_ctors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_scalarbuffer.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_scalarinherit.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_scalarmath.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_scalarprint.py</Path>
@@ -779,7 +803,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_umath_complex.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/tests/test_unicode.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/umath.cpython-36m-x86_64-linux-gnu.so</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/umath_tests.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/core/umath_tests.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/ctypeslib.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/__config__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/__init__.py</Path>
@@ -908,6 +932,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/tests/test_fcompiler_intel.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/tests/test_fcompiler_nagfor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/tests/test_from_template.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/tests/test_misc_util.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/tests/test_npy_pkg_config.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/distutils/tests/test_system_info.py</Path>
@@ -1010,6 +1035,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/f2py/tests/test_return_integer.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/f2py/tests/test_return_logical.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/f2py/tests/test_return_real.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/f2py/tests/test_semicolon_split.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/f2py/tests/test_size.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/f2py/tests/test_string.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/f2py/tests/util.py</Path>
@@ -1039,6 +1065,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/__pycache__/financial.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/__pycache__/format.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/__pycache__/function_base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/__pycache__/histograms.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/__pycache__/index_tricks.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/__pycache__/info.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/__pycache__/mixins.cpython-36.pyc</Path>
@@ -1064,6 +1091,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/financial.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/format.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/function_base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/histograms.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/index_tricks.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/info.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/mixins.py</Path>
@@ -1091,6 +1119,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/tests/test_financial.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/tests/test_format.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/tests/test_function_base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/tests/test_histograms.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/tests/test_index_tricks.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/tests/test_io.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/lib/tests/test_mixins.py</Path>
@@ -1160,6 +1189,9 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/setup.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_defmatrix.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_interaction.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_masked_matrix.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_matrix_linalg.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_multiarray.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_numeric.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_regression.py</Path>
@@ -1213,19 +1245,21 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/__pycache__/setup.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/__pycache__/decorators.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/__pycache__/noseclasses.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/__pycache__/nosetester.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/__pycache__/parameterized.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/__pycache__/pytesttester.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/decorators.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/noseclasses.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/nosetester.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/parameterized.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/pytesttester.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/_private/utils.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/decorators.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/__pycache__/__init__.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/__pycache__/decorators.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/__pycache__/noseclasses.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/__pycache__/nosetester.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/__pycache__/parameterized.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/__pycache__/utils.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/decorators.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/noseclasses.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/nosetester.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/parameterized.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nose_tools/utils.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/noseclasses.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/nosetester.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/numpy/testing/print_coercion_tables.py</Path>
@@ -1246,12 +1280,12 @@
</Files>
</Package>
<History>
- <Update release="20">
- <Date>2018-07-16</Date>
- <Version>1.14.5</Version>
+ <Update release="21">
+ <Date>2018-10-18</Date>
+ <Version>1.15.2</Version>
<Comment>Packaging update</Comment>
- <Name>Alec Scott</Name>
- <Email>alecbcs@gmail.com</Email>
+ <Name>Rabin Adhikari</Name>
+ <Email>rabin.adk1@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jul 11 2023, 2:07 AM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5861959
Default Alt Text
D4077.id10032.diff (38 KB)

Event Timeline