| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Build with newer pytest: * pytest4.patch
- Fix the version tarball to fetch it properly - Simplify the pytest dependency
- Build with newer pytest: * pytest4.patch
- Expand fdupes to also run on egg-info
- Trim bias and conjecture from description.
- 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.
- Fix the version tarball to fetch it properly - Simplify the pytest dependency
- 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.
- Update to v0.12.1 (2019-07-16) + Initial release.
- 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