From 26e1a41bd529617797510a1945c2576fc9dce845b2f0eee34478bba509353d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 12 Nov 2024 17:08:27 +0000 Subject: [PATCH] Accepting request 1223640 from home:glaubitz:branches:devel:languages:python - Update to 4.0.2 * Running Mypy on code that uses parts of falcon.testing would previously lead to errors like: "Name "falcon.testing.TestClient" is not defined" This has been fixed by explicitly exporting the names that are imported into the falcon.testing namespace. (#2387) * The printable PDF version of our documentation was enabled on Read the Docs. (#2365) OBS-URL: https://build.opensuse.org/request/show/1223640 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=59 --- falcon-4.0.1.tar.gz | 3 --- falcon-4.0.2.tar.gz | 3 +++ python-falcon.changes | 12 ++++++++++++ python-falcon.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 falcon-4.0.1.tar.gz create mode 100644 falcon-4.0.2.tar.gz diff --git a/falcon-4.0.1.tar.gz b/falcon-4.0.1.tar.gz deleted file mode 100644 index 1268cbc..0000000 --- a/falcon-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc0d2dd661dea0a61e149d81960a9cbd5b7bd0857749c8aa41fbd69c3a054755 -size 627660 diff --git a/falcon-4.0.2.tar.gz b/falcon-4.0.2.tar.gz new file mode 100644 index 0000000..327bacd --- /dev/null +++ b/falcon-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f4b9c9da4c9b1e2c9f396ad7ef897701b3c7c7c87227f0bd1aee40c7fbc525 +size 630121 diff --git a/python-falcon.changes b/python-falcon.changes index ac40068..03bb72b 100644 --- a/python-falcon.changes +++ b/python-falcon.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 12 10:49:26 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 4.0.2 + * Running Mypy on code that uses parts of falcon.testing would + previously lead to errors like: + "Name "falcon.testing.TestClient" is not defined" + This has been fixed by explicitly exporting the names that + are imported into the falcon.testing namespace. (#2387) + * The printable PDF version of our documentation was enabled + on Read the Docs. (#2365) + ------------------------------------------------------------------- Sat Nov 2 06:33:44 UTC 2024 - Steve Kowalik diff --git a/python-falcon.spec b/python-falcon.spec index d5c427b..ea1d62b 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-falcon -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: A web framework for building APIs and app backends License: Apache-2.0