forked from pool/python-pynamodb
- version update to 5.3.4
* lot of changes, see
https://github.com/pynamodb/PynamoDB/blob/master/docs/release_notes.rst
- python-six is not required (https://trello.com/c/MO53MocR/143-remove-python3-six)
OBS-URL: https://build.opensuse.org/request/show/1042443
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-pynamodb?expand=0&rev=12
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 12 18:15:28 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 5.3.4
|
|
* lot of changes, see
|
|
https://github.com/pynamodb/PynamoDB/blob/master/docs/release_notes.rst
|
|
- python-six is not required (https://trello.com/c/MO53MocR/143-remove-python3-six)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Only build Python3 flavors for distributions 15 and greater
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 8 09:39:01 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 4.3.3
|
|
* Add type stubs for indexing into a ``ListAttribute`` for
|
|
forming conditional expressions (#774)
|
|
* Fix a warning about ``collections.abc`` deprecation (#782)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 3 15:17:46 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 4.3.2
|
|
* Fix discrepancy between runtime and type-checker's perspective of Index and derived types
|
|
* Add ListAttribute.remove_indexes action for removing specific indexes from a ListAttribute
|
|
* Type stub fixes
|
|
* Prevent integration tests from being packaged
|
|
* Various documentation fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 27 08:31:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 4.3.1:
|
|
* Added support for moto through implementing the botocore "before-send" hook.
|
|
* Performance improvements to UTCDateTimeAttribute deserialization. (#610)
|
|
* Suppress Python 3 exception chaining when "re-raising" botocore errors as PynamoDB model exceptions (#705)
|
|
* Use urllib3 instead of requests module from botocore
|
|
* Future python versions compatibility
|
|
- Drop no longer needed no_vendored_requests.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 29 16:41:51 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Initial version
|
|
- Add no_vendored_requests.patch
|
|
use system requests since we remove the vendored version
|
|
from: https://github.com/pynamodb/PynamoDB/pull/566
|
|
|