From e7afebee54769ac11e6c614f95b0d00bd2979ed2a52308161e93a91cb6a35e05 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Sep 2021 11:57:51 +0000 Subject: [PATCH] - README.md evaporated upstream. - Use GitHub tarball (for tests). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minidb?expand=0&rev=13 --- minidb-2.0.5.tar.gz | 4 ++-- python-minidb.changes | 6 ++++++ python-minidb.spec | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/minidb-2.0.5.tar.gz b/minidb-2.0.5.tar.gz index 259ef7c..1bbd9a1 100644 --- a/minidb-2.0.5.tar.gz +++ b/minidb-2.0.5.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30fe89216eb141d5daae3efab2193589043408a2ab33af79654811b81994e964 -size 11957 +oid sha256:ce14281cea2595ad0a805a5e4e9d2542ed0c10babb5d3d39ef63c40a286c717d +size 16799 diff --git a/python-minidb.changes b/python-minidb.changes index 2f2d308..32440e0 100644 --- a/python-minidb.changes +++ b/python-minidb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 9 11:49:43 UTC 2021 - Matej Cepl + +- README.md evaporated upstream. +- Use GitHub tarball (for tests). + ------------------------------------------------------------------- Wed Sep 1 12:57:53 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-minidb.spec b/python-minidb.spec index 755a857..47fbc0e 100644 --- a/python-minidb.spec +++ b/python-minidb.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define modname minidb %define skip_python2 1 %bcond_without test Name: python-minidb @@ -26,7 +27,7 @@ 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 +Source: https://github.com/thp/%{modname}/archive/refs/tags/%{version}.tar.gz#/%{modname}-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: %{pythons} BuildRequires: fdupes @@ -53,7 +54,7 @@ Minidb 2 allows you to store Python objects in a SQLite 3 database. %if %{with test} %check -%pytest test/test_minidb.py +%pytest -v %endif %files %{python_files}