Hello community,

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

Package is "python-sortedcontainers"

Tue May 15 10:13:45 2018 rev:5 rq:606565 version:1.5.10

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sortedcontainers/python-sortedcontainers.changes
  2017-12-14 10:56:58.161103243 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sortedcontainers.new/python-sortedcontainers.changes
     2018-05-15 10:33:29.963973497 +0200
@@ -1,0 +2,9 @@
+Thu May 10 15:10:46 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.5.10:
+  * Improved performance of islice(...) methods.
+
+-------------------------------------------------------------------

Old:
----
  sortedcontainers-1.5.9.tar.gz

New:
----
  sortedcontainers-1.5.10.tar.gz

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

Other differences:
------------------
++++++ python-sortedcontainers.spec ++++++
--- /var/tmp/diff_new_pack.EsN1q0/_old  2018-05-15 10:33:31.123930894 +0200
+++ /var/tmp/diff_new_pack.EsN1q0/_new  2018-05-15 10:33:31.127930747 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sortedcontainers
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-sortedcontainers
-Version:        1.5.9
+Version:        1.5.10
 Release:        0
 Summary:        Sorted container data types
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            http://www.grantjenks.com/docs/sortedcontainers
+URL:            http://www.grantjenks.com/docs/sortedcontainers
 Source:         
https://files.pythonhosted.org/packages/source/s/sortedcontainers/sortedcontainers-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module nose}
@@ -31,7 +31,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -53,8 +52,8 @@
 %package     -n %{name}-doc
 Summary:        Documentation for %{name}
 Group:          Documentation/HTML
-Provides:       %{python_module zope.schema-doc = %{version}}
 Requires:       %{name} = %{version}
+Provides:       %{python_module zope.schema-doc = %{version}}
 
 %description -n %{name}-doc
 This package contains documentation files for %{name}.
@@ -65,26 +64,25 @@
 
 %build
 %python_build
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install
 # We need to install docs by hand to be able to run fdupes on it
-mkdir -pv %{buildroot}%{_datadir}/doc/packages/%{name}-doc
-cp -r build/sphinx/html %{buildroot}%{_datadir}/doc/packages/%{name}-doc
-%fdupes -s %{buildroot}%{_datadir}/doc/packages/%{name}-doc
+mkdir -pv %{buildroot}%{_docdir}/%{name}-doc
+cp -r build/sphinx/html %{buildroot}%{_docdir}/%{name}-doc
+%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec %{_bindir}/nosetests -v
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
-%doc %{_datadir}/doc/packages/%{name}-doc
+%doc %{_docdir}/%{name}-doc
 
 %changelog

++++++ sortedcontainers-1.5.9.tar.gz -> sortedcontainers-1.5.10.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-sortedcontainers/sortedcontainers-1.5.9.tar.gz
 
/work/SRC/openSUSE:Factory/.python-sortedcontainers.new/sortedcontainers-1.5.10.tar.gz
 differ: char 5, line 1


Reply via email to