Package Release Info

python-flask-restplus-0.13.0-bp152.1.7

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-flask-restplus
python3-flask-restplus

Change Logs

* Tue Nov 05 2019 Tomá? Chvátal <tchvatal@suse.com>
- Build with newer pytest:
  * pytest4.patch
* Tue Sep 17 2019 John Vandenberg <jayvdb@gmail.com>
- Expand fdupes to also run on egg-info
* Sat Aug 24 2019 Jan Engelhardt <jengelh@inai.de>
- Trim bias and conjecture from description.
* Tue Aug 13 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 2019 Tomá? Chvátal <tchvatal@suse.com>
- Fix the version tarball to fetch it properly
- Simplify the pytest dependency
* Wed Aug 07 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 2019 Sean Marlow <sean.marlow@suse.com>
- Update to v0.12.1 (2019-07-16)
  + Initial release.