15
0

Accepting request 1198054 from devel:languages:python

- update to 1.4.0:
  * Fix tests
  * Add option `-b/--bind`

OBS-URL: https://build.opensuse.org/request/show/1198054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-RangeHTTPServer?expand=0&rev=2
This commit is contained in:
2024-09-02 11:14:13 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 7 deletions

View File

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

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}