Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asyncpg for openSUSE:Factory 
checked in at 2024-10-24 15:42:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asyncpg (Old)
 and      /work/SRC/openSUSE:Factory/.python-asyncpg.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-asyncpg"

Thu Oct 24 15:42:41 2024 rev:13 rq:1217351 version:0.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asyncpg/python-asyncpg.changes    
2024-10-02 21:35:27.875570183 +0200
+++ /work/SRC/openSUSE:Factory/.python-asyncpg.new.2020/python-asyncpg.changes  
2024-10-24 15:43:39.634378436 +0200
@@ -1,0 +2,25 @@
+Wed Oct 23 12:16:37 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Remove 0001-notice-also-the-MERGE-command.patch not needed anymore.
+- update to 0.30.0:
+  * Implement GSSAPI authentication
+  * Implement SSPI authentication
+  * Add initial typings
+  * Allow building with Cython 3
+  * docs: fix connection pool close call (#1125)
+  * Add support for the sslnegotiation parameter
+  * Test and build on Python 3.13
+  * Support PostgreSQL 17
+  * Add fetchmany to execute many and return rows
+  * Add connect kwarg to Pool to better support GCP's CloudSQL
+  * Allow customizing connection state reset (#1191)
+  * s/quote/quote_plus/ in the note about DSN part quoting
+  * Use asyncio.run() instead of run_until_complete()
+  * Require async_timeout for python < 3.11 (#1177)
+  * Allow testing with uvloop on Python 3.12 (#1182)
+  * Mark pool-wrapped connection coroutine methods as coroutines
+  * handle None parameters in copy_from_query, returning NULL
+  * fix: return the pool from async_init_ if it's already initialized (#1104)
+  * Replace obsolete, unsafe Py_TRASHCAN_SAFE_BEGIN/END (#1150)
+
+-------------------------------------------------------------------

Old:
----
  0001-notice-also-the-MERGE-command.patch
  asyncpg-0.29.0.tar.gz

New:
----
  asyncpg-0.30.0.tar.gz

BETA DEBUG BEGIN:
  Old:
- Remove 0001-notice-also-the-MERGE-command.patch not needed anymore.
- update to 0.30.0:
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-asyncpg.spec ++++++
--- /var/tmp/diff_new_pack.b9ond4/_old  2024-10-24 15:43:40.302406209 +0200
+++ /var/tmp/diff_new_pack.b9ond4/_new  2024-10-24 15:43:40.302406209 +0200
@@ -18,24 +18,23 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-asyncpg
-Version:        0.29.0
+Version:        0.30.0
 Release:        0
 Summary:        Python asyncio PosgtreSQL driver
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/MagicStack/asyncpg
 Source:         
https://files.pythonhosted.org/packages/source/a/asyncpg/asyncpg-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/MagicStack/asyncpg/pull/1185 notice 
also the MERGE command
-Patch0:         0001-notice-also-the-MERGE-command.patch
 BuildRequires:  %{python_module Cython}
-BuildRequires:  %{python_module async_timeout}
+BuildRequires:  %{python_module async_timeout if %python-base < 3.11}
 BuildRequires:  %{python_module devel >= 3.6}
+BuildRequires:  %{python_module distro}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module typing-extensions >= 3.7.4.3 if %python-base < 
3.8}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       libpq5 >= 9.4
-%if 0%{?python_version_nodots} < 312
+%if 0%{?python_version_nodots} < 311
 Requires:       python-async_timeout
 %endif
 %if 0%{?python_version_nodots} < 38

++++++ asyncpg-0.29.0.tar.gz -> asyncpg-0.30.0.tar.gz ++++++
++++ 153258 lines of diff (skipped)

Reply via email to