14
0
forked from pool/python-bsddb3

Accepting request 606474 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/606474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bsddb3?expand=0&rev=24
This commit is contained in:
2018-05-13 14:06:06 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4866aa32ad6ec6d5ff401d9aec8da07c4e84502298dc27f7c758545e243550e6
size 242397

3
bsddb3-6.2.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:784bf40ad935258507594a89b32ea11f362cde120751c8b96de163955ced7db8
size 237932

View File

@@ -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

View File

@@ -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