From 6cd9de0340c1da69f023ef66b59a8c51d14ba5f801e49be61b501e5ec6514a4f Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 30 Mar 2021 04:31:15 +0000 Subject: [PATCH] up to 0.6.2+5 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=40 --- 0001-lift-requests-version-requirements.patch | 31 ------------------- _servicedata | 2 +- b4-0.6.2+4.obscpio | 3 -- b4-0.6.2+5.obscpio | 3 ++ b4.changes | 7 +++++ b4.obsinfo | 6 ++-- b4.spec | 5 ++- 7 files changed, 16 insertions(+), 41 deletions(-) delete mode 100644 0001-lift-requests-version-requirements.patch delete mode 100644 b4-0.6.2+4.obscpio create mode 100644 b4-0.6.2+5.obscpio diff --git a/0001-lift-requests-version-requirements.patch b/0001-lift-requests-version-requirements.patch deleted file mode 100644 index 9494b59..0000000 --- a/0001-lift-requests-version-requirements.patch +++ /dev/null @@ -1,31 +0,0 @@ -From be92fafe2b4d80e1ef09c9f594f1f68920ee6523 Mon Sep 17 00:00:00 2001 -From: Jiri Slaby -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 - diff --git a/_servicedata b/_servicedata index 4e09786..5c5d826 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.kernel.org/pub/scm/utils/b4/b4.git - f93bbd3e50b1fb4507aa537f4004da545af9d890 \ No newline at end of file + e66d514b4113fffc81e48c7c531dcf148ba8b8e8 \ No newline at end of file diff --git a/b4-0.6.2+4.obscpio b/b4-0.6.2+4.obscpio deleted file mode 100644 index e8b8378..0000000 --- a/b4-0.6.2+4.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8875e23e6b6e5a665fff1eb82bab6b4d9acb1060aeeea2b3679b15f7ffb84bd -size 230923 diff --git a/b4-0.6.2+5.obscpio b/b4-0.6.2+5.obscpio new file mode 100644 index 0000000..5e42a6f --- /dev/null +++ b/b4-0.6.2+5.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd905f82a439eaff4b90dae6ff376e8fb467227543289f4a81322646ce116d1 +size 230923 diff --git a/b4.changes b/b4.changes index 6bae5d7..cd1d463 100644 --- a/b4.changes +++ b/b4.changes @@ -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 diff --git a/b4.obsinfo b/b4.obsinfo index 4e683c1..25d7b6b 100644 --- a/b4.obsinfo +++ b/b4.obsinfo @@ -1,5 +1,5 @@ name: b4 -version: 0.6.2+4 -mtime: 1609179217 -commit: f93bbd3e50b1fb4507aa537f4004da545af9d890 +version: 0.6.2+5 +mtime: 1614627630 +commit: e66d514b4113fffc81e48c7c531dcf148ba8b8e8 diff --git a/b4.spec b/b4.spec index 334e91a..1b8618f 100644 --- a/b4.spec +++ b/b4.spec @@ -16,16 +16,15 @@ # -%define version_unconverted 0.6.2+4 +%define version_unconverted 0.6.2+5 Name: b4 -Version: 0.6.2+4 +Version: 0.6.2+5 Release: 0 Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later Group: Development/Tools/Other URL: https://git.kernel.org/pub/scm/utils/b4/b4.git Source0: %{name}-%{version}.tar.xz -Patch0: 0001-lift-requests-version-requirements.patch BuildArch: noarch # for checks BuildRequires: git-core