17
0

Accepting request 940457 from home:pgajdos:python

- version update to 2.0.1
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/940457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-multihash?expand=0&rev=4
This commit is contained in:
2021-12-16 11:29:15 +00:00
committed by Git OBS Bridge
parent bb5a2b37b2
commit db08d72b15
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:f0ade4de820afdc4b4aaa40464ec86c9da5cae3a4578cda2daab4b0eb7e5b18d
size 21358

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 14 11:33:03 UTC 2021 - pgajdos@suse.com
- version update to 2.0.1
* no upstream changelog
-------------------------------------------------------------------
Wed Jun 03 04:28:44 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py-multihash
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-py-multihash
Version: 0.2.3
Version: 2.0.1
Release: 0
Summary: Multihash implementation in Python
License: MIT
URL: https://github.com/multiformats/multihash
Source: https://files.pythonhosted.org/packages/source/p/py-multihash/py-multihash-%{version}.tar.gz
BuildRequires: %{python_module base58}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module varint}
BuildRequires: fdupes
@@ -36,11 +35,13 @@ BuildArch: noarch
%description
Multihash is a protocol for differentiating outputs from
various well-established hash functions, addressing size
various well-established hash functions, addressing size
and encoding considerations.
%prep
%setup -q -n py-multihash-%{version}
# https://github.com/multiformats/multihash/issues/139
sed -i 's:pytest-runner:pytest:' setup.py
%build
%python_build