diff --git a/bsddb3-6.2.4.tar.gz b/bsddb3-6.2.4.tar.gz deleted file mode 100644 index 6f43b23..0000000 --- a/bsddb3-6.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4866aa32ad6ec6d5ff401d9aec8da07c4e84502298dc27f7c758545e243550e6 -size 242397 diff --git a/bsddb3-6.2.5.tar.gz b/bsddb3-6.2.5.tar.gz new file mode 100644 index 0000000..97e1d08 --- /dev/null +++ b/bsddb3-6.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784bf40ad935258507594a89b32ea11f362cde120751c8b96de163955ced7db8 +size 237932 diff --git a/python-bsddb3.changes b/python-bsddb3.changes index 0dcb11b..c67fef5 100644 --- a/python-bsddb3.changes +++ b/python-bsddb3.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 10 17:08:25 UTC 2018 - toddrme2178@gmail.com + +- Update to 6.2.5 + * We should be able to install inside a PYPY virtualenv. + Reported by Zhihao Yuan. +- Use license tag + ------------------------------------------------------------------- Thu Aug 31 06:28:17 UTC 2017 - toddrme2178@gmail.com diff --git a/python-bsddb3.spec b/python-bsddb3.spec index 6bbec61..fc27d3b 100644 --- a/python-bsddb3.spec +++ b/python-bsddb3.spec @@ -1,7 +1,7 @@ # # spec file for package python-bsddb3 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bsddb3 -Version: 6.2.4 +Version: 6.2.5 Release: 0 Summary: Python interface for Berkeley DB License: BSD-3-Clause @@ -69,11 +69,13 @@ rm -rf %{buildroot}%{python_sitearch}/bsddb3/tests # Remove wrongly packaged tes %files %{python_files} %defattr(-,root,root,-) -%doc ChangeLog licenses.txt LICENSE.txt README.txt TODO.txt docs/* +%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 %changelog