Hello community, here is the log from the commit of package python-bidict for openSUSE:Factory checked in at 2020-01-25 13:25:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bidict (Old) and /work/SRC/openSUSE:Factory/.python-bidict.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bidict" Sat Jan 25 13:25:07 2020 rev:6 rq:766972 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bidict/python-bidict.changes 2019-09-16 10:50:21.939172519 +0200 +++ /work/SRC/openSUSE:Factory/.python-bidict.new.26092/python-bidict.changes 2020-01-25 13:25:12.632064175 +0100 @@ -1,0 +2,10 @@ +Fri Jan 17 16:50:46 UTC 2020 - Marketa Calabkova <[email protected]> + +- update to 0.19.0 + * Drop support for Python 2 as promised in v0.18.2. + * Deprecate bidict.OVERWRITE and bidict.IGNORE. A UserWarning will now be emitted if these are used. + * Rename DuplicationPolicy to OnDupAction (and implement it via an Enum). + * No longer use __all__ in bidict’s __init__.py. + * Improve validation of names passed to namedbidict(). + +------------------------------------------------------------------- Old: ---- bidict-0.18.2.tar.gz New: ---- bidict-0.19.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bidict.spec ++++++ --- /var/tmp/diff_new_pack.Yd5sx0/_old 2020-01-25 13:25:13.296064465 +0100 +++ /var/tmp/diff_new_pack.Yd5sx0/_new 2020-01-25 13:25:13.300064467 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-bidict # -# Copyright (c) 2019 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 @@ -16,14 +16,15 @@ # +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bidict -Version: 0.18.2 +Version: 0.19.0 Release: 0 Summary: Bidirectional map implementation for Python License: MPL-2.0 Group: Development/Languages/Python -Url: https://github.com/jab/bidict +URL: https://github.com/jab/bidict Source: https://files.pythonhosted.org/packages/source/b/bidict/bidict-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} ++++++ bidict-0.18.2.tar.gz -> bidict-0.19.0.tar.gz ++++++ ++++ 5075 lines of diff (skipped)
