forked from pool/python-apsw
Accepting request 836063 from home:frispete:python
- 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/836063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
73b4c204c2
commit
78c41c6ff7
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9906788d613396e3fdebac196d051cf18a22f30fb9c6674ff050646c942e1eb8
|
||||
size 308214
|
||||
3
apsw-3.33.0-r1.tar.gz
Normal file
3
apsw-3.33.0-r1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1eb1b587f1c5246a5a3e1b66bd3ad87b2a73f3c7b1654268772af72449ea1975
|
||||
size 310551
|
||||
@@ -1,4 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
%{?!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
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://github.com/rogerbinns/apsw/
|
||||
Source: https://github.com/rogerbinns/apsw/archive/%{tarver}.tar.gz
|
||||
Source: https://github.com/rogerbinns/apsw/releases/download/%{tarver}/apsw-%{tarver}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user