public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-falcon] rawhide: Update to version 4.3.1
@ 2026-06-18 2:05 Carl George
0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-06-18 2:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-falcon
Branch : rawhide
Commit : be25ce12c4f43d9d9946efa87c7f6deb3d5e1831
Author : Carl George <carlwgeorge@gmail.com>
Date : 2026-06-17T18:43:53-05:00
Stats : +7/-51 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-falcon/c/be25ce12c4f43d9d9946efa87c7f6deb3d5e1831?branch=rawhide
Log:
Update to version 4.3.1
... rhbz#2488824
---
diff --git a/0001-Remove-coverage-test-requirement.patch b/0001-Remove-coverage-test-requirement.patch
deleted file mode 100644
index 9919490..0000000
--- a/0001-Remove-coverage-test-requirement.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 2c0d8dcd70a153a9cf492d803ea7ac70868c85c9 Mon Sep 17 00:00:00 2001
-From: Carl George <carlwgeorge@gmail.com>
-Date: Wed, 6 Aug 2025 16:47:20 -0500
-Subject: [PATCH] Remove coverage test requirement
-
----
- requirements/mintest | 1 -
- requirements/tests | 1 -
- tox.ini | 2 +-
- 3 files changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/requirements/mintest b/requirements/mintest
-index a245ecd..e079f8a 100644
---- a/requirements/mintest
-+++ b/requirements/mintest
-@@ -1,2 +1 @@
--coverage>=4.1
- pytest
-diff --git a/requirements/tests b/requirements/tests
-index a95ec96..79b4298 100644
---- a/requirements/tests
-+++ b/requirements/tests
-@@ -1,4 +1,3 @@
--coverage >= 4.1
- pytest >= 7.0
- pyyaml
- requests
-diff --git a/tox.ini b/tox.ini
-index f78191c..24c7070 100644
---- a/tox.ini
-+++ b/tox.ini
-@@ -63,7 +63,7 @@ setenv =
- PYTHONASYNCIODEBUG=0
- FALCON_DISABLE_CYTHON=Y
- deps = -r{toxinidir}/requirements/mintest
--commands = coverage run -m pytest tests -k 'not slow' []
-+commands = pytest tests -k 'not slow' []
-
- [testenv:pytest]
- deps = {[testenv]deps}
---
-2.50.1
-
diff --git a/python-falcon.spec b/python-falcon.spec
index 77bf1e5..bc34df1 100644
--- a/python-falcon.spec
+++ b/python-falcon.spec
@@ -1,16 +1,15 @@
Name: python-falcon
Epoch: 1
-Version: 4.2.0
+Version: 4.3.1
Release: %autorelease
Summary: ASGI+WSGI framework for building data plane APIs
License: Apache-2.0
URL: https://falconframework.org
Source: %{pypi_source falcon}
-# downstream-only patch to remove coverage build requirement
-Patch: 0001-Remove-coverage-test-requirement.patch
-
BuildRequires: gcc
+BuildRequires: python3-devel
+BuildRequires: python3-pytest
%global common_description %{expand:
Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST
@@ -26,7 +25,6 @@ architectural style.}
%package -n python3-falcon
Summary: %{summary}
-BuildRequires: python3-devel
%description -n python3-falcon %{common_description}
@@ -37,7 +35,7 @@ BuildRequires: python3-devel
%generate_buildrequires
-%pyproject_buildrequires -e mintest
+%pyproject_buildrequires
%build
@@ -50,7 +48,8 @@ BuildRequires: python3-devel
%check
-%tox -e mintest
+# based on testenv:mintest in tox.ini
+%pytest tests -k 'not slow'
%files -n python3-falcon -f %{pyproject_files}
diff --git a/sources b/sources
index b3ac51c..5428454 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (falcon-4.2.0.tar.gz) = 8fdd53b5aaf01e0073ee97255bb5d562ce73214e64a339ca104d27339f489d8c28b19b3a33cfbae645ae792a0ed42fdc3d84117bb8d680aa14ad319bb47353c9
+SHA512 (falcon-4.3.1.tar.gz) = 055ddd6071ebc2922c7d2825ae2180456f75e363d85c5a5df0471da9d1c6af77793ebc362ad1d2b159c1e76070028ec8714d5de0d0673a31b8396328105ecd40
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-18 2:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18 2:05 [rpms/python-falcon] rawhide: Update to version 4.3.1 Carl George
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox