File python-flask-restplus.changes of Package python-flask-restplus
-------------------------------------------------------------------
Mon Mar 21 06:39:45 UTC 2022 - pgajdos@suse.com
- python-mock is actually not required for build
-------------------------------------------------------------------
Thu Jan 13 08:32:42 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
- Import Mappnig and MutableMapping from collections.abc (bpo#37324)
* 004-Import-from-collections-abc.patch
-------------------------------------------------------------------
Sat Aug 14 02:31:30 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>
- Add 003-Import-from-flask-scaffold.patch to fix build with
Flask >= 2.0.0.
-------------------------------------------------------------------
Wed Apr 22 18:44:04 UTC 2020 - Petr Cervinka <petr@cervinka.net>
- Fix build without python2
- Add compatibility patches for werkzeug 1.0:
001-Fix-content-type-assertion-for-werkzeug-1.0.patch
002-Update-cached_property-import-for-werkzeug-1.0.patch
-------------------------------------------------------------------
Tue Nov 5 10:36:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Build with newer pytest:
* pytest4.patch
-------------------------------------------------------------------
Tue Sep 17 04:25:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Expand fdupes to also run on egg-info
-------------------------------------------------------------------
Sat Aug 24 04:51:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim bias and conjecture from description.
-------------------------------------------------------------------
Tue Aug 13 16:07:19 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
- Update to v0.13.0 (2019-08-13)
+ Add new Wildcard fields.
+ Fix ABC deprecation warnings.
+ Fix @api.expect(..., validate=False) decorators for an
:class:`Api` where validate=True is set on the constructor.
+ Ensure basePath is always a path.
+ Hide Namespaces with all hidden Resources from Swagger
documentation
+ Per route Swagger documentation for multiple routes on a
Resource.
-------------------------------------------------------------------
Mon Aug 12 15:47:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the version tarball to fetch it properly
- Simplify the pytest dependency
-------------------------------------------------------------------
Wed Aug 7 20:46:20 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
- Add condition for pytest3 on tumbleweed.
Tests require pytest <=4.
- Update faker minimum version requirement.
- Sub pytest-faker requirement for Faker. Benchmark tests use
Faker dependency directly.
- Add test condition. This is helpful to build the package
without tests in certain projects to prevent pulling in a
large test dependendency tree.
-------------------------------------------------------------------
Tue Jul 16 22:20:47 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
- Update to v0.12.1 (2019-07-16)
+ Initial release.