Hello community,

here is the log from the commit of package python-billiard for openSUSE:Factory 
checked in at 2018-12-13 19:47:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-billiard (Old)
 and      /work/SRC/openSUSE:Factory/.python-billiard.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-billiard"

Thu Dec 13 19:47:33 2018 rev:14 rq:655584 version:3.5.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-billiard/python-billiard.changes  
2017-08-10 14:11:28.953696181 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-billiard.new.28833/python-billiard.changes   
    2018-12-13 19:47:35.840766758 +0100
@@ -1,0 +2,13 @@
+Thu Dec  6 11:17:08 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix the build again
+- Fix the fdupes call
+- Update version to 3.5.0.5:
+  * Various small bugfixes all around
+
+-------------------------------------------------------------------
+Tue Dec  4 12:46:06 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

Old:
----
  billiard-3.5.0.2.tar.gz

New:
----
  billiard-3.5.0.5.tar.gz

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

Other differences:
------------------
++++++ python-billiard.spec ++++++
--- /var/tmp/diff_new_pack.E2k0tr/_old  2018-12-13 19:47:36.852765447 +0100
+++ /var/tmp/diff_new_pack.E2k0tr/_new  2018-12-13 19:47:36.856765442 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-billiard
 #
-# 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
@@ -12,40 +12,37 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-billiard
-Version:        3.5.0.2
+Version:        3.5.0.5
 Release:        0
-Url:            https://github.com/celery/billiard
 Summary:        Python multiprocessing fork
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
+URL:            https://github.com/celery/billiard
 Source:         
https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module case >= 1.3.1}
+BuildRequires:  %{python_module pytest >= 3.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# Documentation requirements (only python3 needed):
+BuildRequires:  python2-devel
+# Documentation requirements
 BuildRequires:  python3-Sphinx >= 0.5
-# Test requirements:
-BuildRequires:  %{python_module case >= 1.3.1}
-BuildRequires:  %{python_module pytest >= 3.0}
-Suggests:       %name-doc = %version
+Suggests:       %{name}-doc = %{version}
 %ifpython3
 BuildArch:      noarch
 %endif
 
 %package -n %{name}-doc
-Summary:        Documentation for %name
+Summary:        Documentation for %{name}
 Group:          Development/Languages/Python
 Provides:       %{python_module billiard-doc = %{version}}
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -55,7 +52,7 @@
 Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk.
 
 %description -n %{name}-doc
-Documentation and help files for %name.
+Documentation and help files for %{name}.
 
 %prep
 %setup -q -n billiard-%{version}
@@ -69,24 +66,17 @@
 
 %install
 %python_install
-%fdupes %buildroot/%_prefix
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
 %python_exec setup.py test
 
 %files  %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.txt README.rst
-%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
 %license LICENSE.txt
-%else
-%doc LICENSE.txt
-%endif
-%ifpython2
-%{python_sitearch}/*
-%else
-%{python_sitelib}/*
-%endif
+%python3_only %{python_sitelib}/*
+%python2_only %{python_sitearch}/*
 
 %files -n %{name}-doc
 %doc Doc/html

++++++ billiard-3.5.0.2.tar.gz -> billiard-3.5.0.5.tar.gz ++++++
++++ 2375 lines of diff (skipped)


Reply via email to