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 2021-06-23 17:38:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiofiles (Old)
and /work/SRC/openSUSE:Factory/.python-aiofiles.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiofiles"
Wed Jun 23 17:38:38 2021 rev:3 rq:901498 version:0.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiofiles/python-aiofiles.changes
2021-02-03 19:56:29.141729717 +0100
+++
/work/SRC/openSUSE:Factory/.python-aiofiles.new.2625/python-aiofiles.changes
2021-06-23 17:38:56.764530446 +0200
@@ -1,0 +2,14 @@
+Wed Jun 16 15:13:33 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.7.0
+ * Added the aiofiles.tempfile module for async temporary files. #56
+ * Switched to Poetry and GitHub actions.
+ * Dropped 3.5 support.
+- Switch Python packaging from setuptools to poetry
+ * Add python-pip to BuildRequires
+ * Add python-poetry-core to BuildRequires
+ * Remove python-setuptools from BuildRequires
+ * Replace %python_build with %pyproject_wheel
+ * Replace %python_install with %pyproject_install
+
+-------------------------------------------------------------------
Old:
----
aiofiles-0.6.0.tar.gz
New:
----
aiofiles-0.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiofiles.spec ++++++
--- /var/tmp/diff_new_pack.F4SiEQ/_old 2021-06-23 17:38:57.232531090 +0200
+++ /var/tmp/diff_new_pack.F4SiEQ/_new 2021-06-23 17:38:57.236531095 +0200
@@ -19,14 +19,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-aiofiles
-Version: 0.6.0
+Version: 0.7.0
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 setuptools}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
@@ -43,10 +44,10 @@
%setup -q -n aiofiles-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
++++++ aiofiles-0.6.0.tar.gz -> aiofiles-0.7.0.tar.gz ++++++
++++ 1894 lines of diff (skipped)