15
0
forked from pool/python-apsw

Accepting request 836079 from devel:languages:python

- Fix the source url to really match reality

- Update to 3.33.0-r1:
  * Small performance improvement in string handling
  * apsw module exposes Cursor, Blob, and Backup types (issue #273)
  * pkg-config is used to detect International Components for
    Unicode (ICU) sdk when the SQLite ICU extension is enabled. It
    falls back to icu-config as before. (issue #268).
- Update to 3.32.2-r2:
  * Added some constants
  * Minor documentation updates
- Fix source URL

OBS-URL: https://build.opensuse.org/request/show/836079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apsw?expand=0&rev=8
This commit is contained in:
2020-09-23 16:40:28 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9906788d613396e3fdebac196d051cf18a22f30fb9c6674ff050646c942e1eb8
size 308214

3
3.33.0-r1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1eb1b587f1c5246a5a3e1b66bd3ad87b2a73f3c7b1654268772af72449ea1975
size 310551

View File

@@ -1,4 +1,22 @@
-------------------------------------------------------------------
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>
- Update to 3.33.0-r1:
* Small performance improvement in string handling
* apsw module exposes Cursor, Blob, and Backup types (issue #273)
* pkg-config is used to detect International Components for
Unicode (ICU) sdk when the SQLite ICU extension is enabled. It
falls back to icu-config as before. (issue #268).
- Update to 3.32.2-r2:
* Added some constants
* Minor documentation updates
- Fix source URL
-------------------------------------------------------------------
Tue Mar 3 09:44:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update the sqlite dependency

View File

@@ -17,9 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define tarver 3.31.1-r1
%define tarver 3.33.0-r1
Name: python-apsw
Version: 3.31.1_r1
Version: 3.33.0_r1
Release: 0
Summary: Another Python SQLite Wrapper
License: Zlib
@@ -30,7 +30,7 @@ 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