Accepting request 883127 from devel:tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/883127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/b4?expand=0&rev=14
This commit is contained in:
Richard Brown 2021-04-06 15:30:55 +00:00 committed by Git OBS Bridge
commit 64cdc00385
7 changed files with 16 additions and 41 deletions

View File

@ -1,31 +0,0 @@
From be92fafe2b4d80e1ef09c9f594f1f68920ee6523 Mon Sep 17 00:00:00 2001
From: Jiri Slaby <jslaby@suse.cz>
Date: Fri, 18 Dec 2020 09:57:54 +0100
Subject: [PATCH] lift "requests" version requirements
Patch-upstream: it will get fixed eventually
We have requests-2.25, dnspython-2.0.1 in TW...
---
setup.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index 358e6a7a..952ad861 100644
--- a/setup.py
+++ b/setup.py
@@ -41,9 +41,9 @@ setup(
data_files = [('share/man/man5', ['man/b4.5'])],
keywords=['git', 'lore.kernel.org', 'patches'],
install_requires=[
- 'requests~=2.24.0',
- 'dkimpy~=1.0.5',
- 'dnspython~=2.0.0',
+ 'requests>=2.24.0',
+ 'dkimpy>=1.0.5',
+ 'dnspython>=2.0.0',
],
python_requires='>=3.6',
entry_points={
--
2.26.2

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param> <param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param>
<param name="changesrevision">f93bbd3e50b1fb4507aa537f4004da545af9d890</param></service></servicedata> <param name="changesrevision">e66d514b4113fffc81e48c7c531dcf148ba8b8e8</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8875e23e6b6e5a665fff1eb82bab6b4d9acb1060aeeea2b3679b15f7ffb84bd
size 230923

3
b4-0.6.2+5.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebd905f82a439eaff4b90dae6ff376e8fb467227543289f4a81322646ce116d1
size 230923

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 30 04:28:36 UTC 2021 - jslaby@suse.cz
- Update to version 0.6.2+5:
* Loosen compatible release identifiers for install_requires
- remove 0001-lift-requests-version-requirements.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 6 07:10:19 UTC 2021 - Jiri Slaby <jslaby@suse.cz> Sat Feb 6 07:10:19 UTC 2021 - Jiri Slaby <jslaby@suse.cz>

View File

@ -1,5 +1,5 @@
name: b4 name: b4
version: 0.6.2+4 version: 0.6.2+5
mtime: 1609179217 mtime: 1614627630
commit: f93bbd3e50b1fb4507aa537f4004da545af9d890 commit: e66d514b4113fffc81e48c7c531dcf148ba8b8e8

View File

@ -16,16 +16,15 @@
# #
%define version_unconverted 0.6.2+4 %define version_unconverted 0.6.2+5
Name: b4 Name: b4
Version: 0.6.2+4 Version: 0.6.2+5
Release: 0 Release: 0
Summary: Helper scripts for kernel.org patches Summary: Helper scripts for kernel.org patches
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Development/Tools/Other Group: Development/Tools/Other
URL: https://git.kernel.org/pub/scm/utils/b4/b4.git URL: https://git.kernel.org/pub/scm/utils/b4/b4.git
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
Patch0: 0001-lift-requests-version-requirements.patch
BuildArch: noarch BuildArch: noarch
# for checks # for checks
BuildRequires: git-core BuildRequires: git-core