diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,5 +1,3 @@ libc.so.6 -libpthread.so.0 -libpython2.7.so.1.0 libpython3.6m.so.1.0 libsqlite3.so.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,25 +1,20 @@ name : python-apsw -version : 3.26.0 -release : 9 +version : 3.29.0 +release : 10 source : - - https://github.com/rogerbinns/apsw/archive/3.26.0-r1.tar.gz : 77e5722dbc169f9e1191cab4b108977bb9e927a4cd512332dde20b1196e70b36 + - https://github.com/rogerbinns/apsw/archive/3.29.0-r1.tar.gz : a5715b4ff614d6bc3b19dcd73e54d5ba0c5340cdae6141ef6dd1e09b289bf7f7 license : Zlib component : programming.python summary : Another Python SQLite Wrapper description: | - APSW is a Python wrapper for the SQLite embedded relational database - engine. In contrast to other wrappers such as pysqlite it focuses on - being a minimal layer over SQLite attempting just to translate the - complete SQLite API into Python. + APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. builddeps : - pkgconfig(python3) - pkgconfig(sqlite3) build : | - %python_setup %python3_setup install : | - %python_install %python3_install check : | - %python_test - %python3_test + # https://github.com/rogerbinns/apsw/issues/275 + #python3_test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -8,39 +8,31 @@ Zlib programming.python Another Python SQLite Wrapper - APSW is a Python wrapper for the SQLite embedded relational database -engine. In contrast to other wrappers such as pysqlite it focuses on -being a minimal layer over SQLite attempting just to translate the -complete SQLite API into Python. + APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus python-apsw Another Python SQLite Wrapper - APSW is a Python wrapper for the SQLite embedded relational database -engine. In contrast to other wrappers such as pysqlite it focuses on -being a minimal layer over SQLite attempting just to translate the -complete SQLite API into Python. + APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. programming.python - /usr/lib/python2.7/site-packages/apsw-3.26.0_r1-py2.7.egg-info - /usr/lib/python2.7/site-packages/apsw.so - /usr/lib/python3.6/site-packages/apsw-3.26.0.post1-py3.6.egg-info/PKG-INFO - /usr/lib/python3.6/site-packages/apsw-3.26.0.post1-py3.6.egg-info/SOURCES.txt - /usr/lib/python3.6/site-packages/apsw-3.26.0.post1-py3.6.egg-info/dependency_links.txt - /usr/lib/python3.6/site-packages/apsw-3.26.0.post1-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/apsw-3.29.0.post1-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/apsw-3.29.0.post1-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/apsw-3.29.0.post1-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/apsw-3.29.0.post1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/apsw.cpython-36m-x86_64-linux-gnu.so - - 2019-01-07 - 3.26.0 + + 2019-10-12 + 3.29.0 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file