forked from pool/python-sqlite-utils
Accepting request 940401 from home:pgajdos:python
- version update to 3.19 * lot of changes, see changelog.rst in the package or https://github.com/simonw/sqlite-utils/blob/main/docs/changelog.rst OBS-URL: https://build.opensuse.org/request/show/940401 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite-utils?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 14 07:51:51 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 3.19
|
||||||
|
* lot of changes, see changelog.rst in the package or
|
||||||
|
https://github.com/simonw/sqlite-utils/blob/main/docs/changelog.rst
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 18 08:32:36 UTC 2021 - andy great <andythe_great@pm.me>
|
Thu Feb 18 08:32:36 UTC 2021 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-sqlite-utils
|
Name: python-sqlite-utils
|
||||||
Version: 3.5
|
Version: 3.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python CLI tool and library for manipulating SQLite databases
|
Summary: Python CLI tool and library for manipulating SQLite databases
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -31,7 +31,6 @@ BuildRequires: %{python_module click-default-group}
|
|||||||
BuildRequires: %{python_module click}
|
BuildRequires: %{python_module click}
|
||||||
BuildRequires: %{python_module hypothesis}
|
BuildRequires: %{python_module hypothesis}
|
||||||
BuildRequires: %{python_module pandas}
|
BuildRequires: %{python_module pandas}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module sqlite-fts4}
|
BuildRequires: %{python_module sqlite-fts4}
|
||||||
@@ -44,7 +43,7 @@ Requires: python-click-default-group
|
|||||||
Requires: python-sqlite-fts4
|
Requires: python-sqlite-fts4
|
||||||
Requires: python-tabulate
|
Requires: python-tabulate
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -53,6 +52,8 @@ CLI tool and Python utility functions for manipulating SQLite databases.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n sqlite-utils-%{version}
|
%setup -q -n sqlite-utils-%{version}
|
||||||
|
# https://github.com/simonw/sqlite-utils/issues/357
|
||||||
|
sed -i 's:pytest-runner:pytest:' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@@ -73,7 +74,7 @@ export LANG=en_US.UTF-8
|
|||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md docs
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/sqlite-utils
|
%python_alternative %{_bindir}/sqlite-utils
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
3
sqlite-utils-3.19.tar.gz
Normal file
3
sqlite-utils-3.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:509099fce5f25faada6e76b6fb90e8ef5ba0f1715177933a816718be0c8e7244
|
||||||
|
size 153401
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8bd4a74fe0dc40e72e8d5db96c3fd2355d6e440d8881f8925a11169500b94e20
|
|
||||||
size 113420
|
|
Reference in New Issue
Block a user