From 9860440aad3b54a00eba4834e79cffa670440c694c8047ec84271ec3933c06a2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 31 Aug 2024 12:08:40 +0000 Subject: [PATCH] - update to 1.4.0: * Fix tests * Add option `-b/--bind` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RangeHTTPServer?expand=0&rev=3 --- RangeHTTPServer-1.4.0.tar.gz | 3 +++ python-RangeHTTPServer.changes | 7 +++++++ python-RangeHTTPServer.spec | 8 ++++---- 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 RangeHTTPServer-1.4.0.tar.gz diff --git a/RangeHTTPServer-1.4.0.tar.gz b/RangeHTTPServer-1.4.0.tar.gz new file mode 100644 index 0000000..0294e19 --- /dev/null +++ b/RangeHTTPServer-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec021ebe26e0849cc7efa40ce231c0d9cc46027d37a80d728b3854c2149bfb4 +size 8513 diff --git a/python-RangeHTTPServer.changes b/python-RangeHTTPServer.changes index e4a2395..22f8e53 100644 --- a/python-RangeHTTPServer.changes +++ b/python-RangeHTTPServer.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Aug 31 12:06:12 UTC 2024 - Dirk Müller + +- update to 1.4.0: + * Fix tests + * Add option `-b/--bind` + ------------------------------------------------------------------- Fri Dec 15 16:44:56 UTC 2023 - Atri Bhattacharya diff --git a/python-RangeHTTPServer.spec b/python-RangeHTTPServer.spec index 621bd2d..d8fc63d 100644 --- a/python-RangeHTTPServer.spec +++ b/python-RangeHTTPServer.spec @@ -1,7 +1,7 @@ # -# spec file for package python-rangehttpserver +# spec file for package python-RangeHTTPServer # -# 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 @@ -18,17 +18,17 @@ %define modname RangeHTTPServer Name: python-%{modname} -Version: 1.3.3 +Version: 1.4.0 Release: 0 Summary: SimpleHTTPServer with support for Range requests License: Apache-2.0 URL: https://github.com/danvk/RangeHTTPServer/ # PyPI tarball does not contain tests Source: https://github.com/danvk/RangeHTTPServer/archive/refs/tags/%{version}.tar.gz#/%{modname}-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # Section test BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests}