15
0

- 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
This commit is contained in:
2024-08-31 12:08:40 +00:00
committed by Git OBS Bridge
parent 0fd16b4a55
commit 9860440aad
3 changed files with 14 additions and 4 deletions

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 12:06:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.0:
* Fix tests
* Add option `-b/--bind`
-------------------------------------------------------------------
Fri Dec 15 16:44:56 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -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}