Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aiohttp-socks for
openSUSE:Factory checked in at 2024-01-04 16:00:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiohttp-socks (Old)
and /work/SRC/openSUSE:Factory/.python-aiohttp-socks.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp-socks"
Thu Jan 4 16:00:00 2024 rev:10 rq:1136310 version:0.8.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-aiohttp-socks/python-aiohttp-socks.changes
2023-11-13 22:20:47.743336741 +0100
+++
/work/SRC/openSUSE:Factory/.python-aiohttp-socks.new.28375/python-aiohttp-socks.changes
2024-01-04 16:01:46.622118143 +0100
@@ -1,0 +2,5 @@
+Fri Dec 29 18:52:05 UTC 2023 - ecsos <[email protected]>
+
+- Add missing buildrequire to fix Leap build error.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiohttp-socks.spec ++++++
--- /var/tmp/diff_new_pack.A2VNtX/_old 2024-01-04 16:01:47.058134072 +0100
+++ /var/tmp/diff_new_pack.A2VNtX/_new 2024-01-04 16:01:47.062134217 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-aiohttp-socks
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
URL: https://github.com/romis2012/aiohttp-socks
Source:
https://files.pythonhosted.org/packages/source/a/aiohttp_socks/aiohttp_socks-%{version}.tar.gz
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: dos2unix
BuildRequires: fdupes
@@ -35,6 +36,7 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module aiohttp >= 2.3.2}
+BuildRequires: %{python_module async_timeout}
BuildRequires: %{python_module attrs >= 1.0.1}
BuildRequires: %{python_module python-socks >= 2.0.0}
# /SECTION