Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-async_timeout for
openSUSE:Factory checked in at 2023-03-25 18:55:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-async_timeout (Old)
and /work/SRC/openSUSE:Factory/.python-async_timeout.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-async_timeout"
Sat Mar 25 18:55:09 2023 rev:7 rq:1074152 version:4.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-async_timeout/python-async_timeout.changes
2022-01-23 16:25:49.216539885 +0100
+++
/work/SRC/openSUSE:Factory/.python-async_timeout.new.31432/python-async_timeout.changes
2023-03-25 18:55:22.818671436 +0100
@@ -1,0 +2,6 @@
+Fri Mar 24 11:25:00 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Remove not needed dependency typing_extensions, just needed for
+ python < 3.8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-async_timeout.spec ++++++
--- /var/tmp/diff_new_pack.kuvzYg/_old 2023-03-25 18:55:23.234673611 +0100
+++ /var/tmp/diff_new_pack.kuvzYg/_new 2023-03-25 18:55:23.242673653 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-async_timeout
#
-# Copyright (c) 2022 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-async_timeout
Version: 4.0.2
@@ -30,10 +29,8 @@
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module typing_extensions}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-typing_extensions
Provides: python-async-timeout = %{version}
Obsoletes: python-async-timeout < %{version}
BuildArch: noarch
@@ -60,6 +57,7 @@
%files %{python_files}
%doc CHANGES.rst README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/async_timeout
+%{python_sitelib}/async_timeout-%{version}*-info
%changelog