Hello community,

here is the log from the commit of package python-addict for openSUSE:Factory 
checked in at 2019-03-22 15:00:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-addict (Old)
 and      /work/SRC/openSUSE:Factory/.python-addict.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-addict"

Fri Mar 22 15:00:25 2019 rev:3 rq:682107 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-addict/python-addict.changes      
2018-12-12 17:24:37.407171381 +0100
+++ /work/SRC/openSUSE:Factory/.python-addict.new.25356/python-addict.changes   
2019-03-22 15:00:32.545820736 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 11:18:43 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 2.2.0:
+  * In this release it's easier / better to inherit from a Dict instance
+- Switch to github tarball to get license and tests
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  addict-2.1.2.tar.gz

New:
----
  v2.2.0.tar.gz

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

Other differences:
------------------
++++++ python-addict.spec ++++++
--- /var/tmp/diff_new_pack.oesZcl/_old  2019-03-22 15:00:35.393818808 +0100
+++ /var/tmp/diff_new_pack.oesZcl/_new  2019-03-22 15:00:35.437818778 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-addict
 #
-# 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
@@ -17,22 +17,18 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Test scripts missing
-%bcond_with     test
 Name:           python-addict
-Version:        2.1.2
+Version:        2.2.0
 Release:        0
 Summary:        A dictionary using both attribute and item syntax
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/mewwts/addict
-Source:         
https://files.pythonhosted.org/packages/source/a/addict/addict-%{version}.tar.gz
-Source10:       
https://raw.githubusercontent.com/mewwts/addict/v%{version}/LICENSE
+URL:            https://github.com/mewwts/addict
+Source:         https://github.com/mewwts/addict/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -42,7 +38,6 @@
 
 %prep
 %setup -q -n addict-%{version}
-cp %{SOURCE10} .
 
 %build
 %python_build
@@ -51,13 +46,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
 %license LICENSE
 %{python_sitelib}/*


Reply via email to