From 5391a45bb638f4d43ec37082a4239d5ea8e2132a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:44:52 +0100 Subject: [PATCH] rebuilt with py3 and py36 packages [release 3.28.0_r1-2mamba;Wed Aug 28 2019] --- python-apsw.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/python-apsw.spec b/python-apsw.spec index b11cedf..d73b63e 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -1,7 +1,7 @@ %define pkgver %(echo %version | tr _ -) Name: python-apsw Version: 3.28.0_r1 -Release: 1mamba +Release: 2mamba Summary: Another Python SQLite Wrapper Group: System/Libraries Vendor: openmamba @@ -21,6 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary} for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. +%if "%{?with_pyver}" +%pyver_package +%endif + %prep %setup -q -n apsw-%{version} @@ -38,16 +42,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so - -## note: eventually add the remaining documents (if any) -# %changelog +* Wed Aug 28 2019 Silvan Calarco 3.28.0_r1-2mamba +- rebuilt with py3 and py36 packages + * Sun Aug 18 2019 Silvan Calarco 3.28.0_r1-1mamba - update to 3.28.0_r1