Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-falcon for openSUSE:Factory 
checked in at 2023-01-17 17:35:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-falcon (Old)
 and      /work/SRC/openSUSE:Factory/.python-falcon.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-falcon"

Tue Jan 17 17:35:27 2023 rev:17 rq:1058834 version:3.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-falcon/python-falcon.changes      
2021-12-18 20:31:04.342270078 +0100
+++ /work/SRC/openSUSE:Factory/.python-falcon.new.32243/python-falcon.changes   
2023-01-17 17:35:40.489306745 +0100
@@ -1,0 +2,23 @@
+Mon Jan 16 12:51:53 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Update to 3.1.1:
+  Falcon 3.1.1 is a minor point release addressing a couple of high impact
+  bugs, and enabling the framework on the recently released CPython 3.11.
+
+- 3.1.0
+  This release contains several refinements to request validation and error
+  handling, along with some tweaks to response handling for static and
+  downloadable files.
+
+  Due to popular demand, TestClient and ASGIConductor now expose convenience
+  shorthand aliases for the simulate_* methods, i.e., simulate_get() is now
+  also available as get(), etc.
+
+  Some important bugs were also fixed to ensure applications properly clean up
+  response streams and do not hang when reading request bodies that are
+  streamed using chunked transfer encoding.
+
+  This release also adds support for CPython 3.10 and deprecates CPython 3.6.
+
+
+-------------------------------------------------------------------

Old:
----
  falcon-3.0.1.tar.gz

New:
----
  falcon-3.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-falcon.spec ++++++
--- /var/tmp/diff_new_pack.TBpR7Q/_old  2023-01-17 17:35:41.081310180 +0100
+++ /var/tmp/diff_new_pack.TBpR7Q/_new  2023-01-17 17:35:41.085310202 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-falcon
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-falcon
-Version:        3.0.1
+Version:        3.1.1
 Release:        0
 Summary:        A web framework for building APIs and app backends
 License:        Apache-2.0

++++++ falcon-3.0.1.tar.gz -> falcon-3.1.1.tar.gz ++++++
++++ 24815 lines of diff (skipped)

++++++ python-falcon-sphinx-pygments-style.patch ++++++
--- /var/tmp/diff_new_pack.TBpR7Q/_old  2023-01-17 17:35:41.329311618 +0100
+++ /var/tmp/diff_new_pack.TBpR7Q/_new  2023-01-17 17:35:41.329311618 +0100
@@ -1,14 +1,14 @@
-Index: falcon-3.0.1/docs/conf.py
+Index: falcon-3.1.1/docs/conf.py
 ===================================================================
---- falcon-3.0.1.orig/docs/conf.py     2021-05-11 00:19:26.000000000 +0200
-+++ falcon-3.0.1/docs/conf.py  2021-11-17 11:57:45.522196166 +0100
-@@ -138,7 +138,7 @@ exclude_patterns = ['_build', '_newsfrag
- #show_authors = False
+--- falcon-3.1.1.orig/docs/conf.py
++++ falcon-3.1.1/docs/conf.py
+@@ -134,7 +134,7 @@ exclude_patterns = ['_build', '_newsfrag
+ # show_authors = False
  
  # The name of the Pygments (syntax highlighting) style to use.
 -pygments_style = 'github'
 +pygments_style = 'sphinx'
  
  # A list of ignored prefixes for module index sorting.
- #modindex_common_prefix = []
+ # modindex_common_prefix = []
 

Reply via email to