forked from pool/python-RangeHTTPServer
- 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:
3
RangeHTTPServer-1.4.0.tar.gz
Normal file
3
RangeHTTPServer-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ec021ebe26e0849cc7efa40ce231c0d9cc46027d37a80d728b3854c2149bfb4
|
||||
size 8513
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user