python-peewee/python-peewee.changes
Ondřej Súkup 6d2b3b3dd7 Accepting request 618741 from home:awissu:branches:devel:languages:python:misc
- Update to 3.5.0:
  * see: /usr/share/package/python-peewee/CHANGELOG.md
- Build with dependencies: sqlite3, cython
- Build with python3 and python2 (singlespec)
- Drop the noarch package (arch-independent-package-contains-binary-or-object)
- Spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/618741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=1
2018-06-25 08:54:04 +00:00

35 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------
Sat Jun 23 19:32:23 UTC 2018 - avvissu@yandex.by
- Update to 3.5.0:
* see: /usr/share/package/python-peewee/CHANGELOG.md
- Build with dependencies: sqlite3, cython
- Build with python3 and python2 (singlespec)
- Drop the noarch package (arch-independent-package-contains-binary-or-object)
- Spec file cleanup
-------------------------------------------------------------------
Fri Aug 14 15:11:22 UTC 2015 - i@marguerite.su
- update version 2.6.3
* read https://github.com/coleifer/peewee/releases
-------------------------------------------------------------------
Mon Apr 28 12:41:04 UTC 2014 - i@marguerite.su
- update version 2.2.3
* New migrations module
* Added a return value to Model.save() indicating number of rows
affected.
* Added a date_trunc() method that works for Sqlite.
* Added a Model.sqlall() class-method to return all the SQL to
generate the model/indices.
* bugfixes
-------------------------------------------------------------------
Sun Apr 20 16:21:08 UTC 2014 - i@marguerite.su
- initial version 2.2.2
* see https://github.com/coleifer/peewee/commits/master for details