forked from pool/python-django-rest-framework-client
add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1163199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-rest-framework-client?expand=0&rev=10
61 lines
2.4 KiB
Plaintext
61 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Mar 28 05:47:05 UTC 2024 - Max Lin <mlin@suse.com>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 22 23:17:39 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.10.0:
|
|
* Add support to use a permanent Token.
|
|
* Fix bug using BaseFacade
|
|
* Fix bug using old Facade instead of BaseFacade
|
|
* Add isort and Black as formatter
|
|
* Add static BaseFacade class to allow access to API class and BaseMain
|
|
options
|
|
* Remove support for Python 3.8.
|
|
* Add set of `raw_*` methods that do not process results.
|
|
* Migrated to Python 3.10, Python 2 is not supported anymore
|
|
* Resource class methods respect additional `**kwargs` and `extra_headers`
|
|
parameters and pass them on to the underlying `requests` methods
|
|
* Fix to support `http://` schema in the server url
|
|
* Add USE_DASHES option to automatically replace underscores ("_") with
|
|
dashes ("-")
|
|
* Allow `delete()` method to accept optional `payload`
|
|
* Fix BaseMain Login method
|
|
* Add base_main helper
|
|
* Add method to be able to support resource names with "-" in the name
|
|
* Support Login based on usernames or email keys
|
|
* Drop support for Python 2. Test on v3.8 and v3.9
|
|
* Remove dependency on unitest2
|
|
- Switch to autosetup and pyproject macros.
|
|
- Drop patch python-django-rest-framework-client-no-unittest2.patch, no longer
|
|
required.
|
|
- Refresh python-django-rest-framework-client-no-mock.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 12 08:20:41 UTC 2022 - pgajdos@suse.com
|
|
|
|
- to not require python-mock for build
|
|
- added patches
|
|
fix https://github.com/dkarchmer/django-rest-framework-client/issues/7
|
|
+ python-django-rest-framework-client-no-mock.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 7 03:47:57 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Skip Tumbleweed Python 3.6 incompatible with Django 4
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 1 12:15:50 UTC 2020 - pgajdos@suse.com
|
|
|
|
- use %pytest macro
|
|
- added patches
|
|
unittest2 is not neccessary for python3
|
|
+ python-django-rest-framework-client-no-unittest2.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 11 23:23:06 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.1.1
|