diff --git a/py-multihash-0.2.3.tar.gz b/py-multihash-0.2.3.tar.gz deleted file mode 100644 index efd4c72..0000000 --- a/py-multihash-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0ade4de820afdc4b4aaa40464ec86c9da5cae3a4578cda2daab4b0eb7e5b18d -size 21358 diff --git a/py-multihash-2.0.1.tar.gz b/py-multihash-2.0.1.tar.gz new file mode 100644 index 0000000..15e0ff9 --- /dev/null +++ b/py-multihash-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97511a87b7091f8b37a3d74ccb4a898e133529e7c5e431f9a27f78248a75e60 +size 22677 diff --git a/python-py-multihash.changes b/python-py-multihash.changes index b488373..bf20562 100644 --- a/python-py-multihash.changes +++ b/python-py-multihash.changes @@ -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 diff --git a/python-py-multihash.spec b/python-py-multihash.spec index 3416629..b455869 100644 --- a/python-py-multihash.spec +++ b/python-py-multihash.spec @@ -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