diff --git a/bsddb3-6.2.5.tar.gz b/bsddb3-6.2.5.tar.gz deleted file mode 100644 index 97e1d08..0000000 --- a/bsddb3-6.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:784bf40ad935258507594a89b32ea11f362cde120751c8b96de163955ced7db8 -size 237932 diff --git a/bsddb3-6.2.6.tar.gz b/bsddb3-6.2.6.tar.gz new file mode 100644 index 0000000..6245f09 --- /dev/null +++ b/bsddb3-6.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05 +size 239099 diff --git a/python-bsddb3.changes b/python-bsddb3.changes index c67fef5..8203b5c 100644 --- a/python-bsddb3.changes +++ b/python-bsddb3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 23 09:27:27 UTC 2018 - tchvatal@suse.com + +- Version Update to 6.2.6: + * Correctly detect berkley db + * Python 3.7 tested and explicitly supported + ------------------------------------------------------------------- Thu May 10 17:08:25 UTC 2018 - toddrme2178@gmail.com diff --git a/python-bsddb3.spec b/python-bsddb3.spec index fc27d3b..2df47e4 100644 --- a/python-bsddb3.spec +++ b/python-bsddb3.spec @@ -18,19 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bsddb3 -Version: 6.2.5 +Version: 6.2.6 Release: 0 Summary: Python interface for Berkeley DB License: BSD-3-Clause Group: Development/Libraries/Python -Url: http://pypi.python.org/pypi/bsddb3 +URL: http://pypi.python.org/pypi/bsddb3 #Freecode-URL: https://www.jcea.es/programacion/pybsddb.htm Source: https://files.pythonhosted.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: python3-testsuite BuildRequires: db-devel BuildRequires: python-rpm-macros - +BuildRequires: python3-testsuite %python_subpackages %description @@ -62,19 +61,17 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %install %python_install -rm -rf %{buildroot}%{python_sitearch}/bsddb3/tests # Remove wrongly packaged tests +%python_expand rm -rf %{buildroot}%{$python_sitearch}/bsddb3/tests %check %python_exec test.py %files %{python_files} -%defattr(-,root,root,-) %doc ChangeLog README.txt TODO.txt docs/* %license licenses.txt LICENSE.txt %{python_sitearch}/* %files %{python_files devel} -%defattr(-,root,root,-) %license licenses.txt LICENSE.txt %{_includedir}/python%{python_version}*/bsddb3