Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-bidict for openSUSE:Factory 
checked in at 2021-09-06 15:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bidict (Old)
 and      /work/SRC/openSUSE:Factory/.python-bidict.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bidict"

Mon Sep  6 15:58:08 2021 rev:10 rq:917115 version:0.21.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bidict/python-bidict.changes      
2021-06-01 10:38:11.756888045 +0200
+++ /work/SRC/openSUSE:Factory/.python-bidict.new.1899/python-bidict.changes    
2021-09-06 15:58:25.189289808 +0200
@@ -1,0 +2,19 @@
+Sun Sep  5 18:06:07 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 0.21.3
+  * All bidicts now provide the equals_order_sensitive() method,
+    not just bidict.OrderedBidicts.
+  * Since support for Python < 3.6 was dropped in v0.21.0,
+    non-Ordered bidicts preserve a deterministic ordering on all
+    supported Python versions, so all bidicts can now provide
+    equals_order_sensitive().
+  * Take better advantage of the fact that dicts are reversible
+    in Python 3.8+. This allows even non-Ordered bidicts to
+    efficiently provide a __reversed__() implementation, which
+    they now do. As a result, if you are using Python 3.8+,
+    frozenbidict now gives you everything that
+    FrozenOrderedBidict gives you with less space overhead.
+  * Drop setuptools_scm as a setup_requires dependency.
+  * Remove the bidict.__version_info__ attribute.
+
+-------------------------------------------------------------------

Old:
----
  bidict-0.21.2.tar.gz

New:
----
  bidict-0.21.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-bidict.spec ++++++
--- /var/tmp/diff_new_pack.HQ2oGb/_old  2021-09-06 15:58:25.697289690 +0200
+++ /var/tmp/diff_new_pack.HQ2oGb/_new  2021-09-06 15:58:25.701289689 +0200
@@ -19,13 +19,12 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-bidict
-Version:        0.21.2
+Version:        0.21.3
 Release:        0
 Summary:        Bidirectional map implementation for Python
 License:        MPL-2.0
 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}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++++++ bidict-0.21.2.tar.gz -> bidict-0.21.3.tar.gz ++++++
++++ 4235 lines of diff (skipped)

Reply via email to