forked from pool/python-humanreadable
Accepting request 791539 from home:mnhauke
- Update to version 0.1.0 * Upstream does not provide a changelog - Drop support for python2 - Adjust requirements OBS-URL: https://build.opensuse.org/request/show/791539 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanreadable?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
8808ac1110
commit
26fdc82c9a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7113b6ae8d91e9d69501d66595bbb977f4d7a13bfebf462b24ce5390bc2412f1
|
||||
size 12203
|
||||
3
humanreadable-0.1.0.tar.gz
Normal file
3
humanreadable-0.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80f10a1575ebb140d9345a347f981dc6faa70d090885490d77f63361290b4ff7
|
||||
size 12677
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 11:17:46 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.1.0
|
||||
* Upstream does not provide a changelog
|
||||
- Drop support for python2
|
||||
- Adjust requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 15:30:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-humanreadable
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,28 +12,28 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-humanreadable
|
||||
Version: 0.0.8
|
||||
Version: 0.1.0
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: A Python library to convert from human-readable values to Python values
|
||||
Url: https://github.com/thombashi/humanreadable
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/thombashi/humanreadable
|
||||
Source: https://files.pythonhosted.org/packages/source/h/humanreadable/humanreadable-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools >= 38.3.0}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module six >= 1.10.0}
|
||||
BuildRequires: %{python_module typepy >= 0.6.4}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module typepy >= 0.6.4}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-setuptools >= 38.3.0
|
||||
Requires: python-six >= 1.10.0
|
||||
Requires: python-typepy >= 0.6.4
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user