Hello community,

here is the log from the commit of package python-bidict for openSUSE:Factory 
checked in at 2019-03-01 16:47:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bidict (Old)
 and      /work/SRC/openSUSE:Factory/.python-bidict.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bidict"

Fri Mar  1 16:47:53 2019 rev:4 rq:680050 version:0.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bidict/python-bidict.changes      
2018-12-13 19:39:43.041352700 +0100
+++ /work/SRC/openSUSE:Factory/.python-bidict.new.28833/python-bidict.changes   
2019-03-01 16:47:54.861787959 +0100
@@ -1,0 +2,37 @@
+Sun Feb 10 11:49:33 UTC 2019 - John Vandenberg <[email protected]>
+
+- Remove unused build dependencies
+- Add export LANG=en_US.UTF-8
+- Add docs/*.rst to %doc
+- Update to v0.18.0
+  + Rename BidirectionalMapping.inv to BidirectionalMapping.inverse
+    and make BidictBase.inv an alias.
+  + BidirectionalMapping.__subclasshook__ now requires an ``inverse``
+    attribute rather than an inv attribute for a class to qualify as a
+    virtual subclass.
+    This breaking change is expected to affect few if any users.
+  + Add Python 2/3-compatible compat.collections_abc alias.
+  + Drop support for Python 3.4
+- from v0.17.5
+  + Remove the ``__delegate__`` instance attribute added in the previous 
release.
+    Instead of checking ``self.__delegate__`` and delegating accordingly
+    each time a possibly-delegating method is called,
+    revert back to using "delegated-to-fwdm" mixin classes
+    now found in bidict._delegating_mixins, and resurrect a mutable bidict
+    parent class that omits the mixins
+  + Rename __repr_delegate__ to BidictBase._repr_delegate
+- Update to v0.17.4
+  + `~bidict.OrderedBidict` optimizations and code improvements.
+  + Refactor proxied- (i.e. delegated-) to-_fwdm logic
+    for better composability and interoperability.
+  + Change ``__repr_delegate__`` to simply take a type like dict or list
+  + Upgrade to latest major release of sortedcontainers
+  + bidict.compat.{view,iter}{keys,values,items} on Python 2
+    no longer assumes the target object implements these methods,
+    as they're not actually part of the collections.abc.Mapping interface,
+    and provides fallback implementations when the methods are unavailable.
+- Update to v0.17.3
+  + Improve packaging by adding a pyproject.toml
+  + Drop pytest-runner and support for running tests via setup.py test
+
+-------------------------------------------------------------------

Old:
----
  bidict-0.17.2.tar.gz

New:
----
  bidict-0.18.0.tar.gz

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

Other differences:
------------------
++++++ python-bidict.spec ++++++
--- /var/tmp/diff_new_pack.JlaOzg/_old  2019-03-01 16:47:55.417787747 +0100
+++ /var/tmp/diff_new_pack.JlaOzg/_new  2019-03-01 16:47:55.417787747 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bidict
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-bidict
-Version:        0.17.2
+Version:        0.18.0
 Release:        0
 Summary:        Bidirectional map implementation for Python
 License:        MPL-2.0
@@ -30,15 +30,9 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module coverage >= 4.3.4}
-BuildRequires:  %{python_module flake8 >= 3.2.1}
 BuildRequires:  %{python_module hypothesis >= 3.6.1}
-BuildRequires:  %{python_module py >= 1.4.31}
-BuildRequires:  %{python_module pydocstyle >= 1.1.1}
 BuildRequires:  %{python_module pytest >= 3.0.7}
 BuildRequires:  %{python_module pytest-benchmark >= 3.1.0a1}
-BuildRequires:  %{python_module pytest-cov >= 2.4.0}
-BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module sortedcollections >= 0.4.2}
 BuildRequires:  %{python_module sortedcontainers >= 1.5.5}
 # /SECTION
@@ -53,17 +47,20 @@
 %setup -q -n bidict-%{version}
 
 %build
+export LANG=en_US.UTF-8
 %python_build
 
 %install
 %python_install
+export LANG=en_US.UTF-8
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LANG=en_US.UTF-8
 %python_expand py.test-%{$python_bin_suffix}
 
 %files %{python_files}
-%doc CHANGELOG.rst README.rst
+%doc CHANGELOG.rst README.rst docs/*.rst
 %license LICENSE
 %{python_sitelib}/*
 

++++++ bidict-0.17.2.tar.gz -> bidict-0.18.0.tar.gz ++++++
++++ 6010 lines of diff (skipped)


Reply via email to