Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-py-multihash for
openSUSE:Factory checked in at 2021-12-16 21:19:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-py-multihash (Old)
and /work/SRC/openSUSE:Factory/.python-py-multihash.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py-multihash"
Thu Dec 16 21:19:38 2021 rev:2 rq:940868 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py-multihash/python-py-multihash.changes
2020-06-04 17:54:27.320636008 +0200
+++
/work/SRC/openSUSE:Factory/.python-py-multihash.new.2520/python-py-multihash.changes
2021-12-16 21:20:54.814557798 +0100
@@ -1,0 +2,11 @@
+Thu Dec 16 11:29:47 UTC 2021 - Matej Cepl <[email protected]>
+
+- Fix URL
+
+-------------------------------------------------------------------
+Tue Dec 14 11:33:03 UTC 2021 - [email protected]
+
+- version update to 2.0.1
+ * no upstream changelog
+
+-------------------------------------------------------------------
Old:
----
py-multihash-0.2.3.tar.gz
New:
----
py-multihash-2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-py-multihash.spec ++++++
--- /var/tmp/diff_new_pack.xekMBu/_old 2021-12-16 21:20:55.238557960 +0100
+++ /var/tmp/diff_new_pack.xekMBu/_new 2021-12-16 21:20:55.246557963 +0100
@@ -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
+URL: https://github.com/multiformats/py-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
@@ -41,6 +40,8 @@
%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
++++++ py-multihash-0.2.3.tar.gz -> py-multihash-2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/py-multihash-0.2.3/PKG-INFO
new/py-multihash-2.0.1/PKG-INFO
--- old/py-multihash-0.2.3/PKG-INFO 2018-10-20 08:19:42.000000000 +0200
+++ new/py-multihash-2.0.1/PKG-INFO 2020-12-01 14:03:34.845911000 +0100
@@ -1,12 +1,11 @@
Metadata-Version: 1.1
Name: py-multihash
-Version: 0.2.3
+Version: 2.0.1
Summary: Multihash implementation in Python
Home-page: https://github.com/multiformats/multihash
Author: Dhruv Baldawa
Author-email: [email protected]
License: MIT license
-Description-Content-Type: UNKNOWN
Description: ============
py-multihash
============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/py-multihash-0.2.3/multihash/__init__.py
new/py-multihash-2.0.1/multihash/__init__.py
--- old/py-multihash-0.2.3/multihash/__init__.py 2018-10-20
08:19:33.000000000 +0200
+++ new/py-multihash-2.0.1/multihash/__init__.py 2020-12-01
14:03:24.000000000 +0100
@@ -4,7 +4,7 @@
__author__ = """Dhruv Baldawa"""
__email__ = '[email protected]'
-__version__ = '0.2.3'
+__version__ = '2.0.1'
from .multihash import (
Multihash, to_hex_string, from_hex_string, to_b58_string, from_b58_string,
is_app_code,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/py-multihash-0.2.3/py_multihash.egg-info/PKG-INFO
new/py-multihash-2.0.1/py_multihash.egg-info/PKG-INFO
--- old/py-multihash-0.2.3/py_multihash.egg-info/PKG-INFO 2018-10-20
08:19:40.000000000 +0200
+++ new/py-multihash-2.0.1/py_multihash.egg-info/PKG-INFO 2020-12-01
14:03:34.000000000 +0100
@@ -1,12 +1,11 @@
Metadata-Version: 1.1
Name: py-multihash
-Version: 0.2.3
+Version: 2.0.1
Summary: Multihash implementation in Python
Home-page: https://github.com/multiformats/multihash
Author: Dhruv Baldawa
Author-email: [email protected]
License: MIT license
-Description-Content-Type: UNKNOWN
Description: ============
py-multihash
============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/py-multihash-0.2.3/py_multihash.egg-info/requires.txt
new/py-multihash-2.0.1/py_multihash.egg-info/requires.txt
--- old/py-multihash-0.2.3/py_multihash.egg-info/requires.txt 2018-10-20
08:19:40.000000000 +0200
+++ new/py-multihash-2.0.1/py_multihash.egg-info/requires.txt 2020-12-01
14:03:34.000000000 +0100
@@ -1,4 +1,4 @@
varint<2.0,>=1.0.2
six<2.0,>=1.10.0
morphys<2.0,>=1.0
-base58<2.0,>=1.0.2
+base58<3.0,>=1.0.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/py-multihash-0.2.3/setup.cfg
new/py-multihash-2.0.1/setup.cfg
--- old/py-multihash-0.2.3/setup.cfg 2018-10-20 08:19:42.000000000 +0200
+++ new/py-multihash-2.0.1/setup.cfg 2020-12-01 14:03:34.847166000 +0100
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.2.3
+current_version = 2.0.1
commit = True
tag = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/py-multihash-0.2.3/setup.py
new/py-multihash-2.0.1/setup.py
--- old/py-multihash-0.2.3/setup.py 2018-10-20 08:19:33.000000000 +0200
+++ new/py-multihash-2.0.1/setup.py 2020-12-01 14:03:24.000000000 +0100
@@ -15,7 +15,7 @@
'varint>=1.0.2,<2.0',
'six>=1.10.0,<2.0',
'morphys>=1.0,<2.0',
- 'base58>=1.0.2,<2.0',
+ 'base58>=1.0.2,<3.0',
]
setup_requirements = ['pytest-runner', ]
@@ -28,7 +28,7 @@
setup(
name='py-multihash',
- version='0.2.3',
+ version='2.0.1',
description="Multihash implementation in Python",
long_description=readme + '\n\n' + history,
author="Dhruv Baldawa",