Hello community,

here is the log from the commit of package python-addict for openSUSE:Factory 
checked in at 2019-04-30 13:05:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-addict (Old)
 and      /work/SRC/openSUSE:Factory/.python-addict.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-addict"

Tue Apr 30 13:05:48 2019 rev:4 rq:699148 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-addict/python-addict.changes      
2019-03-22 15:00:32.545820736 +0100
+++ /work/SRC/openSUSE:Factory/.python-addict.new.5536/python-addict.changes    
2019-04-30 13:05:51.941909343 +0200
@@ -1,0 +2,6 @@
+Mon Apr 29 07:03:49 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 2.2.1:
+  * Include tests in sdist
+
+-------------------------------------------------------------------

Old:
----
  v2.2.0.tar.gz

New:
----
  v2.2.1.tar.gz

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

Other differences:
------------------
++++++ python-addict.spec ++++++
--- /var/tmp/diff_new_pack.SW4kzp/_old  2019-04-30 13:05:53.337908082 +0200
+++ /var/tmp/diff_new_pack.SW4kzp/_new  2019-04-30 13:05:53.349908071 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-addict
-Version:        2.2.0
+Version:        2.2.1
 Release:        0
 Summary:        A dictionary using both attribute and item syntax
 License:        MIT

++++++ v2.2.0.tar.gz -> v2.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/addict-2.2.0/MANIFEST.in new/addict-2.2.1/MANIFEST.in
--- old/addict-2.2.0/MANIFEST.in        1970-01-01 01:00:00.000000000 +0100
+++ new/addict-2.2.1/MANIFEST.in        2019-04-28 10:12:41.000000000 +0200
@@ -0,0 +1,2 @@
+include test_addict.py
+include LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/addict-2.2.0/README.md new/addict-2.2.1/README.md
--- old/addict-2.2.0/README.md  2018-08-23 07:30:02.000000000 +0200
+++ new/addict-2.2.1/README.md  2019-04-28 10:12:41.000000000 +0200
@@ -50,7 +50,7 @@
 {'a': {'b': {'c': {'d': {'e': 2}}}}}
 ```
 
-If the `Dict` is instanciated with any iterable values, it will iterate 
through and clone these values, and turn `dict`s into `Dict`s.
+If the `Dict` is instantiated with any iterable values, it will iterate 
through and clone these values, and turn `dict`s into `Dict`s.
 Hence, the following works
 ```Python
 >>> mapping = {'a': [{'b': 3}, {'b': 3}]}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/addict-2.2.0/addict/__init__.py 
new/addict-2.2.1/addict/__init__.py
--- old/addict-2.2.0/addict/__init__.py 2018-08-23 07:30:02.000000000 +0200
+++ new/addict-2.2.1/addict/__init__.py 2019-04-28 10:12:41.000000000 +0200
@@ -2,7 +2,7 @@
 
 
 __title__ = 'addict'
-__version__ = '2.2.0'
+__version__ = '2.2.1'
 __author__ = 'Mats Julian Olsen'
 __license__ = 'MIT'
 __copyright__ = 'Copyright 2014, 2015, 2016 Mats Julian Olsen'


Reply via email to