forked from pool/python-minidb
Accepting request 915483 from home:glaubitz:branches:devel:languages:python
- Update to 2.0.5 * Clean up things and set up CI (#16) * Don't use ported_eq function - Drop patches for issues fixed upstream * no_ported_eq.patch - Rename README to README.md in %files section OBS-URL: https://build.opensuse.org/request/show/915483 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minidb?expand=0&rev=11
This commit is contained in:
@@ -20,16 +20,13 @@
|
||||
%define skip_python2 1
|
||||
%bcond_without test
|
||||
Name: python-minidb
|
||||
Version: 2.0.4
|
||||
Version: 2.0.5
|
||||
Release: 0
|
||||
Summary: SQLite3-based store for Python objects
|
||||
License: ISC
|
||||
Group: Development/Languages/Python
|
||||
URL: https://thp.io/2010/minidb/
|
||||
Source: https://files.pythonhosted.org/packages/source/m/minidb/minidb-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM no_ported_eq.patch gh#thp/minidb#15 mcepl@suse.com
|
||||
# Don't use ported_eq workaround.
|
||||
Patch0: no_ported_eq.patch
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{pythons}
|
||||
BuildRequires: fdupes
|
||||
@@ -60,7 +57,7 @@ Minidb 2 allows you to store Python objects in a SQLite 3 database.
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%doc README
|
||||
%doc README.md
|
||||
%{python_sitelib}/minidb.py*
|
||||
%{python_sitelib}/minidb-%{version}-py*.egg-info
|
||||
%pycache_only %{python_sitelib}/__pycache__/minidb*.py*
|
||||
|
||||
Reference in New Issue
Block a user