Accepting request 667064 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/667064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peewee?expand=0&rev=5
This commit is contained in:
commit
b360b2615a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a91c3ccff43ab71f08196aba1d17dd2548079744d54adc33d511db1c30b446ba
|
|
||||||
size 2167702
|
|
3
peewee-3.8.2.tar.gz
Normal file
3
peewee-3.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f8e3f512ee0d4e2d9c2008ea446d69e23c9535466367b991d452825a1ddb654
|
||||||
|
size 816562
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 18 22:09:07 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>
|
||||||
|
|
||||||
|
- Update to 3.8.2:
|
||||||
|
* The default row-type for INSERT queries executed with a non-default
|
||||||
|
RETURNING clause has changed from tuple to Model instances. This
|
||||||
|
makes INSERT behavior consistent with UPDATE and DELETE queries
|
||||||
|
that specify a RETURNING clause.
|
||||||
|
* Removing support for the table_alias model Meta option.
|
||||||
|
* Added playhouse.shortcuts.ReconnectMixin, which can be used to
|
||||||
|
implement automatic reconnect under certain error conditions.
|
||||||
|
* Fix SQL generation bug when using an inline window function in
|
||||||
|
the ORDER BY clause of a query.
|
||||||
|
* Fix possible zero-division in user-defined implementation of
|
||||||
|
BM25 ranking algorithm for SQLite full-text search.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 8 20:05:48 UTC 2018 - Alexei Podvalsky <avvissu@yandex.by>
|
Mon Oct 8 20:05:48 UTC 2018 - Alexei Podvalsky <avvissu@yandex.by>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-peewee
|
Name: python-peewee
|
||||||
Version: 3.7.1
|
Version: 3.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An expressive ORM that supports multiple SQL backends
|
Summary: An expressive ORM that supports multiple SQL backends
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,7 +29,6 @@ BuildRequires: %{python_module Cython}
|
|||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user