Hello community,

here is the log from the commit of package python-odict for openSUSE:Factory 
checked in at 2018-05-29 10:31:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-odict (Old)
 and      /work/SRC/openSUSE:Factory/.python-odict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-odict"

Tue May 29 10:31:04 2018 rev:9 rq:610416 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-odict/python-odict.changes        
2013-10-25 11:25:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-odict.new/python-odict.changes   
2018-05-29 10:31:04.943145573 +0200
@@ -1,0 +2,15 @@
+Fri May 18 14:18:48 UTC 2018 - mc...@suse.com
+
+- Fix SPEC file with spec-cleaner and add tests
+- Version update to 1.6.2:
+   * Use class name instead of 'odict()' in __repr__. [rnix]
+   * pypi masness. [rnix]
+   * Compatible with Python 3 and pypy. [rnix]
+   * Fix permission problem in 1.5.1 release, some files were only rw by user. 
[jensens, 2016-11-25]
+
+-------------------------------------------------------------------
+Thu Aug 24 13:47:04 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -22,0 +38 @@
+

Old:
----
  odict-1.5.1.tar.gz

New:
----
  odict-1.6.2.tar.gz

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

Other differences:
------------------
++++++ python-odict.spec ++++++
--- /var/tmp/diff_new_pack.rmdCs2/_old  2018-05-29 10:31:06.659082189 +0200
+++ /var/tmp/diff_new_pack.rmdCs2/_new  2018-05-29 10:31:06.659082189 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-odict
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,23 +16,20 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-odict
-Version:        1.5.1
+Version:        1.6.2
 Release:        0
-Url:            https://github.com/bluedynamics/odict
 Summary:        Ordered dictionary
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/o/odict/odict-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-#BuildRequires:  python-interlude
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+URL:            https://github.com/bluedynamics/odict
+Source:         
https://files.pythonhosted.org/packages/source/o/odict/odict-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-%endif
+%python_subpackages
 
 %description
 Dictionary in which the *insertion* order of items is preserved (using an
@@ -53,18 +50,19 @@
 %setup -q -n odict-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 #Tests broken upstream
-#%%check
-#python setup.py test
+%check
+%python_exec setup.py test
 
-%files
-%defattr(-,root,root)
-%doc LICENSE.rst README.rst
+%files %{python_files}
+%license LICENSE.rst
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ odict-1.5.1.tar.gz -> odict-1.6.2.tar.gz ++++++
++++ 2800 lines of diff (skipped)


Reply via email to