15
0

Accepting request 603815 from home:alarrosa:branches:devel:languages:python

- Run spec_cleaner

OBS-URL: https://build.opensuse.org/request/show/603815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanhash3?expand=0&rev=2
This commit is contained in:
2018-05-03 16:33:23 +00:00
committed by Git OBS Bridge
parent 4e4b659bd7
commit fafd77f102
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 3 15:38:11 UTC 2018 - alarrosa@suse.com
- Run spec_cleaner
-------------------------------------------------------------------
Thu May 3 06:50:18 UTC 2018 - alarrosa@suse.com

View File

@@ -13,25 +13,25 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-humanhash3
Version: 0.0.6
Release: 0
License: Unlicense
Summary: Human-readable representations of digests
Url: https://github.com/blag/humanhash
License: Unlicense
Group: Development/Languages/Python
URL: https://github.com/blag/humanhash
Source: https://files.pythonhosted.org/packages/source/h/humanhash3/humanhash3-%{version}.tar.gz
Source99: https://raw.githubusercontent.com/blag/humanhash/master/UNLICENSE
Patch0: convert-to-ascii.patch
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description