Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-apsw for openSUSE:Factory checked in at 2021-07-31 18:51:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-apsw (Old) and /work/SRC/openSUSE:Factory/.python-apsw.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-apsw" Sat Jul 31 18:51:20 2021 rev:10 rq:909441 version:3.35.4_r1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-apsw/python-apsw.changes 2020-12-29 15:53:52.396283931 +0100 +++ /work/SRC/openSUSE:Factory/.python-apsw.new.1899/python-apsw.changes 2021-07-31 18:51:22.566531515 +0200 @@ -1,0 +2,13 @@ +Fri Jun 25 06:20:00 UTC 2021 - ecsos <ec...@opensuse.org> + +- Update to 3.35.4-r1: + - Updates for SQLite download url (the year is part of the urls). + - Added enable flag for built-in SQL math functions, and enable + it by default with ???enable-all-extensions. + - Use the newer buffer API for Python 3 + (old API removed in Python 3.10). +- Fix loadable extensions are missing, + so insert --enable-all-extensions and --enable=load_extension. + See: https://rogerbinns.github.io/apsw/build.html#building + +------------------------------------------------------------------- Old: ---- 3.34.0-r1.tar.gz New: ---- 3.35.4-r1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-apsw.spec ++++++ --- /var/tmp/diff_new_pack.brOjwN/_old 2021-07-31 18:51:23.042530945 +0200 +++ /var/tmp/diff_new_pack.brOjwN/_new 2021-07-31 18:51:23.042530945 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-apsw # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define tarver 3.34.0-r1 +%define tarver 3.35.4-r1 Name: python-apsw -Version: 3.34.0_r1 +Version: 3.35.4_r1 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib @@ -44,12 +44,16 @@ %build export CFLAGS="%{optflags} -fno-strict-aliasing" -%python_build +#%%python_build +%{python_expand $python setup.py build --enable-all-extensions --enable=load_extension} %install %python_install %check +# python setup.py test is in this case very complicated home-brewn, +# and using unittest, so it shouldn't be affected by changes in +# setuptools. export CFLAGS="%{optflags} -fno-strict-aliasing" %{python_expand $python setup.py build_ext --inplace $python setup.py test ++++++ 3.34.0-r1.tar.gz -> 3.35.4-r1.tar.gz ++++++ ++++ 14312 lines of diff (skipped)