15
0
forked from pool/python-apsw

- Fix the source url to really match reality

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal
2020-09-22 11:55:21 +00:00
committed by Git OBS Bridge
parent 78c41c6ff7
commit 712bdff28f
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 22 11:54:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the source url to really match reality
-------------------------------------------------------------------
Tue Sep 22 10:29:18 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>

View File

@@ -25,12 +25,12 @@ Summary: Another Python SQLite Wrapper
License: Zlib
Group: Development/Libraries/Python
URL: https://github.com/rogerbinns/apsw/
Source: https://github.com/rogerbinns/apsw/releases/download/%{tarver}/apsw-%{tarver}.tar.gz
Source: https://github.com/rogerbinns/apsw/archive/%{tarver}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: sqlite3-devel >= 3.30
BuildRequires: pkgconfig(sqlite3) >= 3.30
%python_subpackages
%description