diff --git a/peewee-3.15.2.tar.gz b/peewee-3.15.2.tar.gz deleted file mode 100644 index bb72ae9..0000000 --- a/peewee-3.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd48a227de5784f630aff1edd2805d438ecc21ffd05b11917eca821b94d50083 -size 905707 diff --git a/peewee-3.15.3.tar.gz b/peewee-3.15.3.tar.gz new file mode 100644 index 0000000..6c9d6fc --- /dev/null +++ b/peewee-3.15.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9577a705eef21e702afe23f762fbecbd6fbb6def93005c99eca11cc0c1c3cbb9 +size 906883 diff --git a/python-peewee.changes b/python-peewee.changes index ad33a59..0bf59fd 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam +Fri Oct 28 19:52:59 UTC 2022 - Yogalakshmi Arunachalam - Update to 3.15.3 Add scalars() query method (complements scalar()), roughly equivalent to writing [t[0] for t in query.tuples()]. @@ -8,6 +8,9 @@ Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam Fix innocuous failing Sqlite test on big-endian machines. View commits +------------------------------------------------------------------- +Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam + - Update to 3.15.2 Fix bug where field-specific conversions were being applied to the pattern used for LIKE / ILIKE operations. Refs #2609 Fix possible infinite loop when accidentally invoking the __iter__ method on certain Column subclasses. Refs #2606 diff --git a/python-peewee.spec b/python-peewee.spec index 3df27b7..dc1a547 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-peewee -Version: 3.15.2 +Version: 3.15.3 Release: 0 Summary: An expressive ORM that supports multiple SQL backends License: BSD-3-Clause