From 301e0705d65c584cc13eb77e73aec459ed166712 Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Mon, 22 Jul 2024 14:27:17 +0800 Subject: [PATCH] Rebuilt for python-requests --- python-requests-unixsocket.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-requests-unixsocket.spec b/python-requests-unixsocket.spec index a0e449f..e0c1405 100644 --- a/python-requests-unixsocket.spec +++ b/python-requests-unixsocket.spec @@ -4,7 +4,7 @@ Summary: Use requests to talk HTTP via a UNIX domain socket Name: python-%{package_name} Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://github.com/thelabnyc/requests-unixsocket2 Source0: %{pypi_name}-%{version}.tar.gz @@ -46,6 +46,10 @@ sed -i 's/unixsocket2/unixsocket/g' %{buildroot}%{python3_sitelib}/requests_unix %{python3_sitelib}/requests_unixsocket-%{version}.dist-info %changelog +* Mon Jul 22 2024 Rebuild Robot - 0.4.0-2 +- [Type] other +- [DESC] Rebuilt for python-requests + * Tue Jul 16 2024 Jiaxin Yang - 0.4.0-1 - [Type] other - [DESC] upgrade to 0.4.0 -- Gitee