Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aiofiles for openSUSE:Factory
checked in at 2023-12-15 21:48:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiofiles (Old)
and /work/SRC/openSUSE:Factory/.python-aiofiles.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiofiles"
Fri Dec 15 21:48:48 2023 rev:8 rq:1133240 version:23.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiofiles/python-aiofiles.changes
2023-06-12 15:27:26.995406432 +0200
+++
/work/SRC/openSUSE:Factory/.python-aiofiles.new.25432/python-aiofiles.changes
2023-12-15 21:49:03.514066322 +0100
@@ -1,0 +2,24 @@
+Thu Dec 14 09:12:51 UTC 2023 - Petr Gajdos <[email protected]>
+
+- update to 23.2.1:
+ * Import `os.statvfs` conditionally to fix importing on non-
+ UNIX systems.
+ * #171 #172
+ * aiofiles is now also tested on Windows.
+update to 23.2.0:
+ * # 23.2.0
+
+ * aiofiles is now tested on Python 3.12 too.
+ * #166 #168
+ * On Python 3.12, `aiofiles.tempfile.NamedTemporaryFile` now
+ accepts a `delete_on_close` argument, just like the stdlib
+ version.
+ * On Python 3.12, `aiofiles.tempfile.NamedTemporaryFile` no
+ longer exposes a `delete` attribute, just like the stdlib
+ version.
+ * Added `aiofiles.os.statvfs` and `aiofiles.os.path.ismount`.
+ * #162
+ * Use PDM instead of Poetry.
+ * #169
+
+-------------------------------------------------------------------
Old:
----
aiofiles-23.1.0.tar.gz
New:
----
aiofiles-23.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiofiles.spec ++++++
--- /var/tmp/diff_new_pack.MfsvYm/_old 2023-12-15 21:49:05.062123281 +0100
+++ /var/tmp/diff_new_pack.MfsvYm/_new 2023-12-15 21:49:05.062123281 +0100
@@ -18,13 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-aiofiles
-Version: 23.1.0
+Version: 23.2.1
Release: 0
Summary: File support for asyncio
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/Tinche/aiofiles
Source:
https://github.com/Tinche/aiofiles/archive/v%{version}.tar.gz#/aiofiles-%{version}.tar.gz
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
@@ -40,7 +41,7 @@
aiofiles: file support for asyncio
%prep
-%setup -q -n aiofiles-%{version}
+%autosetup -p1 -n aiofiles-%{version}
%build
%pyproject_wheel
@@ -54,6 +55,6 @@
%files %{python_files}
%license LICENSE
-%doc README.rst
+%doc README.md
%{python_sitelib}/aiofiles*
++++++ aiofiles-23.1.0.tar.gz -> aiofiles-23.2.1.tar.gz ++++++
++++ 2694 lines of diff (skipped)