28 Commits

Author SHA256 Message Date
Ana Guerrero
4c56c027a0 Accepting request 1224216 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/1224216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=12
2024-11-15 14:41:57 +00:00
16ea3eceeb - Add Replace-pytz-with-zoneinfo-datetime-timezone.patch
* from: https://github.com/python-restx/flask-restx/pull/622
  * Fixes testfailure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=24
2024-11-14 14:02:32 +00:00
Ana Guerrero
cb54ad4af1 Accepting request 1146665 from devel:languages:python:flask
- Update to 1.3.0:
  * Fixing werkzeug 3 deprecated version import. Import is replaced by new
    style version check with importlib (#573) [Ryu-CZ]
  * Fixing flask 3.0+ compatibility of `ModuleNotFoundError: No module
    named 'flask.scaffold'` Import error. (#567) [Ryu-CZ]
  * Fix wrong status code and message on responses when handling
    `HTTPExceptions` (#569) [lkk7]
  * Python 3.12 support. [foarsitter]
  * Fixing test as HTTP Header MIMEAccept expects quality-factor number
    in form of `X.X` (#547) [chipndell]
  * Drop support for python 3.7
- Drop patch support-new-werkzeug.patch, now included upstream.

OBS-URL: https://build.opensuse.org/request/show/1146665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=11
2024-02-15 20:00:28 +00:00
Steve Kowalik
e1285f892f actually delete patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=22
2024-02-14 23:42:31 +00:00
Steve Kowalik
5cf30d20ed - Update to 1.3.0:
* Fixing werkzeug 3 deprecated version import. Import is replaced by new
    style version check with importlib (#573) [Ryu-CZ]
  * Fixing flask 3.0+ compatibility of `ModuleNotFoundError: No module
    named 'flask.scaffold'` Import error. (#567) [Ryu-CZ]
  * Fix wrong status code and message on responses when handling
    `HTTPExceptions` (#569) [lkk7]
  * Python 3.12 support. [foarsitter]
  * Fixing test as HTTP Header MIMEAccept expects quality-factor number
    in form of `X.X` (#547) [chipndell]
  * Drop support for python 3.7
- Drop patch support-new-werkzeug.patch, now included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=21
2024-02-12 05:01:51 +00:00
Dominique Leuenberger
5d2ddce88d Accepting request 1101124 from devel:languages:python:flask
- Update to 1.1.0:
  * Update Swagger-UI to latest version to fix several security
    vulnerabiltiies.
  * Fix minor bug introduced in 1.0.5 that changed the behaviour of how
    flask-restx propagates exceptions. (#512)
  * Add support for Python 3.11 (requires update to invoke ^2.0.0)
  * Fix compatibility with upcoming release of Flask 2.3+. (#485)
  * Fix compatibility issue with werkzeug 2.1.0 (#423)
  * Drop support for python <3.7
- Drop patches merged_pr_463.patch, redirect.patch and werkzeug.patch.
- Add patch support-new-werkzeug.patch:
  * Support Werkzeug 2.35.
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Remove Python 2 leftovers.

OBS-URL: https://build.opensuse.org/request/show/1101124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=10
2023-07-28 20:20:27 +00:00
Steve Kowalik
8ce898f2ee - Update to 1.1.0:
* Update Swagger-UI to latest version to fix several security
    vulnerabiltiies.
  * Fix minor bug introduced in 1.0.5 that changed the behaviour of how
    flask-restx propagates exceptions. (#512)
  * Add support for Python 3.11 (requires update to invoke ^2.0.0)
  * Fix compatibility with upcoming release of Flask 2.3+. (#485)
  * Fix compatibility issue with werkzeug 2.1.0 (#423)
  * Drop support for python <3.7
- Drop patches merged_pr_463.patch, redirect.patch and werkzeug.patch.
- Add patch support-new-werkzeug.patch:
  * Support Werkzeug 2.35.
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Remove Python 2 leftovers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=19
2023-07-28 04:45:13 +00:00
Richard Brown
5ded1dd74a Accepting request 1008311 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/1008311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=9
2022-10-07 23:23:19 +00:00
70f044130a Accepting request 1008309 from home:jayvdb:branches:devel:languages:python:flask
- Add upstream patch merged_pr_463.patch to support Werkzeug 2.2.

OBS-URL: https://build.opensuse.org/request/show/1008309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=17
2022-10-05 22:48:53 +00:00
Richard Brown
a915c0c3fb Accepting request 989452 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/989452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=8
2022-07-18 16:33:13 +00:00
John Vandenberg
79042df58c Accepting request 989444 from home:mcalabkova:branches:devel:languages:python:flask
- Add upstream patches werkzeug.patch and redirect.patch to fix the tests.

OBS-URL: https://build.opensuse.org/request/show/989444
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=15
2022-07-15 13:44:46 +00:00
Dominique Leuenberger
8906de0d83 Accepting request 963711 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/963711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=7
2022-03-21 19:13:11 +00:00
bb86f150cb Accepting request 963535 from home:pgajdos:python
- python-mock is actually not required for build

OBS-URL: https://build.opensuse.org/request/show/963535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=13
2022-03-21 14:21:57 +00:00
Dominique Leuenberger
2908172f5e Accepting request 953295 from devel:languages:python:flask
- Allow Pytest 6 (not sure why it was forbidden).
- Skip LoggingTest.test_override_app_level failing test
  (gh#python-restx/flask-restx#411).

OBS-URL: https://build.opensuse.org/request/show/953295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=6
2022-02-11 22:07:29 +00:00
c5f8714455 Fix changelogs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=12
2022-02-10 18:16:47 +00:00
8cd3321550 - Skip LoggingTest.test_override_app_level failing test
(gh#python-restx/flask-restx#411).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=11
2022-02-10 18:16:05 +00:00
Dominique Leuenberger
36d70380dd Accepting request 920814 from devel:languages:python:flask
- Update to v0.5.1
  + Optimize email regex (bsc#1190744)

OBS-URL: https://build.opensuse.org/request/show/920814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=5
2021-09-22 20:12:50 +00:00
1713fcca4c Updated tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=10
2021-09-22 08:15:31 +00:00
John Vandenberg
85fff6230b Accepting request 920687 from home:seanmarlow:branches:devel:languages:python:flask
- Update to v0.5.1
  + Optimize email regex (bsc#1190744)

OBS-URL: https://build.opensuse.org/request/show/920687
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=9
2021-09-21 23:15:38 +00:00
Richard Brown
73edd8ec03 Accepting request 912202 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/912202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=4
2021-08-16 08:11:51 +00:00
John Vandenberg
31ef630169 Accepting request 912201 from home:jayvdb:branches:devel:languages:python:flask
- Fetch listed v0.5.0.tar.gz

OBS-URL: https://build.opensuse.org/request/show/912201
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=8
2021-08-15 01:46:02 +00:00
John Vandenberg
055ec68828 Accepting request 908460 from home:seanmarlow:branches:devel:languages:python:flask
- Update to v0.5.0
  + Fix Marshaled nested wildcard field with ordered=True
  + Fix Float Field Handling of None
  + Fix Werkzeug and Flask > 2.0 issues
  + Hotfix package.json
  + Stop calling got_request_exception when handled explicitly
  + Structure demo zoo app
  + Update Contributing.rst
  + Upgrade swagger-ui
- Update to v0.4.0
  + Fix Namespace error handlers when propogate_exceptions=True
  + pin flask and werkzeug due to breaking changes
  + The Flask/Blueprint API moved to the Scaffold base class
  + added specs-url-scheme option for API
- Update to v0.3.0
  + Make error handlers order of registration respected when
    handling errors
  + add prefix to config setting
  + Use relative path for `api.specs_url`
  + Allow example=False
  + Add support for recursive models
  + generate choices schema without collectionFormat
  + Catch TypeError in marshalling
  + Unable to access nested list propert
  + allow strict mode when validating model fields
  + Make it possible to include "unused" models in the generated
    swagger documentation

OBS-URL: https://build.opensuse.org/request/show/908460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=7
2021-07-28 14:19:55 +00:00
Dominique Leuenberger
0f6bc661de Accepting request 889126 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/889126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=3
2021-04-29 20:46:07 +00:00
fe05ae84e6 Accepting request 888872 from home:seanmarlow:branches:devel:languages:python:flask
- Add missing python2 requirement.
- Ignore test_handle_non_api_error test which is dependent on
  werkzeug version.

OBS-URL: https://build.opensuse.org/request/show/888872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=5
2021-04-28 20:47:10 +00:00
Dominique Leuenberger
75ce7f9693 Accepting request 836548 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/836548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=2
2020-09-25 14:35:01 +00:00
d3e521415b Accepting request 836455 from home:czerw:branches:devel:languages:python:flask
- Set pytest version < 6 in build requirements

OBS-URL: https://build.opensuse.org/request/show/836455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=3
2020-09-24 12:01:32 +00:00
Dominique Leuenberger
fd25b37925 Accepting request 799747 from devel:languages:python:flask
New python package for flask-restx, it is continuation of the flask-restplus

OBS-URL: https://build.opensuse.org/request/show/799747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=1
2020-05-03 20:46:58 +00:00
fb4f0da663 Accepting request 799711 from home:czerw:branches:devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/799711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=1
2020-05-02 20:07:07 +00:00