Hello community,

here is the log from the commit of package python-attrs for openSUSE:Factory 
checked in at 2019-03-08 13:28:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-attrs (Old)
 and      /work/SRC/openSUSE:Factory/.python-attrs.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-attrs"

Fri Mar  8 13:28:37 2019 rev:9 rq:681547 version:19.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-attrs/python-attrs.changes        
2018-12-14 20:45:28.101668258 +0100
+++ /work/SRC/openSUSE:Factory/.python-attrs.new.28833/python-attrs.changes     
2019-03-08 13:28:39.218991147 +0100
@@ -1,0 +2,14 @@
+Mon Mar  4 20:07:57 UTC 2019 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 19.1.0
+ * Fixed a bug where deserialized objects with cache_hash=True could have
+    incorrect hash code values
+ * Add is_callable, deep_iterable, and deep_mapping validators.
+ * Fixed stub files to prevent errors raised by mypy's
+    disallow_any_generics = True option.
+ * Attributes with init=False now can follow after kw_only=True attributes.
+ * attrs now has first class support for defining exception classes.
+ * Clarified documentation for hashing to warn that hashable objects should
+    be deeply immutable 
+
+-------------------------------------------------------------------

Old:
----
  attrs-18.2.0.tar.gz

New:
----
  attrs-19.1.0.tar.gz

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

Other differences:
------------------
++++++ python-attrs.spec ++++++
--- /var/tmp/diff_new_pack.RcXhL8/_old  2019-03-08 13:28:39.786991048 +0100
+++ /var/tmp/diff_new_pack.RcXhL8/_new  2019-03-08 13:28:39.790991047 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-attrs
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with tests
 Name:           python-attrs
-Version:        18.2.0
+Version:        19.1.0
 Release:        0
 Summary:        Attributes without boilerplate
 License:        MIT
@@ -32,7 +32,9 @@
 BuildArch:      noarch
 %if %{with tests}
 BuildRequires:  %{python_module hypothesis}
+BuildRequires:  %{python_module pympler}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module zope.interface}
 %endif
 %python_subpackages

++++++ attrs-18.2.0.tar.gz -> attrs-19.1.0.tar.gz ++++++
++++ 2331 lines of diff (skipped)


Reply via email to