Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requests-unixsocket for
openSUSE:Factory checked in at 2026-05-12 19:26:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-unixsocket (Old)
and /work/SRC/openSUSE:Factory/.python-requests-unixsocket.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-unixsocket"
Tue May 12 19:26:27 2026 rev:9 rq:1352485 version:0.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requests-unixsocket/python-requests-unixsocket.changes
2025-06-12 15:47:56.919951425 +0200
+++
/work/SRC/openSUSE:Factory/.python-requests-unixsocket.new.1966/python-requests-unixsocket.changes
2026-05-12 19:26:51.427556719 +0200
@@ -1,0 +2,27 @@
+Fri May 8 11:07:58 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.4.1
+ * testutils: fix test flake on HEAD request
+ * Temporarily pause making release discussions
+- from version 0.4.0
+ * test: add test_use_UnixAdapter_directly
+ * Inherit HTTPConnection through urllib3.connection, not httplib
+ * adapters: fix for requests 2.32.2+
+ * Replace `python setup.py install` with `pip install .`
+ * Drop support for Python 3.8 and below
+ * Wire pbr via PEP 517
+ * Migrate from `pbr` to `setuptools-scm`
+ * Migrate metadata declaration to PEP 621
+ * Add dist building envs to tox
+ * Put test requirements to a dependency group
+ * Remove the old CI workflow
+ * Add a CI/CD setup w/ PyPI uploads
+ * Temporarily drop `pytest-cov` args from CI
+- Adjust upstream source name in spec file
+- Drop AUTHORS from %doc section, removed upstream
+- Drop ChangeLog from %doc section, removed upstream
+- Drop requests232.patch, merged upstream
+- Drop urllib3-2.patch, merged upstream
+- Update BuildRequires from pyproject.toml
+
+-------------------------------------------------------------------
Old:
----
requests-unixsocket-0.3.0.tar.gz
requests232.patch
urllib3-2.patch
New:
----
requests_unixsocket-0.4.1.tar.gz
----------(Old B)----------
Old:- Drop ChangeLog from %doc section, removed upstream
- Drop requests232.patch, merged upstream
- Drop urllib3-2.patch, merged upstream
Old:- Drop requests232.patch, merged upstream
- Drop urllib3-2.patch, merged upstream
- Update BuildRequires from pyproject.toml
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-unixsocket.spec ++++++
--- /var/tmp/diff_new_pack.3Kd2s3/_old 2026-05-12 19:26:51.907576613 +0200
+++ /var/tmp/diff_new_pack.3Kd2s3/_new 2026-05-12 19:26:51.907576613 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-requests-unixsocket
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-requests-unixsocket
-Version: 0.3.0
+Version: 0.4.1
Release: 0
Summary: UNIX domain socket backend for python-requests
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/msabramo/requests-unixsocket
-Source:
https://files.pythonhosted.org/packages/source/r/requests-unixsocket/requests-unixsocket-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM urllib3-2.patch -- gh#msabramo/requests-unixsocket#69
-Patch0: urllib3-2.patch
-# PATCH-FIX-UPSTREAM https://github.com/msabramo/requests-unixsocket/pull/72
adapters: fix for requests 2.32.2+
-Patch1: requests232.patch
+Source:
https://files.pythonhosted.org/packages/source/r/requests_unixsocket/requests_unixsocket-%{version}.tar.gz
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -49,7 +46,7 @@
HTTP via a UNIX domain socket.
%prep
-%autosetup -p1 -n requests-unixsocket-%{version}
+%autosetup -p1 -n requests_unixsocket-%{version}
# do not require additional test deps
sed -i -e '/addopts/d' pytest.ini
@@ -64,7 +61,7 @@
%pytest requests_unixsocket/tests
%files %{python_files}
-%doc AUTHORS ChangeLog README.rst
+%doc README.rst
%license LICENSE
%{python_sitelib}/requests_unixsocket
%{python_sitelib}/requests_unixsocket-%{version}*-info