commit python-tqdm for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Factory 
checked in at 2018-08-08 14:54:06

Comparing /work/SRC/openSUSE:Factory/python-tqdm (Old)
 and  /work/SRC/openSUSE:Factory/.python-tqdm.new (New)


Package is "python-tqdm"

Wed Aug  8 14:54:06 2018 rev:11 rq:627954 version:4.24.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes  2018-07-14 
20:27:45.908578167 +0200
+++ /work/SRC/openSUSE:Factory/.python-tqdm.new/python-tqdm.changes 
2018-08-08 14:54:50.281682604 +0200
@@ -1,0 +2,11 @@
+Tue Aug  7 14:44:44 UTC 2018 - toddrme2...@gmail.com
+
+- update to 4.24.0
+  * autonotebook submodule for automatic selection of notebook/CLI bar (#443, 
#508)
+> update/add pandas() example documentation (#474)
+  * NameError:IntProgress changed to a more helpful ImportError (#187, #451, 
#558)
+  * support bool() cast when disable=True (#574)
+  * fix format_sizeof hundreds rounding (#579 -> #581)
+  * ensure URLs in documentation are secure (https)
+
+---

Old:

  tqdm-4.23.4.tar.gz

New:

  tqdm-4.24.0.tar.gz



Other differences:
--
++ python-tqdm.spec ++
--- /var/tmp/diff_new_pack.mNWHw1/_old  2018-08-08 14:54:52.001685446 +0200
+++ /var/tmp/diff_new_pack.mNWHw1/_new  2018-08-08 14:54:52.001685446 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-tqdm
-Version:4.23.4
+Version:4.24.0
 Release:0
 Summary:An extensible progress meter
 License:MPL-2.0 AND MIT
@@ -31,14 +31,17 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-BuildArch:  noarch
 # SECTION test requirements
+BuildRequires:  %{python_module jupyter_ipython}
+BuildRequires:  %{python_module jupyter_ipywidgets}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pandas}
 # /SECTION
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:  noarch
+
 %python_subpackages
 
 %description
@@ -68,9 +71,10 @@
 %python_uninstall_alternative tqdm
 
 %check
-%{python_expand export PATH="$PATH:%{buildroot}%{_bindir}"
-nosetests-%{$python_bin_suffix} --ignore-files="tests_perf\.py" 
--ignore-files="tests_synchronisation\.py" tqdm/
-}
+# tests currently broken, see https://github.com/tqdm/tqdm/pull/586
+# %%{python_expand export PATH="$PATH:%{buildroot}%{_bindir}"
+# nosetests-%%{$python_bin_suffix} --ignore-files="tests_perf\.py" 
--ignore-files="tests_synchronisation\.py" tqdm/
+# }
 
 %files %{python_files}
 %doc README.rst logo.png

++ tqdm-4.23.4.tar.gz -> tqdm-4.24.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tqdm-4.23.4/CONTRIBUTING.md 
new/tqdm-4.24.0/CONTRIBUTING.md
--- old/tqdm-4.23.4/CONTRIBUTING.md 2018-05-14 01:34:20.0 +0200
+++ new/tqdm-4.24.0/CONTRIBUTING.md 2018-07-26 15:07:34.0 +0200
@@ -88,7 +88,7 @@
 
 - regularly bump the version number in the file
 
[_version.py](https://raw.githubusercontent.com/tqdm/tqdm/master/tqdm/_version.py)
-- follow the [Semantic Versioning](http://semver.org/) convention
+- follow the [Semantic Versioning](https://semver.org/) convention
 - take care of this (instead of users) to avoid PR conflicts
 solely due to the version file bumping
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tqdm-4.23.4/PKG-INFO new/tqdm-4.24.0/PKG-INFO
--- old/tqdm-4.23.4/PKG-INFO2018-05-22 21:06:50.0 +0200
+++ new/tqdm-4.24.0/PKG-INFO2018-07-26 18:27:01.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: tqdm
-Version: 4.23.4
+Version: 4.24.0
 Summary: Fast, Extensible Progress Meter
 Home-page: https://github.com/tqdm/tqdm
 Author: Noam Yorav-Raphael
@@ -675,6 +675,18 @@
 |Screenshot-Jupyter2|
 |Screenshot-Jupyter3|
 
+It is also possible to let ``tqdm`` automatically choose between
+console or notebook versions by using the ``autonotebook`` submodule:
+
+.. code:: python
+
+from tqdm.autonotebook import tqdm
+tqdm.pandas()
+
+Note that this will issue a ``TqdmExperimentalWarning`` if run in a 
notebook
+since it is not meant to be possible to distinguish between ``jupyter 
notebook``
+and ``jupyter console``.
+
 Writing messages
 
 
diff -urN 

commit python-Django for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2018-08-08 14:54:36

Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and  /work/SRC/openSUSE:Factory/.python-Django.new (New)


Package is "python-Django"

Wed Aug  8 14:54:36 2018 rev:40 rq:628043 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes  
2018-07-13 10:22:58.342572025 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2018-08-08 14:54:58.353695946 +0200
@@ -1,0 +2,11 @@
+Wed Aug  8 09:35:51 UTC 2018 - mimi...@gmail.com
+
+- update to version 2.1
+- move bash completion to right location
+- for full chanfges please see 
https://docs.djangoproject.com/en/2.1/releases/2.1/
+ * Dropped support for MySQL 5.5
+ * Dropped support for PostgreSQL 9.3
+ * Support for SpatiaLite 4.0 is removed
+ * Support for SQLite < 3.7.15 is removed.
+
+---

Old:

  Django-2.0.7.tar.gz
  Django-2.0.7.tar.gz.asc

New:

  Django-2.1.tar.gz
  Django-2.1.tar.gz.asc



Other differences:
--
++ python-Django.spec ++
--- /var/tmp/diff_new_pack.WYsBdI/_old  2018-08-08 14:54:58.885696825 +0200
+++ /var/tmp/diff_new_pack.WYsBdI/_new  2018-08-08 14:54:58.885696825 +0200
@@ -19,17 +19,17 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-Django
-Version:2.0.7
+Version:2.1
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://www.djangoproject.com
-Source: 
https://www.djangoproject.com/m/releases/2.0/Django-%{version}.tar.gz
+URL:http://www.djangoproject.com
+Source: 
https://www.djangoproject.com/m/releases/2.1/Django-%{version}.tar.gz
 Source1:
https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt#/Django-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 Source99:   python-Django-rpmlintrc
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -37,14 +37,13 @@
 Requires:   python-pytz
 Requires:   python-setuptools
 Requires:   python-xml
+Requires(post): update-alternatives
+Requires(preun): update-alternatives
 Recommends: python-bcrypt
 Provides:   python3-django = %{version}
 Obsoletes:  python3-django < %{version}
 Provides:   python3-South = %{version}
 Obsoletes:  python3-South < %{version}
-Requires(post):   update-alternatives
-Requires(preun):  update-alternatives
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -69,12 +68,12 @@
 %python_clone -a %{buildroot}%{_bindir}/django-admin.py
 %python_clone -a %{buildroot}%{_bindir}/django-admin
 
-%{python_expand install -D -m 0644 extras/django_bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion-%{$python_bin_suffix}.sh
+%{python_expand install -D -m 0644 extras/django_bash_completion 
%{buildroot}%%{_datadir}/bash-completion/completions/django_bash_completion-%{$python_bin_suffix}.sh
 pushd %{buildroot}%{$python_sitelib}
 chmod a-x django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
 # Fix wrong-script-interpreter
-sed -i "s|^#!/usr/bin/env python$|#!%{__$python}|" django/bin/django-admin.py
-sed -i "s|^#!/usr/bin/env python$|#!%{__$python}|" 
django/conf/project_template/manage.py-tpl
+sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" django/bin/django-admin.py
+sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" 
django/conf/project_template/manage.py-tpl
 %fdupes .
 # Deduplicating files can generate a RPMLINT warning for pyc mtime
 $python -m compileall -d %{$python_sitelib} django/bin/
@@ -96,12 +95,11 @@
 %python_uninstall_alternative django-admin
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc AUTHORS README.rst
 %license LICENSE
 %python_alternative %{_bindir}/django-admin
 %python_alternative %{_bindir}/django-admin.py
-%{_sysconfdir}/bash_completion.d/django_bash_completion-%{python_bin_suffix}.sh
+%{_datadir}/bash-completion/completions/django_bash_completion-%{python_bin_suffix}.sh
 %{python_sitelib}/django
 %{python_sitelib}/Django-%{version}-py*.egg-info
 

++ Django-2.0.7.tar.gz -> Django-2.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-Django/Django-2.0.7.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new/Django-2.1.tar.gz differ: char 5, 
line 1

++ Django-2.0.7.tar.gz.asc -> Django-2.1.tar.gz.asc 

commit gnusocialshell for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package gnusocialshell for openSUSE:Factory 
checked in at 2018-08-08 14:54:08

Comparing /work/SRC/openSUSE:Factory/gnusocialshell (Old)
 and  /work/SRC/openSUSE:Factory/.gnusocialshell.new (New)


Package is "gnusocialshell"

Wed Aug  8 14:54:08 2018 rev:2 rq:627955 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/gnusocialshell/gnusocialshell.changes
2017-05-17 10:53:58.398042231 +0200
+++ /work/SRC/openSUSE:Factory/.gnusocialshell.new/gnusocialshell.changes   
2018-08-08 14:54:52.193685764 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 22:03:50 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.3.0:
+  * Add a new "/tag" command, to read tags timelines.
+
+---

Old:

  GnuSocialShell-1.2.0.tar.gz

New:

  GnuSocialShell-v1.3.0.tar.bz2



Other differences:
--
++ gnusocialshell.spec ++
--- /var/tmp/diff_new_pack.35zf6C/_old  2018-08-08 14:54:52.665686544 +0200
+++ /var/tmp/diff_new_pack.35zf6C/_new  2018-08-08 14:54:52.669686550 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnusocialshell
 #
-# 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
@@ -16,16 +16,15 @@
 #
 
 
-%define _rev01ee8ccd7322e9780f8e7dbe9e2f0edac9227409
 %define _name   GnuSocialShell
 Name:   gnusocialshell
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:Text-based GNU social client
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Other
-Url:https://gnusocialshell.eu/
-Source: 
https://github.com/dalmemail/GnuSocialShell/archive/%{_rev}.tar.gz#/%{_name}-%{version}.tar.gz
+URL:https://dalme.net/gnusocialshell
+Source: 
https://gitlab.com/DalmeGNU/GnuSocialShell/-/archive/v%{version}/%{_name}-v%{version}.tar.bz2
 Patch0: gnusocialshell-fix-cflags.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -37,7 +36,7 @@
 GnuSocialShell is a text-based GNU social client written in C.
 
 %prep
-%setup -q -n %{_name}-%{_rev}
+%setup -q -n %{_name}-v%{version}
 %patch0 -p1
 touch config.rpath
 mv config config.example
@@ -51,8 +50,8 @@
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc LICENSE README.md config.example
+%license LICENSE
+%doc README.md config.example
 %{_bindir}/%{name}
 
 %changelog




commit python-django-debug-toolbar for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2018-08-08 14:54:35

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)


Package is "python-django-debug-toolbar"

Wed Aug  8 14:54:35 2018 rev:10 rq:628036 version:1.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2015-03-18 13:05:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2018-08-08 14:54:56.993693698 +0200
@@ -1,0 +2,8 @@
+Wed Aug  8 08:18:50 UTC 2018 - tchva...@suse.com
+
+- Version update to 1.9.1:
+  * Many many changes to list
+  * Fix building with latest djangos
+- Convert to singlespec
+
+---

Old:

  django-debug-toolbar-1.3.0.tar.gz

New:

  1.9.1.tar.gz



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.60yRd4/_old  2018-08-08 14:54:57.729694914 +0200
+++ /var/tmp/diff_new_pack.60yRd4/_new  2018-08-08 14:54:57.733694921 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debug-toolbar
 #
-# Copyright (c) 2015 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
@@ -17,26 +17,25 @@
 
 
 Name:   python-django-debug-toolbar
-Version:1.3.0
+Version:1.9.1
 Release:0
-Url:http://robhudson.github.com/django-debug-toolbar/
 Summary:A configurable set of panels that display various debug 
information
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/d/django-debug-toolbar/django-debug-toolbar-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-# Test requirements:
-BuildRequires:  python-Django >= 1.4.2
-BuildRequires:  python-sqlparse
-Requires:   python-Django >= 1.4.2
-Requires:   python-sqlparse
-%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/jazzband/django-debug-toolbar
+Source: 
https://github.com/jazzband/django-debug-toolbar/archive/%{version}.tar.gz
+BuildRequires:  %{python_module Django >= 1.11}
+BuildRequires:  %{python_module django-jinja}
+BuildRequires:  %{python_module html5lib}
+BuildRequires:  %{python_module isort}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module sqlparse >= 0.2.0}
+BuildRequires:  fdupes
+Requires:   python-Django >= 1.11
+Requires:   python-django-jinja
+Requires:   python-sqlparse >= 0.2.0
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 The Django Debug Toolbar is a configurable set of panels that display various
@@ -60,17 +59,21 @@
 
 %prep
 %setup -q -n django-debug-toolbar-%{version}
-sed -i "s/\(django>=1.4.2\),<1.6/\1/" setup.py 
django_debug_toolbar.egg-info/requires.txt
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%check
+export DJANGO_SETTINGS_MODULE=tests.settings
+%python_expand $python -m django test -v2 tests
+
+%files %{python_files}
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ django-debug-toolbar-1.3.0.tar.gz -> 1.9.1.tar.gz ++
 8064 lines of diff (skipped)




commit gpxsee for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2018-08-08 14:54:23

Comparing /work/SRC/openSUSE:Factory/gpxsee (Old)
 and  /work/SRC/openSUSE:Factory/.gpxsee.new (New)


Package is "gpxsee"

Wed Aug  8 14:54:23 2018 rev:32 rq:628006 version:5.16

Changes:

--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes2018-07-09 
13:27:14.374999069 +0200
+++ /work/SRC/openSUSE:Factory/.gpxsee.new/gpxsee.changes   2018-08-08 
14:54:55.153690656 +0200
@@ -1,0 +2,8 @@
+Wed Aug  8 00:38:35 CEST 2018 - tu...@cbox.cz
+
+- Update to version 5.16
+  * Added statistics report.
+  * Added support for HTTP/2 (Qt>=5.10.1)
+  * Various minor bugfixes.
+
+---

Old:

  GPXSee-5.15.tar.gz

New:

  GPXSee-5.16.tar.gz



Other differences:
--
++ gpxsee.spec ++
--- /var/tmp/diff_new_pack.5Rw6oe/_old  2018-08-08 14:54:55.897691886 +0200
+++ /var/tmp/diff_new_pack.5Rw6oe/_new  2018-08-08 14:54:55.897691886 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   gpxsee
-Version:5.15
+Version:5.16
 Release:1
 Summary:GPS log files visualizing and analyzing tool
 License:GPL-3.0

++ GPXSee-5.15.tar.gz -> GPXSee-5.16.tar.gz ++
 5913 lines of diff (skipped)

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.5Rw6oe/_old  2018-08-08 14:54:56.141692289 +0200
+++ /var/tmp/diff_new_pack.5Rw6oe/_new  2018-08-08 14:54:56.141692289 +0200
@@ -1,5 +1,5 @@
 pkgname=gpxsee
-pkgver=5.15
+pkgver=5.16
 pkgrel=1
 pkgdesc='GPS log files visualizing and analyzing tool'
 arch=('i686' 'x86_64')

++ debian.changelog ++
--- /var/tmp/diff_new_pack.5Rw6oe/_old  2018-08-08 14:54:56.165692329 +0200
+++ /var/tmp/diff_new_pack.5Rw6oe/_new  2018-08-08 14:54:56.169692335 +0200
@@ -1,3 +1,11 @@
+gpxsee (5.16) stable; urgency=low
+
+  * Added statistics report.
+  * Added support for HTTP/2 (Qt>=5.10.1)
+  * Various minor bugfixes.
+
+ -- Martin Tuma   Wed, 08 Aug 2018 00:51:41 +0200
+
 gpxsee (5.15) stable; urgency=low
 
   * Added gear ratio/shifts graphs (Shimano Di2).

++ gpxsee.dsc ++
--- /var/tmp/diff_new_pack.5Rw6oe/_old  2018-08-08 14:54:56.233692441 +0200
+++ /var/tmp/diff_new_pack.5Rw6oe/_new  2018-08-08 14:54:56.233692441 +0200
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: gpxsee
-Version: 5.15
+Version: 5.16
 Binary: gpxsee
 Maintainer: Martin Tuma 
 Architecture: any
 Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, 
qttools5-dev-tools, libqt5opengl5-dev
 Files:
-  0 GPXSee-5.15.tar.gz
+  0 GPXSee-5.16.tar.gz




commit python-Django1 for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-Django1 for openSUSE:Factory 
checked in at 2018-08-08 14:54:40

Comparing /work/SRC/openSUSE:Factory/python-Django1 (Old)
 and  /work/SRC/openSUSE:Factory/.python-Django1.new (New)


Package is "python-Django1"

Wed Aug  8 14:54:40 2018 rev:4 rq:628044 version:1.11.15

Changes:

--- /work/SRC/openSUSE:Factory/python-Django1/python-Django1.changes
2018-04-17 11:14:32.930762931 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django1.new/python-Django1.changes   
2018-08-08 14:54:59.305697520 +0200
@@ -1,0 +2,14 @@
+Wed Aug  8 09:48:55 UTC 2018 - mimi...@gmail.com
+
+- update to version 1.11.15
+ * boo#1102680 - CVE-2018-14574 Open redirect possibility in CommonMiddleware
+ * Fixed WKBWriter.write() and write_hex() for empty polygons on GEOS 3.6.1+
+ * Fixed a regression in Django 1.11.8 where altering a field with a unique
+ constraint may drop and rebuild more foreign keys than necessary
+ * Fixed crashes in django.contrib.admindocs when a view is a callable object,
+ such as django.contrib.syndication.views.Feed
+ * Fixed a regression in Django 1.11.12 where QuerySet.values() or 
values_list()
+ after combining an annotated and unannotated queryset with union(),
+ difference(), or intersection() crashed due to mismatching columns
+
+---

Old:

  Django-1.11.12.tar.gz
  Django-1.11.12.tar.gz.asc

New:

  Django-1.11.15.tar.gz
  Django-1.11.15.tar.gz.asc



Other differences:
--
++ python-Django1.spec ++
--- /var/tmp/diff_new_pack.hptn8u/_old  2018-08-08 14:55:00.009698683 +0200
+++ /var/tmp/diff_new_pack.hptn8u/_new  2018-08-08 14:55:00.013698690 +0200
@@ -20,17 +20,17 @@
 %define oldpython python
 %define skip_python3 1
 Name:   python-Django1
-Version:1.11.12
+Version:1.11.15
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://www.djangoproject.com
+URL:http://www.djangoproject.com
 Source: 
https://www.djangoproject.com/m/releases/1.11/Django-%{version}.tar.gz
 Source1:
https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt#/Django-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 Source99:   python-Django1-rpmlintrc
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -38,7 +38,10 @@
 Requires:   python-pytz
 Requires:   python-setuptools
 Requires:   python-xml
+Requires(post): update-alternatives
+Requires(preun): update-alternatives
 Recommends: python-bcrypt
+BuildArch:  noarch
 %ifpython2
 Obsoletes:  %{oldpython}-django < %{version}
 Provides:   %{oldpython}-django = %{version}
@@ -49,9 +52,6 @@
 Provides:   python2-South = %{version}
 Obsoletes:  python2-South < %{version}
 %endif
-Requires(post):   update-alternatives
-Requires(preun):  update-alternatives
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -75,12 +75,12 @@
 %python_clone -a %{buildroot}%{_bindir}/django-admin.py
 %python_clone -a %{buildroot}%{_bindir}/django-admin
 
-%{python_expand install -D -m 0644 extras/django_bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion-%{$python_bin_suffix}.sh
+%{python_expand install -D -m 0644 extras/django_bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/django_bash_completion-%{$python_bin_suffix}.sh
 pushd %{buildroot}%{$python_sitelib}
 chmod a-x django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
 # Fix wrong-script-interpreter
-sed -i "s|^#!/usr/bin/env python$|#!%{__$python}|" django/bin/django-admin.py
-sed -i "s|^#!/usr/bin/env python$|#!%{__$python}|" 
django/conf/project_template/manage.py-tpl
+sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" django/bin/django-admin.py
+sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" 
django/conf/project_template/manage.py-tpl
 %fdupes .
 # Deduplicating files can generate a RPMLINT warning for pyc mtime
 $python -m compileall -d %{$python_sitelib} django/bin/
@@ -102,10 +102,11 @@
 %python_uninstall_alternative django-admin
 
 %files %{python_files}
-%doc AUTHORS LICENSE README.rst
+%license LICENSE
+%doc AUTHORS README.rst
 %python_alternative %{_bindir}/django-admin
 %python_alternative %{_bindir}/django-admin.py
-%{_sysconfdir}/bash_completion.d/django_bash_completion-%{python_bin_suffix}.sh
+%{_datadir}/bash-completion/completions/django_bash_completion-%{python_bin_suffix}.sh
 

commit 000product for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-08-08 14:54:53

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new (New)


Package is "000product"

Wed Aug  8 14:54:53 2018 rev:423 rq: version:unknown
Wed Aug  8 14:54:53 2018 rev:424 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ 
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.HiXtGP/_old  2018-08-08 14:55:25.217740367 +0200
+++ /var/tmp/diff_new_pack.HiXtGP/_new  2018-08-08 14:55:25.217740367 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20180807
+  20180808
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180807,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180808,openSUSE 
Tumbleweed Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.HiXtGP/_old  2018-08-08 14:55:25.237740401 +0200
+++ /var/tmp/diff_new_pack.HiXtGP/_new  2018-08-08 14:55:25.237740401 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20180807
+Version:    20180808
 Release:0
 Summary:openSUSE Tumbleweed Kubic 
 License:GPL-2.0-or-later
@@ -38,9 +38,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-Tumbleweed-Kubic
-Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180807-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180808-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180807
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180808
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180807-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180808-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20180807
+  20180808
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180807
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180808
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.HiXtGP/_old  2018-08-08 14:55:25.249740421 +0200
+++ /var/tmp/diff_new_pack.HiXtGP/_new  2018-08-08 14:55:25.249740421 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20180807
+  20180808
   11
-  cpe:/o:opensuse:opensuse:20180807,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180808,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.HiXtGP/_old  2018-08-08 14:55:25.309740520 +0200
+++ /var/tmp/diff_new_pack.HiXtGP/_new  2018-08-08 14:55:25.313740527 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20180807-i586-x86_64
+  openSUSE-20180808-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20180807
+  20180808
   11
-  cpe:/o:opensuse:opensuse:20180807,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180808,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja

commit python-GitPython for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-GitPython for 
openSUSE:Factory checked in at 2018-08-08 14:54:15

Comparing /work/SRC/openSUSE:Factory/python-GitPython (Old)
 and  /work/SRC/openSUSE:Factory/.python-GitPython.new (New)


Package is "python-GitPython"

Wed Aug  8 14:54:15 2018 rev:11 rq:627962 version:2.1.11

Changes:

--- /work/SRC/openSUSE:Factory/python-GitPython/python-GitPython.changes
2018-05-15 10:31:07.869192501 +0200
+++ /work/SRC/openSUSE:Factory/.python-GitPython.new/python-GitPython.changes   
2018-08-08 14:54:53.385687734 +0200
@@ -1,0 +2,17 @@
+Tue Aug  7 14:58:46 UTC 2018 - toddrme2...@gmail.com
+
+- update to 2.1.11
+  * Update test_docs.py
+  * Dedent code blocks in tutorial.
+  * Exception when constructing a Repo() from a pathlib.Path acknowledged help 
wanted
+  * Allow pathlib.Path in Repo.__init__
+  * Fix exception on import in MacOS
+  * Failed import raises non-ImportError exception on MacOS
+- update to 2.1.10
+  * Fix rename change type & support 'change in type' acknowledged
+  * Configurable chunk size
+  * Avoid from_timestamp() function to raise an exception when the offset…
+  * Adding files to repository that is located directly in the root 
acknowledged
+  * git: index: base: use os.path.relpath
+
+---

Old:

  GitPython-2.1.9.tar.gz

New:

  GitPython-2.1.11.tar.gz



Other differences:
--
++ python-GitPython.spec ++
--- /var/tmp/diff_new_pack.DgW7nK/_old  2018-08-08 14:54:53.805688428 +0200
+++ /var/tmp/diff_new_pack.DgW7nK/_new  2018-08-08 14:54:53.809688434 +0200
@@ -18,9 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Requires test files missing from the pypi source archive
+# See: https://github.com/gitpython-developers/GitPython/pull/788
 %bcond_with test
 Name:   python-GitPython
-Version:2.1.9
+Version:2.1.11
 Release:0
 Summary:Python Git Library
 License:BSD-3-Clause

++ GitPython-2.1.9.tar.gz -> GitPython-2.1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GitPython-2.1.9/AUTHORS new/GitPython-2.1.11/AUTHORS
--- old/GitPython-2.1.9/AUTHORS 2017-12-11 15:24:45.0 +0100
+++ new/GitPython-2.1.11/AUTHORS2018-07-15 14:44:37.0 +0200
@@ -26,5 +26,6 @@
 -Mikuláš Poul 
 -Charles Bouchard-Légaré 
 -Yaroslav Halchenko 
+-Tim Swast 
 
 Portions derived from other open source works and are clearly marked.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GitPython-2.1.9/GitPython.egg-info/PKG-INFO 
new/GitPython-2.1.11/GitPython.egg-info/PKG-INFO
--- old/GitPython-2.1.9/GitPython.egg-info/PKG-INFO 2018-03-24 
13:52:04.0 +0100
+++ new/GitPython-2.1.11/GitPython.egg-info/PKG-INFO2018-07-15 
15:37:40.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.2
 Name: GitPython
-Version: 2.1.9
+Version: 2.1.11
 Summary: Python Git Library
 Home-page: https://github.com/gitpython-developers/GitPython
 Author: Sebastian Thiel, Michael Trier
 Author-email: byron...@gmail.com, mtr...@gmail.com
 License: BSD License
-Description-Content-Type: UNKNOWN
 Description: GitPython is a python library used to interact with Git 
repositories
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GitPython-2.1.9/GitPython.egg-info/SOURCES.txt 
new/GitPython-2.1.11/GitPython.egg-info/SOURCES.txt
--- old/GitPython-2.1.9/GitPython.egg-info/SOURCES.txt  2018-03-24 
13:52:04.0 +0100
+++ new/GitPython-2.1.11/GitPython.egg-info/SOURCES.txt 2018-07-15 
15:37:40.0 +0200
@@ -94,6 +94,8 @@
 git/test/fixtures/diff_2
 git/test/fixtures/diff_2f
 git/test/fixtures/diff_abbrev-40_full-index_M_raw_no-color
+git/test/fixtures/diff_change_in_type
+git/test/fixtures/diff_change_in_type_raw
 git/test/fixtures/diff_f
 git/test/fixtures/diff_file_with_spaces
 git/test/fixtures/diff_i
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GitPython-2.1.9/PKG-INFO 
new/GitPython-2.1.11/PKG-INFO
--- old/GitPython-2.1.9/PKG-INFO2018-03-24 13:52:04.0 +0100
+++ new/GitPython-2.1.11/PKG-INFO   2018-07-15 15:37:41.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.2
 Name: GitPython
-Version: 2.1.9
+Version: 2.1.11
 Summary: Python Git Library
 Home-page: https://github.com/gitpython-developers/GitPython
 Author: Sebastian Thiel, Michael Trier
 Author-email: byron...@gmail.com, mtr...@gmail.com
 License: BSD License

commit bleachbit for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package bleachbit for openSUSE:Factory 
checked in at 2018-08-08 14:54:47

Comparing /work/SRC/openSUSE:Factory/bleachbit (Old)
 and  /work/SRC/openSUSE:Factory/.bleachbit.new (New)


Package is "bleachbit"

Wed Aug  8 14:54:47 2018 rev:30 rq:628051 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/bleachbit/bleachbit.changes  2018-03-11 
15:23:46.274401019 +0100
+++ /work/SRC/openSUSE:Factory/.bleachbit.new/bleachbit.changes 2018-08-08 
14:55:01.393700971 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 18:42:33 UTC 2018 - sebix+novell@sebix.at
+
+- Add missing dependency python-xml (boo#1104093).
+
+---



Other differences:
--
++ bleachbit.spec ++
--- /var/tmp/diff_new_pack.Xyl4wA/_old  2018-08-08 14:55:02.105702148 +0200
+++ /var/tmp/diff_new_pack.Xyl4wA/_new  2018-08-08 14:55:02.109702155 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files
 Requires:   python-gtk >= 2.6
+Requires:   python-xml
 Requires:   xdg-utils
 Recommends: %{name}-lang
 BuildArch:  noarch




commit legion for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package legion for openSUSE:Factory checked 
in at 2018-08-08 14:54:17

Comparing /work/SRC/openSUSE:Factory/legion (Old)
 and  /work/SRC/openSUSE:Factory/.legion.new (New)


Package is "legion"

Wed Aug  8 14:54:17 2018 rev:14 rq:628003 version:18.05.0

Changes:

--- /work/SRC/openSUSE:Factory/legion/legion.changes2018-07-14 
20:24:48.268121938 +0200
+++ /work/SRC/openSUSE:Factory/.legion.new/legion.changes   2018-08-08 
14:54:54.189689063 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 17:53:33 UTC 2018 - jungh...@votca.org
+
+- Drop reproducible.patch and replace by CMake options
+
+---

Old:

  reproducible.patch



Other differences:
--
++ legion.spec ++
--- /var/tmp/diff_new_pack.7a9mmh/_old  2018-08-08 14:54:54.777690035 +0200
+++ /var/tmp/diff_new_pack.7a9mmh/_new  2018-08-08 14:54:54.781690041 +0200
@@ -34,7 +34,6 @@
 Source0:%{name}-%{version}%{git_ver}.tar.gz
 Patch0: legion-fix-potential-return-of-random-data.patch
 Patch1: gcc-8.patch
-Patch2: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  %{mpi_implem}
@@ -100,12 +99,13 @@
 # Workaround GCC8 bug in TW
 %patch1 -p1
 %endif
-%patch2 -p1
 
 %build
 . %{_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh
 %{cmake} -DLegion_USE_HWLOC=ON \
  -DLegion_USE_GASNet=ON \
+ -DCOMPILER_SUPPORTS_MARCH=OFF \
+ -DCOMPILER_SUPPORTS_MCPU=OFF \
  -DLegion_BUILD_EXAMPLES=ON \
  -DLegion_BUILD_TESTS=ON \
  -DLegion_ENABLE_TESTING=ON \




commit python-stestr for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2018-08-08 14:54:12

Comparing /work/SRC/openSUSE:Factory/python-stestr (Old)
 and  /work/SRC/openSUSE:Factory/.python-stestr.new (New)


Package is "python-stestr"

Wed Aug  8 14:54:12 2018 rev:4 rq:627960 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2018-08-06 11:54:57.661315563 +0200
+++ /work/SRC/openSUSE:Factory/.python-stestr.new/python-stestr.changes 
2018-08-08 14:54:52.777686729 +0200
@@ -1,0 +2,10 @@
+Tue Aug  7 20:19:38 UTC 2018 - dmuel...@suse.com
+
+- fixtypo in last change
+
+---
+Mon Aug  6 11:06:07 UTC 2018 - tchva...@suse.com
+
+- Update the Requires/BuildRequires to reflect requirements.txt
+
+---



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.ul5hKd/_old  2018-08-08 14:54:53.245687502 +0200
+++ /var/tmp/diff_new_pack.ul5hKd/_new  2018-08-08 14:54:53.249687509 +0200
@@ -23,25 +23,35 @@
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/mtreinish/stestr
+URL:https://github.com/mtreinish/stestr
 Source: 
https://files.pythonhosted.org/packages/source/s/stestr/stestr-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module PyYAML >= 3.10.0}
+BuildRequires:  %{python_module cliff >= 2.8.0}
+BuildRequires:  %{python_module coverage >= 4.0}
+BuildRequires:  %{python_module ddt >= 1.0.1}
+BuildRequires:  %{python_module fixtures >= 3.0.0}
+BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module pbr >= 2.0.0}
+BuildRequires:  %{python_module python-subunit >= 1.3.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six >= 1.10.0}
+BuildRequires:  %{python_module testtools >= 2.2.0}
+BuildRequires:  %{python_module voluptuous >= 0.8.9}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-PyYAML >= 3.10.0
+Requires:   python-cliff >= 2.8.0
 Requires:   python-fixtures >= 3.0.0
 Requires:   python-future
 Requires:   python-pbr >= 2.0.0
-Requires:   python-python-subunit >= 0.18.0
+Requires:   python-python-subunit >= 1.3.0
 Requires:   python-six >= 1.10.0
 Requires:   python-testtools >= 2.2.0
-Suggests:   python-subunit2sql >= 1.8.0
+Requires:   python-voluptuous >= 0.8.9
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Suggests:   python-subunit2sql >= 1.8.0
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -70,7 +80,6 @@
 %python_uninstall_alternative stestr
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE
 %doc ChangeLog README.rst
 %python_alternative %{_bindir}/stestr




commit python-smmap2 for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-smmap2 for openSUSE:Factory 
checked in at 2018-08-08 14:53:49

Comparing /work/SRC/openSUSE:Factory/python-smmap2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-smmap2.new (New)


Package is "python-smmap2"

Wed Aug  8 14:53:49 2018 rev:2 rq:627909 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-smmap2/python-smmap2.changes  
2018-05-15 10:31:36.940124726 +0200
+++ /work/SRC/openSUSE:Factory/.python-smmap2.new/python-smmap2.changes 
2018-08-08 14:54:44.937673772 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 14:53:43 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 2.0.4
+  * Update homepage
+
+---

Old:

  smmap2-2.0.3.tar.gz

New:

  smmap2-2.0.4.tar.gz



Other differences:
--
++ python-smmap2.spec ++
--- /var/tmp/diff_new_pack.g8HV9i/_old  2018-08-08 14:54:45.829675246 +0200
+++ /var/tmp/diff_new_pack.g8HV9i/_new  2018-08-08 14:54:45.833675253 +0200
@@ -16,9 +16,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 Name:   python-smmap2
-Version:2.0.3
+Version:2.0.4
 Release:0
 License:BSD-3-Clause
 Summary:A pure python implementation of a sliding window memory map 
manager
@@ -29,11 +28,11 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
+# SECTION test requirements
 BuildRequires:  %{python_module coverage >= 3.4}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module nosexcover}
-%endif
+# /SECTION
 Conflicts:  python-smmap
 BuildArch:  noarch
 
@@ -71,13 +70,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
 %license LICENSE
+%doc README.md
 %{python_sitelib}/*
 
 %changelog

++ smmap2-2.0.3.tar.gz -> smmap2-2.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smmap2-2.0.3/PKG-INFO new/smmap2-2.0.4/PKG-INFO
--- old/smmap2-2.0.3/PKG-INFO   2017-06-10 18:52:51.0 +0200
+++ new/smmap2-2.0.4/PKG-INFO   2018-07-15 14:14:53.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: smmap2
-Version: 2.0.3
+Version: 2.0.4
 Summary: A pure python implementation of a sliding window memory map manager
-Home-page: https://github.com/Byron/smmap
+Home-page: https://github.com/gitpython-developers/smmap
 Author: Sebastian Thiel
 Author-email: byron...@gmail.com
 License: BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smmap2-2.0.3/README.md new/smmap2-2.0.4/README.md
--- old/smmap2-2.0.3/README.md  1970-01-01 01:00:00.0 +0100
+++ new/smmap2-2.0.4/README.md  2016-12-08 11:58:19.0 +0100
@@ -0,0 +1,86 @@
+## Motivation
+
+When reading from many possibly large files in a fashion similar to random 
access, it is usually the fastest and most efficient to use memory maps.
+
+Although memory maps have many advantages, they represent a very limited 
system resource as every map uses one file descriptor, whose amount is limited 
per process. On 32 bit systems, the amount of memory you can have mapped at a 
time is naturally limited to theoretical 4GB of memory, which may not be enough 
for some applications.
+
+
+## Limitations
+
+* **System resources (file-handles) are likely to be leaked!** This is due to 
the library authors reliance on a deterministic `__del__()` destructor.
+* The memory access is read-only by design.
+* In python below 2.6, memory maps will be created in compatibility mode which 
works, but creates inefficient memory mappings as they always start at offset 0.
+
+
+## Overview
+
+[![Build 
Status](https://travis-ci.org/gitpython-developers/smmap.svg?branch=master)](https://travis-ci.org/gitpython-developers/smmap)
+[![Build 
status](https://ci.appveyor.com/api/projects/status/kuws846av5lvmugo?svg=true=windows%20OK=windows%20failed)](https://ci.appveyor.com/project/Byron/smmap)
+[![Coverage 
Status](https://coveralls.io/repos/gitpython-developers/smmap/badge.png)](https://coveralls.io/r/gitpython-developers/smmap)
+[![Issue 
Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/pr)](http://www.issuestats.com/github/gitpython-developers/smmap)
+[![Issue 
Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/issue)](http://www.issuestats.com/github/gitpython-developers/smmap)
+
+Smmap wraps an interface around mmap and tracks the mapped files as well as 
the amount of clients who use it. If the system runs out of resources, 

commit libheimdal for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package libheimdal for openSUSE:Factory 
checked in at 2018-08-08 14:53:55

Comparing /work/SRC/openSUSE:Factory/libheimdal (Old)
 and  /work/SRC/openSUSE:Factory/.libheimdal.new (New)


Package is "libheimdal"

Wed Aug  8 14:53:55 2018 rev:8 rq:627946 version:7.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libheimdal/libheimdal.changes2018-01-19 
11:51:38.680074026 +0100
+++ /work/SRC/openSUSE:Factory/.libheimdal.new/libheimdal.changes   
2018-08-08 14:54:47.221677546 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 06:22:33 UTC 2018 - bwiedem...@suse.com
+
+- Add reproducible.patch to override build date (boo#1047218)
+- Use constant hostname (boo#1084909)
+
+---

New:

  reproducible.patch



Other differences:
--
++ libheimdal.spec ++
--- /var/tmp/diff_new_pack.OXO68o/_old  2018-08-08 14:54:47.889678650 +0200
+++ /var/tmp/diff_new_pack.OXO68o/_new  2018-08-08 14:54:47.893678657 +0200
@@ -28,6 +28,8 @@
 Source0:heimdal-%{version}-patched.tar.bz2
 Source2:heimdal-patch-source.sh
 Patch0: heimdal-patched.diff
+# PATCH-FIX-UPSTREAM bmwiedemann -- make build reproducible (boo#1047218)
+Patch1: reproducible.patch
 %if 0%{?sles_version} == 11
 BuildRequires:  libcom_err-devel
 BuildRequires:  sqlite3-devel
@@ -98,8 +100,10 @@
 %prep
 %setup -q -n heimdal-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
+export SOURCE_HOST=OBS # for reproducible builds (boo#1084909)
 autoreconf -fi
 %configure \
   --with-sqlite3=%{_prefix}

++ reproducible.patch ++
>From 6d27e0048963955b547584f004109bbbad6e9baf Mon Sep 17 00:00:00 2001
From: Nicolas Williams 
Date: Wed, 27 Sep 2017 15:30:00 -0500
Subject: [PATCH] Make builds reproduceable (#336)

---
 Makefile.am   |  1 -
 cf/krb-version.m4 | 24 
 configure.ac  | 51 ++-
 3 files changed, 46 insertions(+), 30 deletions(-)
 delete mode 100644 cf/krb-version.m4

diff --git a/Makefile.am b/Makefile.am
index f2bb5ac116..7fb69fdf4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,6 @@ EXTRA_DIST = \
cf/krb-prog-yacc.m4 \
cf/krb-sys-aix.m4 \
cf/krb-sys-nextstep.m4 \
-   cf/krb-version.m4 \
cf/roken.m4 \
cf/valgrind-suppressions \
cf/maybe-valgrind.sh \
diff --git a/cf/krb-version.m4 b/cf/krb-version.m4
deleted file mode 100644
index e196d993de..00
--- a/cf/krb-version.m4
+++ /dev/null
@@ -1,24 +0,0 @@
-dnl $Id$
-dnl
-dnl
-dnl output a C header-file with some version strings
-dnl
-
-AC_DEFUN([AC_KRB_VERSION],[
-cat > include/newversion.h.in  include/version.h
-fi
-])
diff --git a/configure.ac b/configure.ac
index 806b639730..212a7d2744 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,22 +663,63 @@ dnl
 dnl This is the release version name-number[beta]
 dnl
 
-cat > include/newversion.h.in < include/newversion.h.in < include/newversion.h.in  include/version.h
+   sed -e "s/@HOST@/$Host/" \
+-e "s;@USER@;$User;" \
+-e "s;@DATE@;$Date;" \
+-e "s;@BRANCH@;$GitBranch;" \
+-e "s;@TAG@;$GitDesc;" \
+-e "s;@COMMIT@;$GitCommit;" \
+include/version.h.in > include/version.h
 fi



commit python-Quandl for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-Quandl for openSUSE:Factory 
checked in at 2018-08-08 14:54:44

Comparing /work/SRC/openSUSE:Factory/python-Quandl (Old)
 and  /work/SRC/openSUSE:Factory/.python-Quandl.new (New)


Package is "python-Quandl"

Wed Aug  8 14:54:44 2018 rev:4 rq:628049 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Quandl/python-Quandl.changes  
2018-07-12 09:21:20.914601766 +0200
+++ /work/SRC/openSUSE:Factory/.python-Quandl.new/python-Quandl.changes 
2018-08-08 14:55:00.761699926 +0200
@@ -1,0 +2,8 @@
+Wed Jul 25 19:34:52 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 3.4.1:
+ * Include all documentation and test file in source distribution (sdist) 
tarballs
+- remove obsolete license.patch
+- change source url to pythonhosted because of these changes
+
+---

Old:

  license.patch
  v3.4.0.tar.gz

New:

  Quandl-3.4.1.tar.gz



Other differences:
--
++ python-Quandl.spec ++
--- /var/tmp/diff_new_pack.nU86Ht/_old  2018-08-08 14:55:01.269700766 +0200
+++ /var/tmp/diff_new_pack.nU86Ht/_new  2018-08-08 14:55:01.269700766 +0200
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Quandl
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Package for quandl API access
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/quandl/quandl-python
-Source: 
https://github.com/quandl/quandl-python/archive/v%{version}.tar.gz
-# PATCH_FIX_OPENSUSE license.patch
-Patch1: license.patch
+Source: 
https://files.pythonhosted.org/packages/source/Q/Quandl/Quandl-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -46,6 +44,7 @@
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyasn1}
 BuildRequires:  %{python_module pycodestyle}
+BuildRequires:  %{python_module pyflakes < 1.7.0}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module requests >= 2.7.0}
 BuildRequires:  %{python_module requests}
@@ -67,8 +66,7 @@
 Official Python library for Quandl's RESTful API.
 
 %prep
-%setup -q -n quandl-python-%{version}
-%patch1 -p1
+%setup -q -n Quandl-%{version}
 
 %build
 %python_build
@@ -82,7 +80,7 @@
 
 %files %{python_files}
 %doc README.md LONG_DESCRIPTION.rst 2_SERIES_UPGRADE.md CHANGELOG.md 
FOR_ANALYSTS.md FOR_DEVELOPERS.md
-%license LICENSE
+%license LICENSE.txt
 %{python_sitelib}/*
 
 %changelog




commit python-json_tricks for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-json_tricks for 
openSUSE:Factory checked in at 2018-08-08 14:54:04

Comparing /work/SRC/openSUSE:Factory/python-json_tricks (Old)
 and  /work/SRC/openSUSE:Factory/.python-json_tricks.new (New)


Package is "python-json_tricks"

Wed Aug  8 14:54:04 2018 rev:2 rq:627949 version:3.12.2

Changes:

--- /work/SRC/openSUSE:Factory/python-json_tricks/python-json_tricks.changes
2018-06-08 23:13:04.753234708 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-json_tricks.new/python-json_tricks.changes   
2018-08-08 14:54:48.665679933 +0200
@@ -1,0 +2,7 @@
+Tue Aug  7 15:28:52 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 3.12.2
+  * Fix for unterminated string exception in object containing
+empty string
+
+---

Old:

  json_tricks-3.12.1.tar.gz

New:

  json_tricks-3.12.2.tar.gz



Other differences:
--
++ python-json_tricks.spec ++
--- /var/tmp/diff_new_pack.blOQWy/_old  2018-08-08 14:54:49.097680647 +0200
+++ /var/tmp/diff_new_pack.blOQWy/_new  2018-08-08 14:54:49.097680647 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-json_tricks
-Version:3.12.1
+Version:3.12.2
 Release:0
 Summary:Extra features for Python's JSON
 License:BSD-3-Clause

++ json_tricks-3.12.1.tar.gz -> json_tricks-3.12.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json_tricks-3.12.1/PKG-INFO 
new/json_tricks-3.12.2/PKG-INFO
--- old/json_tricks-3.12.1/PKG-INFO 2018-05-19 11:12:50.0 +0200
+++ new/json_tricks-3.12.2/PKG-INFO 2018-07-12 21:24:35.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: json_tricks
-Version: 3.12.1
+Version: 3.12.2
 Summary: Extra features for Python's JSON: comments, order, numpy, pandas, 
datetimes, and many more! Simple but customizable.
 Home-page: https://github.com/mverleg/pyjson_tricks
 Author: Mark V
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json_tricks-3.12.1/json_tricks/comment.py 
new/json_tricks-3.12.2/json_tricks/comment.py
--- old/json_tricks-3.12.1/json_tricks/comment.py   2017-12-01 
20:22:08.0 +0100
+++ new/json_tricks-3.12.2/json_tricks/comment.py   2018-07-12 
21:17:33.0 +0200
@@ -4,7 +4,7 @@
 
 def strip_comment_line_with_symbol(line, start):
parts = line.split(start)
-   counts = [len(findall(r'(?:^|[^"\\]|(?:|\\")+)(")', part)) for part 
in parts]
+   counts = [len(findall(r'(?:^|[^"\\]|(?:|\\")+)(")(?!")', part)) for 
part in parts]
total = 0
for nr, count in enumerate(counts):
total += count
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json_tricks-3.12.1/json_tricks.egg-info/PKG-INFO 
new/json_tricks-3.12.2/json_tricks.egg-info/PKG-INFO
--- old/json_tricks-3.12.1/json_tricks.egg-info/PKG-INFO2018-05-19 
11:12:50.0 +0200
+++ new/json_tricks-3.12.2/json_tricks.egg-info/PKG-INFO2018-07-12 
21:24:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: json-tricks
-Version: 3.12.1
+Version: 3.12.2
 Summary: Extra features for Python's JSON: comments, order, numpy, pandas, 
datetimes, and many more! Simple but customizable.
 Home-page: https://github.com/mverleg/pyjson_tricks
 Author: Mark V
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json_tricks-3.12.1/setup.py 
new/json_tricks-3.12.2/setup.py
--- old/json_tricks-3.12.1/setup.py 2018-05-19 11:12:30.0 +0200
+++ new/json_tricks-3.12.2/setup.py 2018-07-12 21:23:12.0 +0200
@@ -32,7 +32,7 @@
license='Revised BSD License (LICENSE.txt)',
keywords=['json', 'numpy', 'OrderedDict', 'comments', 'pandas', 'pytz',
'enum', 'encode', 'decode', 'serialize', 'deserialize'],
-   version='3.12.1',
+   version='3.12.2',
packages=['json_tricks'],
include_package_data=True,
zip_safe=True,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json_tricks-3.12.1/tests/test_bare.py 
new/json_tricks-3.12.2/tests/test_bare.py
--- old/json_tricks-3.12.1/tests/test_bare.py   2018-05-17 21:39:46.0 
+0200
+++ new/json_tricks-3.12.2/tests/test_bare.py   2018-07-12 20:16:13.0 
+0200
@@ -464,3 +464,21 @@
('li', [1, 2, 3]),
('lock', None),
))
+
+
+def test_empty_string_with_url():
+   """ Originally for 

commit DisplayCAL for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-08-08 14:53:53

Comparing /work/SRC/openSUSE:Factory/DisplayCAL (Old)
 and  /work/SRC/openSUSE:Factory/.DisplayCAL.new (New)


Package is "DisplayCAL"

Wed Aug  8 14:53:53 2018 rev:22 rq:627935 version:3.6.1.1

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-06-22 
13:36:10.512893890 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-08-08 14:54:46.441676257 +0200
@@ -1,0 +2,76 @@
+Tue Aug 07 16:15:26 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.6.1.1:
+  * [Minor]: Don't call setlocale() unconditionally, and restore
+previous locale (fixes build under non-english locales,
+regression of XDG changes in DisplayCAL 3.6.1, SVN revision
+5457 and up).
+
+---
+Mon Aug 06 14:04:17 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.6.1:
+  * [Feature] Adjustable hue preservation (values less than 100%
+will gradually hue shift very bright and saturated
+redorange/orange/yellowgreen hues to a more yellowish tone,
+preserving more saturation and detail) for HDR SMPTE 2084 3D
+LUTs with roll-off tonemapping (default 50%).
+  * [Feature] Ability to set a calibration target luminance by
+measuring the ambient light level.
+  * [Feature] Verification tab: Hold the “alt” key on your keyboard
+to create a profile or device link (3D LUT) self check report
+instead of a measurement report.
+  * [Enhancement] DCI P3 D65 profile for use as 3D LUT source
+colorspace or measurement report simulation profile.
+  * [Enhancement] Increased the default number of patches for the
+madVR HDR preset back to 425.
+  * [Enhancement] HDR 3D LUT SMPTE 2084 tonemapping: Restored near
+black tone reproduction for displays with non-zero black level
+and output offset less than 100% to pre-v3.6 values.
+  * [Enhancement] Improved HDR 3D LUT SMPTE 2084 tonemapping speed.
+  * [Enhancement] Improved HDR 3D LUT accuracy for colorimetric
+rendering intents.
+  * [Enhancement] Increased default display update delay for
+Resolve preset to 1000 ms.
+  * [Enhancement] Quantize Autodesk/Kodak (.3dl) 3D LUT values by
+always rounding up (match the format specification in the
+Lustre user guide).
+  * [Enhancement] Limit the number of concurrent worker processes
+depending on system memory to avoid swapping.
+  * [Enhancement] Always normalize CGATS data to Y = 100 when
+processing files not created by DisplayCAL.
+  * [Enhancement] Get the black level for computation of 3D LUT or
+verification target tone curves from the embedded
+characterization data if a lookup through the display profile
+returns zero (makes e.g. Rec. 1886 work properly in that case).
+  * [Enhancement] Synthetic ICC profile creator: Increase number of
+decimal digits for black level to 6 and do not clamp to 16-bit
+integer values to offer more fine grained control.
+  * [Enhancement]: Use configured XDG “well known” user directories
+(currently only used to determine the localized name of the
+“Downloads” directory).
+  * [UI] Moved HDR 3D LUT SMPTE 2084 tonemapping
+luminance/saturation/hue preservation controls to advanced
+options (hidden by default).
+  * [Moderate] madVR 3D LUT generation via the main application:
+When using a non-standard source colorspace whitepoint (by
+setting a calibration whitepoint target different from the
+source colorspace's original whitepoint, e.g. not using DCI
+white for DCI P3), non-standard values for input primaries and
+whitepoint were written to the 3D LUT header, madVR 3D LUT slot
+auto-detection for installation did not work if the source
+colorspace was not Rec. 709, and color conversion was affected
+if the 3D LUT was not installed via the madVR API (i.e. by not
+clicking the “Install 3D LUT” button, but choosing the 3D LUT
+manually in madVR's settings).
+  * [Minor] Downloads within DisplayCAL failed if the download
+directory didn't exist (regression of changes made in
+DisplayCAL 3.5, SVN revision 5081).
+  * [Minor] HDR 3D LUT SMPTE 2084 tonemapping for non-Rec. 2020
+source colorspaces did not work correctly (Rec. 2020 was
+assumed despite different choice).
+  * [Minor] Standalone 3D LUT maker: Don't unexpectedly switch to
+the source profile's gamma for simple gamma + matrix source
+profiles (e.g. DCI P3) when creating a 3D LUT.
+
+---

Old:

  DisplayCAL-3.6.0.0.tar.gz

New:

  DisplayCAL-3.6.1.1.tar.gz


commit python-ddt for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-ddt for openSUSE:Factory 
checked in at 2018-08-08 14:53:45

Comparing /work/SRC/openSUSE:Factory/python-ddt (Old)
 and  /work/SRC/openSUSE:Factory/.python-ddt.new (New)


Package is "python-ddt"

Wed Aug  8 14:53:45 2018 rev:5 rq:627903 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ddt/python-ddt.changes2017-08-24 
18:45:53.200437420 +0200
+++ /work/SRC/openSUSE:Factory/.python-ddt.new/python-ddt.changes   
2018-08-08 14:54:44.229672602 +0200
@@ -1,0 +2,7 @@
+Tue Aug  7 14:48:44 UTC 2018 - toddrme2...@gmail.com
+
+- update to 1.2.0
+  * Added individual test case docstring support and tests 
+  * Add nested dict example to docs and cosmetic adjustments
+
+---

Old:

  ddt-1.1.1.tar.gz

New:

  ddt-1.2.0.tar.gz



Other differences:
--
++ python-ddt.spec ++
--- /var/tmp/diff_new_pack.oQcONg/_old  2018-08-08 14:54:44.781673514 +0200
+++ /var/tmp/diff_new_pack.oQcONg/_new  2018-08-08 14:54:44.781673514 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ddt
 #
-# 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
@@ -17,9 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:   python-ddt
-Version:1.1.1
+Version:1.2.0
 Release:0
 Summary:Data-Driven/Decorated Tests
 License:MIT
@@ -28,12 +27,14 @@
 Source: 
https://files.pythonhosted.org/packages/source/d/ddt/ddt-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 # /SECTION
+BuildArch:  noarch
 
 %python_subpackages
 
@@ -48,13 +49,14 @@
 
 %install
 %{python_install}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%{python_exec setup.py test}
+%python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%doc CONTRIBUTING.md README.md
+%license LICENSE.md
 %{python_sitelib}/*
-%doc *.md
 
 %changelog

++ ddt-1.1.1.tar.gz -> ddt-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ddt-1.1.1/2.0.md new/ddt-1.2.0/2.0.md
--- old/ddt-1.1.1/2.0.md2016-08-03 23:43:45.0 +0200
+++ new/ddt-1.2.0/2.0.md1970-01-01 01:00:00.0 +0100
@@ -1,42 +0,0 @@
-Hi all, thanks for using the library, your contributions, and especially for 
not bitching about me not being very responsive.
-
-I have been giving the future of `ddt` some thought over the past weeks.
-
-To give some background about how `ddt` came to be: I was looking for 
something that gave to unit tests a similar power as to what one could do with 
nosetests generators (which only worked for nose function-based tests): the 
ability to run a test case multiple times with different data. At that time I 
was beginning to learn me some more advanced Python (I had only been using the 
language for a few months) and was exploring the various mechanisms for 
metaprogramming available in the language. I was fascinated that one could add 
methods to a class at runtime, and I wrote this then tiny library that did that.
-
-Over time I've been taking some people's contributions, some of which grew the 
feature set into areas I hadn't even considered (like reading data from files) 
- but in honesty, that tiny initial feature has been enough for me and is about 
the only one I've actually personally used from the library.
-
-This has unfortunately meant that I've not always been paying as much 
attention as I should have to backwards compatibility of certain features 
(which made some people not particularly happy) or simplifying extensibility in 
general.
-
-Back from that digression, I've often thought that I wanted `ddt` to go back 
to its simpler origins, but still be easily applicable to other people's more 
complex use cases. One of the design decisions I've come to regret the most 
about `ddt` has been using `*args` as the mechanism to pass test data to the 
test methods, because that limits the potential for the API to grow quite a bit.
-
-My current thinking of what the new ddt should look like is:
-
-- keep the class decorator `ddt`
-- a single method decorator that takes test data as an iterable 

commit helm for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package helm for openSUSE:Factory checked in 
at 2018-08-08 14:53:19

Comparing /work/SRC/openSUSE:Factory/helm (Old)
 and  /work/SRC/openSUSE:Factory/.helm.new (New)


Package is "helm"

Wed Aug  8 14:53:19 2018 rev:5 rq:627856 version:2.8.2

Changes:

--- /work/SRC/openSUSE:Factory/helm/helm.changes2018-06-13 
15:40:57.837086361 +0200
+++ /work/SRC/openSUSE:Factory/.helm.new/helm.changes   2018-08-08 
14:54:10.545616961 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 09:58:51 UTC 2018 - mmeis...@suse.com
+
+- run spec-cleaner over tthe specfile
+  there have been some deprecated macros used
+
+---



Other differences:
--
++ helm.spec ++
--- /var/tmp/diff_new_pack.uXQ6yj/_old  2018-08-08 14:54:11.897619194 +0200
+++ /var/tmp/diff_new_pack.uXQ6yj/_new  2018-08-08 14:54:11.897619194 +0200
@@ -17,14 +17,13 @@
 
 
 %define git_commit %{version}
-
 Name:   helm
 Version:2.8.2
 Release:0
 Summary:The Kubernetes Package Manager
 License:Apache-2.0
 Group:  Development/Languages/Other
-Url:https://github.com/kubernetes/helm
+URL:https://github.com/kubernetes/helm
 Source: %{name}-%{version}.tar.xz
 Source1:vendor.tar.xz
 BuildRequires:  go >= 1.8
@@ -37,7 +36,7 @@
 Helm is a tool for managing Kubernetes charts. Charts are packages of 
pre-configured Kubernetes resources.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 tar xJf %{SOURCE1}
 %{goprep} k8s.io/helm
 
@@ -46,12 +45,11 @@
 GOBIN=$PWD/bin go install -tags '' -ldflags ' -X 
k8s.io/helm/pkg/version.Version=v%{version} -X 
k8s.io/helm/pkg/version.BuildMetadata= -X 
k8s.io/helm/pkg/version.GitCommit=%{git_commit} -X 
k8s.io/helm/pkg/version.GitTreeState=clean' k8s.io/helm/cmd/...
 
 %install
-%{__mkdir_p} %{buildroot}%{_bindir}
-%{__install} -m755 bin/helm %{buildroot}/%{_bindir}/helm
-%{__install} -m755 bin/tiller %{buildroot}/%{_bindir}/tiller
+mkdir -p %{buildroot}%{_bindir}
+install -m755 bin/helm %{buildroot}/%{_bindir}/helm
+install -m755 bin/tiller %{buildroot}/%{_bindir}/tiller
 
 %files
-%defattr(-,root,root,-)
 %doc README.md
 %license LICENSE
 %{_bindir}/helm




commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2018-08-08 14:53:31

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new 
(New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Wed Aug  8 14:53:31 2018 rev:5 rq:627883 version:0.22

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2018-03-28 10:32:52.293830013 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new/perl-Mojo-IOLoop-ReadWriteProcess.changes
 2018-08-08 14:54:12.993621003 +0200
@@ -1,0 +2,13 @@
+Tue Aug  7 13:35:15 UTC 2018 - edigiaci...@suse.com
+
+- Disable experimental shared tests by default
+
+---
+Tue Aug  7 12:50:09 UTC 2018 - edigiaci...@suse.com
+
+- Add Experimental Mojo::IOLoop::ReadWriteProcess::Shared::* for IPC (Lock, 
Memory, Sempahores) 
+- Add possibility to turn off channels only 
+- Fix incorrect handling of return in case internal_pipes is disabled 
+- Provide alternative exit status computation for exotic arches/setup 
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.20.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.22.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.v5sXkP/_old  2018-08-08 14:54:13.417621704 +0200
+++ /var/tmp/diff_new_pack.v5sXkP/_new  2018-08-08 14:54:13.421621710 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.20
+Version:0.22
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process

++ Mojo-IOLoop-ReadWriteProcess-0.20.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.22.tar.gz ++
 1751 lines of diff (skipped)




commit bumblebee for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package bumblebee for openSUSE:Factory 
checked in at 2018-08-08 14:53:03

Comparing /work/SRC/openSUSE:Factory/bumblebee (Old)
 and  /work/SRC/openSUSE:Factory/.bumblebee.new (New)


Package is "bumblebee"

Wed Aug  8 14:53:03 2018 rev:11 rq:627830 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/bumblebee/bumblebee.changes  2018-07-25 
16:14:34.350094874 +0200
+++ /work/SRC/openSUSE:Factory/.bumblebee.new/bumblebee.changes 2018-08-08 
14:54:04.673607266 +0200
@@ -1,0 +2,19 @@
+Tue Aug  7 08:53:48 UTC 2018 - tchva...@suse.com
+
+- Fix directory mode on the bash-completion
+
+---
+Sat Jul 28 13:37:06 UTC 2018 - jeng...@inai.de
+
+- Trim aims from description, say what it does. Trim bias.
+- Do not ignore errors from groupadd.
+
+---
+Fri Jul 27 00:00:00 UTC 2018 - s...@uebelacker.net
+
+- Please, do not overwrite bumblebee configs (adding noreplace)
+- fixing some rpmlint errors
+  * bash-completion goes to /usr/share/bash-completion/completions/ not 
/etc/bash_completion.d/
+  * rpmlint filter for zero-size 10-dummy.conf
+
+---

New:

  bumblebee-rpmlintrc



Other differences:
--
++ bumblebee.spec ++
--- /var/tmp/diff_new_pack.wFcmk5/_old  2018-08-08 14:54:05.109607986 +0200
+++ /var/tmp/diff_new_pack.wFcmk5/_new  2018-08-08 14:54:05.109607986 +0200
@@ -24,6 +24,7 @@
 Group:  Hardware/Other
 URL:https://github.com/Bumblebee-Project/bumblebee
 Source0:http://bumblebee-project.org/%{name}-%{version}.tar.gz
+Source1:%{name}-rpmlintrc
 Patch0: nvidia-uvm-modeset-drm-support.patch
 Patch1: bumblebee-decimal-pciid.patch
 BuildRequires:  glib2-devel
@@ -57,11 +58,10 @@
 %endif
 
 %description
-Bumblebee daemon is a rewrite of the original Bumblebee service,
-providing an elegant and stable means of managing Optimus hybrid
-graphics chipsets. A primary goal of this project is to not only
-enable use of the discrete GPU for rendering, but also to enable
-smart power management of the dGPU when it's not in use.
+The Bumblebee daemon is a rewrite of the original Bumblebee service,
+providing a means of managing Optimus hybrid graphics chipsets. This
+project not only enables use of the discrete GPU for rendering, but
+also smart power management of the dGPU when it is not in use.
 
 %prep
 %setup -q
@@ -86,9 +86,12 @@
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcbumblebeed
 # Fix service to run after dkms and modules leading service
 sed -i '3i After=dkms.service systemd-modules-load.service' 
%{buildroot}%{_libexecdir}/systemd/system/bumblebeed.service
+# according to rpmlint error suse-filelist-forbidden-bashcomp-userdirs
+install -d -m 0755 %{buildroot}/%{_datadir}/bash-completion/completions/
+mv %{buildroot}/%{_sysconfdir}/bash_completion.d/bumblebee 
%{buildroot}/%{_datadir}/bash-completion/completions/
 
 %pre
-getent group bumblebee >/dev/null || groupadd -r bumblebee || :
+getent group bumblebee >/dev/null || groupadd -r bumblebee
 %service_add_pre bumblebeed.service
 
 %post
@@ -116,16 +119,17 @@
 %license COPYING
 %doc README.markdown
 %dir %{_sysconfdir}/bumblebee
-%config %{_sysconfdir}/bumblebee/xorg.conf.nouveau
-%config %{_sysconfdir}/bumblebee/xorg.conf.nvidia
-%config %{_sysconfdir}/bumblebee/bumblebee.conf
+%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nouveau
+%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nvidia
+%config(noreplace) %{_sysconfdir}/bumblebee/bumblebee.conf
 %dir %{_sysconfdir}/bumblebee/xorg.conf.d
 %config %{_sysconfdir}/bumblebee/xorg.conf.d/10-dummy.conf
 %dir %{_libexecdir}/systemd/system
 %{_libexecdir}/systemd/system/bumblebeed.service
 %{_sbindir}/rcbumblebeed
 %{_udevrulesdir}/99-bumblebee-nvidia-dev.rules
-%config %{_sysconfdir}/bash_completion.d/bumblebee
+%dir %{_datadir}/bash-completion/completions/
+%{_datadir}/bash-completion/completions/bumblebee
 %{_datadir}/doc/bumblebee
 %{_sbindir}/bumblebeed
 %{_bindir}/optirun

++ bumblebee-rpmlintrc ++
addFilter("zero-length.*/etc/bumblebee/xorg.conf.d/10-dummy.conf")




commit Photini for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2018-08-08 14:52:58

Comparing /work/SRC/openSUSE:Factory/Photini (Old)
 and  /work/SRC/openSUSE:Factory/.Photini.new (New)


Package is "Photini"

Wed Aug  8 14:52:58 2018 rev:10 rq:627828 version:2018.8.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2018-05-01 
23:42:21.951636804 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2018-08-08 
14:53:59.409598577 +0200
@@ -1,0 +2,9 @@
+Tue Aug  7 08:45:59 UTC 2018 - aloi...@gmx.com
+
+- Update to version 2018.8.0
+  * Removed Facebook tab. Their API no longer allows photo uploads.
+  * Added "Mapbox" tab - OpenStreetMap data plus aerial imagery.
+  * Many changes to maps, e.g. removing "load map" button.
+  * Use OpenCage for all address lookups.
+
+---

Old:

  Photini-2018.5.0.tar.gz

New:

  Photini-2018.8.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.pPTz1i/_old  2018-08-08 14:54:01.109601383 +0200
+++ /var/tmp/diff_new_pack.pPTz1i/_new  2018-08-08 14:54:01.109601383 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   Photini
-Version:2018.5.0
+Version:2018.8.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Other
 Url:https://github.com/jim-easterbrook/Photini
 Source0:
https://github.com/jim-easterbrook/Photini/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -35,6 +35,7 @@
 Requires:   python3-appdirs >= 1.3
 Requires:   python3-gobject
 Requires:   python3-qt5
+Requires:   python3-requests >= 2.4.0
 Requires:   python3-sip
 Requires:   python3-six >= 1.5
 Requires:   typelib(GExiv2)

++ Photini-2018.5.0.tar.gz -> Photini-2018.8.0.tar.gz ++
 3503 lines of diff (skipped)




commit aubio for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package aubio for openSUSE:Factory checked 
in at 2018-08-08 14:53:26

Comparing /work/SRC/openSUSE:Factory/aubio (Old)
 and  /work/SRC/openSUSE:Factory/.aubio.new (New)


Package is "aubio"

Wed Aug  8 14:53:26 2018 rev:25 rq:627880 version:0.4.6

Changes:

--- /work/SRC/openSUSE:Factory/aubio/aubio.changes  2018-06-26 
10:37:13.499232611 +0200
+++ /work/SRC/openSUSE:Factory/.aubio.new/aubio.changes 2018-08-08 
14:54:12.193619683 +0200
@@ -1,0 +2,13 @@
+Tue Aug  7 15:00:16 CEST 2018 - ti...@suse.de
+
+- Fix minor security issues leading to segfault or buffer overread
+  (CVE-2018-14522, bsc#1102359, CVE-2018-14523, bsc#1102364):
+  0001-src-pitch-pitchyinfft.c-fix-out-of-bound-read-when-s.patch
+  0002-src-pitch-pitchyinfft.c-comment-out-debug-output.patch
+  0001-src-notes-notes.c-bail-out-if-pitch-creation-failed-.patch
+  0002-src-io-source_wavread.c-also-exit-if-samplerate-is-n.patch
+- Refresh the previous fixes from the upstream version
+  aubio-wavread-input-validation.patch
+  aubio-resampler-NULL-deref-fix.patch
+
+---

New:

  0001-src-notes-notes.c-bail-out-if-pitch-creation-failed-.patch
  0001-src-pitch-pitchyinfft.c-fix-out-of-bound-read-when-s.patch
  0002-src-io-source_wavread.c-also-exit-if-samplerate-is-n.patch
  0002-src-pitch-pitchyinfft.c-comment-out-debug-output.patch



Other differences:
--
++ aubio.spec ++
--- /var/tmp/diff_new_pack.AfyOap/_old  2018-08-08 14:54:12.797620680 +0200
+++ /var/tmp/diff_new_pack.AfyOap/_new  2018-08-08 14:54:12.797620680 +0200
@@ -42,8 +42,16 @@
 Source: http://aubio.org/pub/%{name}-%{version}.tar.bz2
 Source1:http://aubio.org/pub/%{name}-%{version}.tar.bz2.asc
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM CVE-2017-17054 bsc#1070399
 Patch1: aubio-wavread-input-validation.patch
+# PATCH-FIX-UPSTREAM CVE-2017-17554 bsc#1072317
 Patch2: aubio-resampler-NULL-deref-fix.patch
+# PATCH-FIX-UPSTREAM CVE-2018-14523 bsc#1102364
+Patch3: 0001-src-pitch-pitchyinfft.c-fix-out-of-bound-read-when-s.patch
+Patch4: 0002-src-pitch-pitchyinfft.c-comment-out-debug-output.patch
+# PATCH-FIX-UPSTREAM CVE-2018-14522 bsc#1102359
+Patch5: 0001-src-notes-notes.c-bail-out-if-pitch-creation-failed-.patch
+Patch6: 0002-src-io-source_wavread.c-also-exit-if-samplerate-is-n.patch
 Url:http://aubio.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires %{libpkgname} = %{version}-%{release}
@@ -87,6 +95,10 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 sed -e "s,/lib,/%_lib," src/wscript_build > src/wscript_build.new
 diff -u src/wscript_build src/wscript_build.new || :
 mv src/wscript_build.new src/wscript_build

++ 0001-src-notes-notes.c-bail-out-if-pitch-creation-failed-.patch ++
>From 25f280f347868fc0f4ecdcb0b45d5a9400f8f772 Mon Sep 17 00:00:00 2001
From: Paul Brossier 
Date: Mon, 6 Aug 2018 14:03:48 +0200
Subject: [PATCH] src/notes/notes.c: bail out if pitch creation failed (see
 #188)

---
 src/notes/notes.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/notes/notes.c b/src/notes/notes.c
index f6b7d5673cff..343e5a00bc2f 100644
--- a/src/notes/notes.c
+++ b/src/notes/notes.c
@@ -83,6 +83,7 @@ aubio_notes_t * new_aubio_notes (const char_t * method,
   o->onset_output = new_fvec (1);
 
   o->pitch = new_aubio_pitch (pitch_method, o->pitch_buf_size, o->hop_size, 
o->samplerate);
+  if (o->pitch == NULL) goto fail;
   if (o->pitch_tolerance != 0.) aubio_pitch_set_tolerance (o->pitch, 
o->pitch_tolerance);
   aubio_pitch_set_unit (o->pitch, "midi");
   o->pitch_output = new_fvec (1);
-- 
2.18.0

++ 0001-src-pitch-pitchyinfft.c-fix-out-of-bound-read-when-s.patch ++
>From af4f9e6a93b629fb6defa2a229ec828885b9d187 Mon Sep 17 00:00:00 2001
From: Paul Brossier 
Date: Mon, 6 Aug 2018 13:41:52 +0200
Subject: [PATCH] src/pitch/pitchyinfft.c: fix out of bound read when
 samplerate > 50kHz (closes: #189)

---
 src/pitch/pitchyinfft.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/pitch/pitchyinfft.c b/src/pitch/pitchyinfft.c
index f213ef2406cf..493ca08d40e0 100644
--- a/src/pitch/pitchyinfft.c
+++ b/src/pitch/pitchyinfft.c
@@ -44,7 +44,7 @@ static const smpl_t freqs[] = {
  0.,20.,25.,   31.5,40.,50.,63.,80.,   100.,   
125.,
160.,   200.,   250.,   315.,   400.,   500.,   630.,   800.,  1000.,  
1250.,
   1600.,  2000.,  2500.,  3150.,  4000.,  5000.,  6300.,  8000.,  9000., 
1.,
- 12500., 15000., 2., 25100
+ 12500., 15000., 2., 25100., -1.
 };
 
 static const 

commit python-liblarch for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-liblarch for openSUSE:Factory 
checked in at 2018-08-08 14:53:08

Comparing /work/SRC/openSUSE:Factory/python-liblarch (Old)
 and  /work/SRC/openSUSE:Factory/.python-liblarch.new (New)


Package is "python-liblarch"

Wed Aug  8 14:53:08 2018 rev:8 rq:627833 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-liblarch/python-liblarch.changes  
2013-02-07 13:51:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-liblarch.new/python-liblarch.changes 
2018-08-08 14:54:05.757609056 +0200
@@ -1,0 +2,23 @@
+Tue Aug  7 09:16:21 UTC 2018 - tchva...@suse.com
+
+- Reflect deps properly on what is needed
+- Add patch to work properly under py2:
+  * libarch-py2compat.patch
+
+---
+Sat Jul 28 17:28:02 UTC 2018 - jeng...@inai.de
+
+- Trim bias from descriptions.
+
+---
+Mon Jun 25 15:41:22 UTC 2018 - mc...@suse.com
+
+- Clean up SPEC file
+- Upgrade to 3.0 ... just minor upgrades, py3k port
+
+---
+Thu Aug 24 13:44:26 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -6 +29 @@
-  + Added a new object : viewcount
+  + Added a new object : viewcount
@@ -26,0 +50 @@
+

Old:

  liblarch-2.1.0.tar.gz

New:

  libarch-py2compat.patch
  v3.0.tar.gz



Other differences:
--
++ python-liblarch.spec ++
--- /var/tmp/diff_new_pack.0tXVxK/_old  2018-08-08 14:54:07.129611321 +0200
+++ /var/tmp/diff_new_pack.0tXVxK/_new  2018-08-08 14:54:07.129611321 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-liblarch
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,61 +17,71 @@
 #
 
 
-Name:   python-liblarch
 %define _name liblarch
-Version:2.1.0
+%define _name_gtk liblarch_gtk
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+Name:   python-liblarch
+Version:3.0
 Release:0
-Summary:A python library to easily handle data structure
-License:LGPL-3.0+
+Summary:A Python library to handle data structure
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
-Url:https://live.gnome.org/liblarch
-Source: 
http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/2.1.0/%{_name}-%{version}.tar.gz
-BuildRequires:  python
-Requires:   python-gobject2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{py_requires}
-%else
+URL:https://live.gnome.org/liblarch
+Source: 
https://github.com/getting-things-gnome/%{_name}/archive/v%{version}.tar.gz
+Patch0: libarch-py2compat.patch
+BuildRequires:  %{python_module gobject}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  xvfb-run
+BuildRequires:  typelib(Gtk) >= 3.0
+Requires:   python-gobject
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
-Liblarch is a python library built to easily handle data structure such are 
lists, trees and acyclic graphs
-(tree where nodes can have multiple parents)
+Liblarch is a Python library built to handle data structure such
+are lists, trees and acyclic graphs (tree where nodes can have multiple
+parents)
 
-%package -n python-liblarch_gtk
-%define _name_gtk liblarch_gtk
+%package gtk
 Summary:GTK bindings for liblarch
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-Requires:   python-gobject2
-Requires:   python-gtk
+Requires:   python-gobject
+Requires:   typelib(Gtk) >= 3.0
 
-%description -n python-liblarch_gtk
-Liblarch is a python library built to easily handle data structure such are 
lists, trees and acyclic graphs
-(tree where nodes can have multiple parents)
+%description gtk
+Liblarch is a Python library built to handle data structure such
+are lists, trees and acyclic graphs (tree where nodes can have multiple
+parents)
 
 This package provides GTK bindings for liblarch.
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
-python setup.py build

commit patterns-caasp for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2018-08-08 14:53:13

Comparing /work/SRC/openSUSE:Factory/patterns-caasp (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-caasp.new (New)


Package is "patterns-caasp"

Wed Aug  8 14:53:13 2018 rev:43 rq:627838 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2018-07-18 22:56:39.634419546 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2018-08-08 14:54:07.917612622 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 09:58:32 UTC 2018 - rbr...@suse.com
+
+- Replace CaaS Stack pattern with kubeadm pattern. [boo#1103906]
+
+---



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.eZn3qD/_old  2018-08-08 14:54:08.413613441 +0200
+++ /var/tmp/diff_new_pack.eZn3qD/_new  2018-08-08 14:54:08.413613441 +0200
@@ -158,46 +158,32 @@
 This is the MicroOS runtime system. It contains only a minimal multiuser
 booting system.
 
-%package Stack
-Summary:%{product_name} Stack
+%package kubeadm
+Summary:kubeadm Stack
 Group:  Metapackages
-Provides:   pattern() = SUSE%2dCaaSP%2dStack
+Provides:   pattern() = kubeadm
 Provides:   pattern-category() = %{pattern_category}
 Provides:   pattern-icon() = pattern-generic
 Provides:   pattern-order() = 9020
 Provides:   pattern-visible()
 Requires:   autofs
-Requires:   caasp-cli
-Requires:   caasp-container-manifests
 Requires:   ceph-common
 Requires:   cri-o
 Requires:   cri-tools
-Requires:   etcd
-Requires:   etcdctl
-Requires:   helm
 Requires:   kubernetes-client
-Requires:   kubernetes-master
-Requires:   kubernetes-node
+Requires:   kubernetes-kubeadm
+Requires:   kubernetes-kubelet
 Requires:   kubernetes-salt
 Requires:   lvm2
 Requires:   multipath-tools
-Requires:   ncurses-utils
 Requires:   nfs-client
 Requires:   podman
 Requires:   rpcbind
-Requires:   rsync
-Requires:   salt-minion
-Requires:   screen
-Requires:   pattern() = SUSE%2dMicroOS%2dcontainer%2druntime
 Requires:   pattern() = basesystem
-%if 0%{?is_susecaasp}
-Requires:   supportutils-plugin-suse-caasp
-%endif
-Requires:   velum-branding
 
-%description Stack
-This is the stack on top of MicroOS. It contains everything for
-containers and kubernetes.
+%description kubeadm
+This provides a vanilla kubeadm stack. It contains everything needed to
+run kubernetes directly on top of MicroOS.
 
 %package hardware
 Summary:Hardware Support
@@ -211,8 +197,8 @@
 Provides:   pattern-visible()
 
 %description hardware
-Packages required to install SUSE CaaS Platform or openSUSE Kubic on real
-hardware.
+Packages required to install SUSE CaaS Platform or openSUSE Kubic on
+real hardware.
 
 %package container-runtime
 Summary:Container Runtime
@@ -308,7 +294,7 @@
 %install
 mkdir -p %buildroot/usr/share/doc/packages/patterns-caasp/
 echo 'This file marks the pattern MicroOS to be installed.' 
>%buildroot/usr/share/doc/packages/patterns-caasp/MicroOS.txt
-echo 'This file marks the pattern Stack to be installed.' 
>%buildroot/usr/share/doc/packages/patterns-caasp/Stack.txt
+echo 'This file marks the pattern kubeadm to be installed.' 
>%buildroot/usr/share/doc/packages/patterns-caasp/kubeadm.txt
 echo 'This file marks the pattern hardware to be installed.' 
>%buildroot/usr/share/doc/packages/patterns-caasp/hardware.txt
 echo 'This file marks the pattern ima_evm to be installed.' 
>%buildroot/usr/share/doc/packages/patterns-caasp/ima_evm.txt
 echo 'This file marks the pattern apparmor to be installed.' 
>%buildroot/usr/share/doc/packages/patterns-caasp/apparmor.txt
@@ -323,10 +309,10 @@
 %dir %{_docdir}/patterns-caasp
 %{_docdir}/patterns-caasp/MicroOS.txt
 
-%files Stack
+%files kubeadm
 %defattr(-,root,root)
 %dir %{_docdir}/patterns-caasp
-%{_docdir}/patterns-caasp/Stack.txt
+%{_docdir}/patterns-caasp/kubeadm.txt
 
 %files hardware
 %defattr(-,root,root)




commit splint for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package splint for openSUSE:Factory checked 
in at 2018-08-08 14:53:16

Comparing /work/SRC/openSUSE:Factory/splint (Old)
 and  /work/SRC/openSUSE:Factory/.splint.new (New)


Package is "splint"

Wed Aug  8 14:53:16 2018 rev:20 rq:627853 version:3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/splint/splint.changes2017-09-22 
21:34:23.336642384 +0200
+++ /work/SRC/openSUSE:Factory/.splint.new/splint.changes   2018-08-08 
14:54:08.545613659 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 20:29:42 UTC 2018 - bwiedem...@suse.com
+
+- Add splint-3.1.2-no-uname.patch to drop build hostname from package
+  (boo#1084909)
+
+---

New:

  splint-3.1.2-no-uname.patch



Other differences:
--
++ splint.spec ++
--- /var/tmp/diff_new_pack.c99K9m/_old  2018-08-08 14:54:09.045614485 +0200
+++ /var/tmp/diff_new_pack.c99K9m/_new  2018-08-08 14:54:09.045614485 +0200
@@ -28,6 +28,7 @@
 Patch0: %{name}-3.1.2-fixes.patch
 # PATCH-FIX-OPENSUSE https://github.com/ravenexp/splint/issues/8
 Patch1: splint-3.1.2-build-date-override.patch
+Patch2: splint-3.1.2-no-uname.patch
 BuildRequires:  flex
 
 %description
@@ -39,6 +40,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure

++ splint-3.1.2-no-uname.patch ++
Index: splint-3.1.2/configure
===
--- splint-3.1.2.orig/configure
+++ splint-3.1.2/configure
@@ -3966,7 +3966,7 @@ _ACEOF
 
 
 cat >>confdefs.h <<_ACEOF
-#define LCL_COMPILE "Compiled using $CC $CFLAGS on `uname -a` by `whoami`"
+#define LCL_COMPILE "Compiled using $CC $CFLAGS"
 _ACEOF
 
 



commit cura-lulzbot for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package cura-lulzbot for openSUSE:Factory 
checked in at 2018-08-08 14:53:35

Comparing /work/SRC/openSUSE:Factory/cura-lulzbot (Old)
 and  /work/SRC/openSUSE:Factory/.cura-lulzbot.new (New)


Package is "cura-lulzbot"

Wed Aug  8 14:53:35 2018 rev:5 rq:627885 version:3.2.24

Changes:

--- /work/SRC/openSUSE:Factory/cura-lulzbot/cura-lulzbot.changes
2018-07-09 13:30:30.266591813 +0200
+++ /work/SRC/openSUSE:Factory/.cura-lulzbot.new/cura-lulzbot.changes   
2018-08-08 14:54:17.873629063 +0200
@@ -1,0 +2,20 @@
+Mon Aug  6 06:58:28 UTC 2018 - adr...@suse.de
+
+- update to version 3.2.24
+  * Changed Marlin FW to v1.1.8.66
+  * double loading of models fixed
+  * profile updates
+
+---
+Fri Jul 13 04:57:54 UTC 2018 - adr...@suse.de
+
+- update to version 3.2.23
+  * profile updates
+
+---
+Thu Jul 12 11:45:17 UTC 2018 - adr...@suse.de
+
+- fixed missing sidebar
+  * added dependency to libqt5-qtquickcontrols2
+
+---

Old:

  cura-lulzbot-3.2.22.obscpio

New:

  cura-lulzbot-3.2.24.obscpio



Other differences:
--
++ cura-lulzbot.spec ++
--- /var/tmp/diff_new_pack.wL5d9w/_old  2018-08-08 14:54:19.449631665 +0200
+++ /var/tmp/diff_new_pack.wL5d9w/_new  2018-08-08 14:54:19.453631672 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cura-lulzbot
-Version:3.2.22
+Version:3.2.24
 Release:0
 Summary:3D printer control software
 License:AGPL-3.0-only
@@ -31,6 +31,7 @@
 BuildArch:  noarch
 Provides:   cura2-lulzbot
 Obsoletes:  cura2-lulzbot < 3
+Conflicts:  cura
 BuildRequires:  cmake
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -42,7 +43,7 @@
 Requires:   cura-engine-lulzbot = %version
 Requires:   uranium-lulzbot
 # dependency scripts do not find qtquickcontrols automatically
-Requires:   libqt5-qtquickcontrols
+Requires:   libqt5-qtquickcontrols2
 Requires:   python3-numpy
 Requires:   python3-opengl
 Requires:   python3-power

++ _service ++
--- /var/tmp/diff_new_pack.wL5d9w/_old  2018-08-08 14:54:19.477631711 +0200
+++ /var/tmp/diff_new_pack.wL5d9w/_new  2018-08-08 14:54:19.477631711 +0200
@@ -2,8 +2,8 @@
   
 https://code.alephobjects.com/source/cura-lulzbot.git
 git
-v3.2.22
-3.2.22
+v3.2.24
+3.2.24
 disable
   
   

++ cura-lulzbot-3.2.22.obscpio -> cura-lulzbot-3.2.24.obscpio ++
/work/SRC/openSUSE:Factory/cura-lulzbot/cura-lulzbot-3.2.22.obscpio 
/work/SRC/openSUSE:Factory/.cura-lulzbot.new/cura-lulzbot-3.2.24.obscpio 
differ: char 8, line 1

++ cura-lulzbot.obsinfo ++
--- /var/tmp/diff_new_pack.wL5d9w/_old  2018-08-08 14:54:19.501631751 +0200
+++ /var/tmp/diff_new_pack.wL5d9w/_new  2018-08-08 14:54:19.505631758 +0200
@@ -1,5 +1,5 @@
 name: cura-lulzbot
-version: 3.2.22
-mtime: 1529509973
-commit: 00961b5dbcfbea5086490a81e650811c823dea32
+version: 3.2.24
+mtime: 1533230956
+commit: b6423424741e25a57f30840eccb172ad5d167cf6
 




commit python-blist for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-blist for openSUSE:Factory 
checked in at 2018-08-08 14:52:53

Comparing /work/SRC/openSUSE:Factory/python-blist (Old)
 and  /work/SRC/openSUSE:Factory/.python-blist.new (New)


Package is "python-blist"

Wed Aug  8 14:52:53 2018 rev:5 rq:627814 version:1.3.6

Changes:

--- /work/SRC/openSUSE:Factory/python-blist/python-blist.changes
2017-05-08 19:02:54.812996034 +0200
+++ /work/SRC/openSUSE:Factory/.python-blist.new/python-blist.changes   
2018-08-08 14:53:48.797581061 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 07:54:37 UTC 2018 - tchva...@suse.com
+
+- Add patch to build with python3.7
+  * 0001-Fix-compatibility-for-Python-3.7.patch
+
+---

New:

  0001-Fix-compatibility-for-Python-3.7.patch



Other differences:
--
++ python-blist.spec ++
--- /var/tmp/diff_new_pack.ASOv5H/_old  2018-08-08 14:53:49.221581761 +0200
+++ /var/tmp/diff_new_pack.ASOv5H/_new  2018-08-08 14:53:49.221581761 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blist
 #
-# Copyright (c) 2014 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,8 +16,6 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-blist
 Version:1.3.6
@@ -25,13 +23,13 @@
 Summary:A list-like type with better asymptotic performance
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://stutzbachenterprises.com/blist/
+URL:http://stutzbachenterprises.com/blist/
 Source: 
https://files.pythonhosted.org/packages/source/b/blist/blist-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+Patch0: 0001-Fix-compatibility-for-Python-3.7.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %python_subpackages
 
 %description
@@ -42,23 +40,22 @@
 
 %prep
 %setup -q -n blist-%{version}
+%patch0 -p1
 
 %build
-export CFLAGS="%{optflags}"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %python_build
 
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with tests}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitearch}/blist-%{version}-py*.egg-info
 %{python_sitearch}/blist/
 

++ 0001-Fix-compatibility-for-Python-3.7.patch ++
>From 0e5c8db6965e203b40739914b9714010010ccce0 Mon Sep 17 00:00:00 2001
From: Felix Yan 
Date: Tue, 3 Jul 2018 03:04:52 +0800
Subject: [PATCH] Fix compatibility for Python 3.7

---
 blist/_sortedlist.py | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/blist/_sortedlist.py b/blist/_sortedlist.py
index b34f69e..d6143c4 100644
--- a/blist/_sortedlist.py
+++ b/blist/_sortedlist.py
@@ -420,7 +420,10 @@ class _setmixin(object):
 def __iter__(self):
 it = super(_setmixin, self).__iter__()
 while True:
-item = next(it)
+try:
+item = next(it)
+except StopIteration:
+return
 n = len(self)
 yield item
 if n != len(self):
-- 
2.18.0.rc2




commit roundcubemail for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2018-08-08 14:52:55

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new (New)


Package is "roundcubemail"

Wed Aug  8 14:52:55 2018 rev:52 rq:627819 version:1.3.7

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2018-04-16 12:49:09.980725368 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2018-08-08 14:53:53.809589333 +0200
@@ -1,0 +2,19 @@
+Sat Aug  4 20:59:18 UTC 2018 - mich...@stroeder.com
+
+- upstream fixed broken tar.gz archive keeping same version 1.3.7
+
+---
+Sat Jul 28 12:21:12 UTC 2018 - mich...@stroeder.com
+
+- Upgrade to version 1.3.7
+  * Fix PHP Warning: Use of undefined constant IDNA_DEFAULT on systems without 
php-intl (#6244)
+  * Fix bug where some parts of quota information could have been ignored 
(#6280)
+  * Fix bug where some escape sequences in html styles could bypass security 
checks
+  * Fix bug where some forbidden characters on Cyrus-IMAP were not prevented 
from use in folder names
+  * Fix bug where only attachments with the same name would be ignored on zip 
download (#6301)
+  * Fix bug where unicode contact names could have been broken/emptied or 
caused DB errors (#6299)
+  * Fix bug where after "mark all folders as read" action message counters 
were not reset (#6307)
+  * Enigma: [EFAIL] Don't decrypt PGP messages with no MDC protection (#6289)
+  * Fix bug where some HTML comments could have been malformed by HTML parser 
(#6333)
+
+---

Old:

  roundcubemail-1.3.6-complete.tar.gz
  roundcubemail-1.3.6-complete.tar.gz.asc

New:

  roundcubemail-1.3.7-complete.tar.gz
  roundcubemail-1.3.7-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.3T9o7G/_old  2018-08-08 14:53:54.465590416 +0200
+++ /var/tmp/diff_new_pack.3T9o7G/_new  2018-08-08 14:53:54.469590422 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   roundcubemail
-Version:1.3.6
+Version:1.3.7
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:GPL-3.0-or-later AND GPL-2.0-only AND BSD-3-Clause
@@ -102,6 +102,8 @@
 find . -name ".gitignore" -delete
 # no need to check .htaccess each time, the apache config takes care of the 
restrictions
 find . -name ".htaccess" -delete
+# remove obscure sub-directory
+#rm -rf roundcubemail-git composer.json.rej
 # remove mssql scripts (not needed on openSUSE)
 rm -rf \
 SQL/mssql/ \

++ roundcubemail-1.3.6-complete.tar.gz -> 
roundcubemail-1.3.7-complete.tar.gz ++
 2550 lines of diff (skipped)





commit python-Markdown for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2018-08-08 14:52:49

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Wed Aug  8 14:52:49 2018 rev:26 rq:627812 version:2.6.11

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2018-03-19 23:40:13.173367873 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2018-08-08 14:53:46.637577497 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 07:51:51 UTC 2018 - tchva...@suse.com
+
+- Add patch to build with python 3.7:
+  * markdown-2.6.11-python37.patch
+
+---

New:

  markdown-2.6.11-python37.patch



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.xZUy7I/_old  2018-08-08 14:53:48.565580678 +0200
+++ /var/tmp/diff_new_pack.xZUy7I/_new  2018-08-08 14:53:48.569580685 +0200
@@ -24,8 +24,9 @@
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://packages.python.org/Markdown/
+Url:https://python-markdown.github.io/
 Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
+Patch0: markdown-2.6.11-python37.patch
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q -n Markdown-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ markdown-2.6.11-python37.patch ++
diff -up Markdown-2.6.11/tests/__init__.py.orig markdown/tests/__init__.py
--- Markdown-2.6.11/tests/__init__.py.orig  2018-06-03 10:51:55.518781537 
+
+++ Markdown-2.6.11/tests/__init__.py   2018-06-03 10:59:34.088350325 +
@@ -185,5 +185,7 @@ def run():
 # Except for the warnings that shouldn't
 warnings.filterwarnings('default', category=PendingDeprecationWarning)
 warnings.filterwarnings('default', category=DeprecationWarning, 
module='markdown')
+warnings.filterwarnings('default', category=DeprecationWarning, 
module='yaml')
+warnings.filterwarnings('default', category=DeprecationWarning, 
module='nose')
 
 nose.main(addplugins=[HtmlOutput(), Markdown()])



commit praat for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2018-08-08 14:52:43

Comparing /work/SRC/openSUSE:Factory/praat (Old)
 and  /work/SRC/openSUSE:Factory/.praat.new (New)


Package is "praat"

Wed Aug  8 14:52:43 2018 rev:14 rq:627807 version:6.0.41

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2018-05-16 
11:40:43.726187136 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2018-08-08 
14:53:43.245571899 +0200
@@ -1,0 +2,9 @@
+Tue Aug  7 07:01:33 UTC 2018 - aloi...@gmx.com
+
+- Update to version 6.0.41
+  *  Interoperability: the Windows edition can now communicate
+ with other software in UTF-8.
+
+- Refreshed praat-no-return-in-nonvoid.patch
+
+---

Old:

  praat-6.0.40.tar.gz

New:

  praat-6.0.41.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.Pp1iJ5/_old  2018-08-08 14:53:45.457575550 +0200
+++ /var/tmp/diff_new_pack.Pp1iJ5/_new  2018-08-08 14:53:45.457575550 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.40
+Version:6.0.41
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0-or-later

++ praat-6.0.40.tar.gz -> praat-6.0.41.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.40.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.41.tar.gz differ: char 13, line 
1

++ praat-no-return-in-nonvoid.patch ++
--- /var/tmp/diff_new_pack.Pp1iJ5/_old  2018-08-08 14:53:45.485575595 +0200
+++ /var/tmp/diff_new_pack.Pp1iJ5/_new  2018-08-08 14:53:45.485575595 +0200
@@ -1,8 +1,8 @@
-Index: praat-6.0.40/sys/melder.cpp
+Index: praat-6.0.41/sys/melder.cpp
 ===
 praat-6.0.40.orig/sys/melder.cpp
-+++ praat-6.0.40/sys/melder.cpp
-@@ -379,7 +379,7 @@ bool Melder_stringMatchesCriterion (cons
+--- praat-6.0.41.orig/sys/melder.cpp
 praat-6.0.41/sys/melder.cpp
+@@ -260,7 +260,7 @@ bool Melder_stringMatchesCriterion (cons
return !! place;
}
}
@@ -10,4 +10,4 @@
 +  return false;   // should not occur
  }
  
- void Melder_help (const char32 *query) {
+ void Melder_help (conststring32 query) {




commit cura-engine-lulzbot for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package cura-engine-lulzbot for 
openSUSE:Factory checked in at 2018-08-08 14:52:36

Comparing /work/SRC/openSUSE:Factory/cura-engine-lulzbot (Old)
 and  /work/SRC/openSUSE:Factory/.cura-engine-lulzbot.new (New)


Package is "cura-engine-lulzbot"

Wed Aug  8 14:52:36 2018 rev:5 rq:627594 version:3.2.24

Changes:

--- /work/SRC/openSUSE:Factory/cura-engine-lulzbot/cura-engine-lulzbot.changes  
2018-07-09 13:29:49.118674993 +0200
+++ 
/work/SRC/openSUSE:Factory/.cura-engine-lulzbot.new/cura-engine-lulzbot.changes 
2018-08-08 14:52:55.453493084 +0200
@@ -1,0 +2,17 @@
+Mon Aug  6 07:04:14 UTC 2018 - adr...@suse.de
+
+- update to version 3.2.24
+  * version update only
+
+---
+Wed Jul 25 10:59:01 UTC 2018 - adr...@suse.de
+
+- use upstream libArcus instead of lulzbot flavor
+
+---
+Fri Jul 13 05:00:52 UTC 2018 - adr...@suse.de
+
+- update to version 3.2.23
+  * version update only
+
+---

Old:

  CuraEngine-3.2.22.obscpio

New:

  CuraEngine-3.2.24.obscpio



Other differences:
--
++ cura-engine-lulzbot.spec ++
--- /var/tmp/diff_new_pack.t76hls/_old  2018-08-08 14:52:56.285494455 +0200
+++ /var/tmp/diff_new_pack.t76hls/_new  2018-08-08 14:52:56.289494462 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cura-engine-lulzbot
-Version:3.2.22
+Version:3.2.24
 Release:0
 Summary:3D printer control software
 License:AGPL-3.0-only
@@ -34,7 +34,7 @@
 BuildRequires:  gcc-c++
 %endif
 BuildRequires:  cmake
-BuildRequires:  libArcus-lulzbot-devel
+BuildRequires:  libArcus-devel
 
 %description
 CuraEngine is an engine for processing 3D models

++ CuraEngine-3.2.22.obscpio -> CuraEngine-3.2.24.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CuraEngine-3.2.22/CMakeLists.txt 
new/CuraEngine-3.2.24/CMakeLists.txt
--- old/CuraEngine-3.2.22/CMakeLists.txt2018-06-20 07:50:48.0 
+0200
+++ new/CuraEngine-3.2.24/CMakeLists.txt2018-07-22 18:51:06.0 
+0200
@@ -202,11 +202,6 @@
 endforeach()
 endif()
 
-
-add_custom_command(TARGET CuraEngine POST_BUILD
-   COMMAND ${CMAKE_COMMAND} -E copy_directory
-   ${CMAKE_SOURCE_DIR}/resources 
$)
-
 # Installing CuraEngine.
 include(GNUInstallDirs)
 install(TARGETS CuraEngine DESTINATION ${CMAKE_INSTALL_BINDIR})

++ CuraEngine.obsinfo ++
--- /var/tmp/diff_new_pack.t76hls/_old  2018-08-08 14:52:56.481494779 +0200
+++ /var/tmp/diff_new_pack.t76hls/_new  2018-08-08 14:52:56.481494779 +0200
@@ -1,5 +1,5 @@
 name: CuraEngine
-version: 3.2.22
-mtime: 1529473848
-commit: 25aec5bb6a766779409a283379ead395c80a0a9a
+version: 3.2.24
+mtime: 1532278266
+commit: f00c2ca766046222d8ae92a09000410a4bbdb61e
 

++ _service ++
--- /var/tmp/diff_new_pack.t76hls/_old  2018-08-08 14:52:56.497494805 +0200
+++ /var/tmp/diff_new_pack.t76hls/_new  2018-08-08 14:52:56.501494812 +0200
@@ -2,8 +2,8 @@
   
 https://code.alephobjects.com/diffusion/CTE/cura-engine.git
 git
-v3.2.22
-3.2.22
+v3.2.24
+3.2.24
 disable
 CuraEngine
   




commit uranium-firmware-lulzbot for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package uranium-firmware-lulzbot for 
openSUSE:Factory checked in at 2018-08-08 14:52:39

Comparing /work/SRC/openSUSE:Factory/uranium-firmware-lulzbot (Old)
 and  /work/SRC/openSUSE:Factory/.uranium-firmware-lulzbot.new (New)


Package is "uranium-firmware-lulzbot"

Wed Aug  8 14:52:39 2018 rev:4 rq:627596 version:1.1.8.66_80632b8ec

Changes:

--- 
/work/SRC/openSUSE:Factory/uranium-firmware-lulzbot/uranium-firmware-lulzbot.changes
2018-07-09 13:29:13.166747814 +0200
+++ 
/work/SRC/openSUSE:Factory/.uranium-firmware-lulzbot.new/uranium-firmware-lulzbot.changes
   2018-08-08 14:53:08.689514903 +0200
@@ -1,0 +2,13 @@
+Mon Aug  6 07:02:42 UTC 2018 - adr...@suse.de
+
+- update to version 1.1.8.66
+  * Security fix for CVE-2018-1000537
+  * bugfixes
+
+---
+Fri Jul 13 04:53:50 UTC 2018 - adr...@suse.de
+
+- update to version 1.1.8.62
+  * Updates for Mini 2
+
+---

Old:

  MARLIN-1.1.8.59_883d54474.obscpio

New:

  MARLIN-1.1.8.66_80632b8ec.obscpio



Other differences:
--
++ uranium-firmware-lulzbot.spec ++
--- /var/tmp/diff_new_pack.Khw8o7/_old  2018-08-08 14:53:09.305515918 +0200
+++ /var/tmp/diff_new_pack.Khw8o7/_new  2018-08-08 14:53:09.309515925 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   uranium-firmware-lulzbot
-Version:1.1.8.59_883d54474
+Version:1.1.8.66_80632b8ec
 Release:0
 Summary:3D printer firmware
 License:GPL-3.0-only

++ MARLIN-1.1.8.59_883d54474.obscpio -> MARLIN-1.1.8.66_80632b8ec.obscpio 
++
/work/SRC/openSUSE:Factory/uranium-firmware-lulzbot/MARLIN-1.1.8.59_883d54474.obscpio
 
/work/SRC/openSUSE:Factory/.uranium-firmware-lulzbot.new/MARLIN-1.1.8.66_80632b8ec.obscpio
 differ: char 10, line 1

++ MARLIN.obsinfo ++
--- /var/tmp/diff_new_pack.Khw8o7/_old  2018-08-08 14:53:09.345515985 +0200
+++ /var/tmp/diff_new_pack.Khw8o7/_new  2018-08-08 14:53:09.345515985 +0200
@@ -1,5 +1,5 @@
 name: MARLIN
-version: 1.1.8.59_883d54474
-mtime: 1527090645
-commit: 883d54474ae09343f4148178b06352187550e4a8
+version: 1.1.8.66_80632b8ec
+mtime: 1532965642
+commit: 80632b8ecba1e187da0cc3690ba3b12894f27d80
 

++ _service ++
--- /var/tmp/diff_new_pack.Khw8o7/_old  2018-08-08 14:53:09.361516011 +0200
+++ /var/tmp/diff_new_pack.Khw8o7/_new  2018-08-08 14:53:09.361516011 +0200
@@ -2,10 +2,10 @@
   
 https://code.alephobjects.com/diffusion/MARLIN
 git
-v1.1.8.59
+v1.1.8.66
 
 
-1.1.8.59_883d54474
+1.1.8.66_80632b8ec
   
   
 




commit kubernetes for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package kubernetes for openSUSE:Factory 
checked in at 2018-08-08 14:52:09

Comparing /work/SRC/openSUSE:Factory/kubernetes (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes.new (New)


Package is "kubernetes"

Wed Aug  8 14:52:09 2018 rev:27 rq:627961 version:1.11.1

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes/kubectl.changes   2018-08-02 
15:00:46.988544799 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes.new/kubectl.changes  2018-08-08 
14:52:20.465435443 +0200
@@ -1,0 +2,6 @@
+Thu Aug  2 08:15:00 UTC 2018 - mmeis...@suse.com
+
+- Switch to go 1.10
+  Kubernetes requires go1.10.2 or greater
+
+---
@@ -6,0 +13,2213 @@
+
+---
+Wed Aug 01 12:19:36 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 1.11.1:
+  * Revert "Automated cherry pick of #65313: Adds cri-tools as a dependency to 
kubeadm deb/rpms"
+  * Always mark gke-exec-auth-plugin executable
+  * Don't delete pkg/generated/bindata.go in make clean
+  * fix bug for garbage collection
+  * Adding generated files
+  * Removes defaulting of CSI fsType to ext4
+  * kubeadm: run kube-proxy on non-master tainted nodes
+  * ensure rs pod cleanup happens
+  * ensureInternalBackendServiceGroups inserts InstanceGroup links, not nodes
+  * move t.Parallel() out of for loop
+  * switch delete strategy to background deletion
+  * Generate pkg/generated/bindata.go for release-1.11
+  * Don't gitignore pkg/generated/bindata.go
+  * verify-generated-files: ensure git tree is clean
+  * Add script to verify generated files
+  * Fix pod worker deadlock.
+  * Remove unnecessary spaces ahead of custom yaml.
+  * Add a helper function to customize K8s addon yamls and use it to customize 
Calico addons on GKE.
+  * A few cleanups (remove duplicated env vars & unnecessary comments) on yaml 
files.
+  * Update Calico addon yamls to make it work for both 2.x and 3.x. versions.
+  * Update to go1.10.3
+  * Update to rules_go 0.10.5
+  * re-make print flags composeable for sophisticated callers
+  * fix go-template defaulting for commands w default output format Fixes 
defaulting done for commands that default to a specific output format (such as 
yaml, json) when a --template flag is provided and no explicit --output value 
is given.
+  * make template printers a recommended printer
+  * Fix truncating and buffering backends integration.
+  * set EnableHTTPSTrafficOnly in storageAccount creation
+  * update priority admission for interoperability
+  * Build file generated
+  * Add priority to defaultOn plugins list
+  * Fix RunAsGroup.
+  * pause image should be arch agnostic
+  * adds post install step to kubeadm deb built by bazel
+  * Adds cri-tools as a dependency to kubeadm deb/rpms
+  * GC: remove CRD and APIService from ignored resources
+  * fix azure storage account creation failure
+  * Always create kubeClusterIPSet
+  * fix 'kubectl cp' with no arguments causes a panic
+  * Update output format so that it matches actual accepted values
+  * fix ipset creation fails on centos. issue 65461
+  * Reload systemd config files before starting kubelet.
+  * azure: Add validation of resourceGroup option
+  * Remove scheduler config deprecated warning as the new component config is 
still in alpha
+  * Change our tests to ensure that critical system pods are created in the 
system namespace
+  * Autogenerated files
+  * Limit usage of system critical priority classes to the system namespace
+  * Allow custom manifests in GCP master setup
+  * fix azure disk issue for external resource group
+  * azure: Move configuration of resource group in storage class.
+  * fix comments
+  * specify external resource group in ResizeDisk
+  * add external resource group support for azure disk
+  * skip nic that are in failing state
+  * Bug fix: Should allow alias range size equals to max number of pods * 2
+  * apiserver: do not print feature gates for glog v=0
+  * add scrape port to service
+  * Set pod priority on kube-proxy by default
+  * Fix comments about default mount propagation
+  * Fix out of bounds error on non-64-bit machines
+  * Fix bug printing openapi columns
+  * BUGFIX: must use ID, not name, of the node security group when adding 
rules to it
+  * Insert human curated 1.11 release notes and set current version
+  * Add/Update CHANGELOG-1.11.md for v1.11.0.
+  * Kubernetes version v1.11.1-beta.0 openapi-spec file updates
+  * Update Rescheduler's manifest
+  * Fix cleanup of volume metadata json file.
+  * Fix UnmountDevice with deleted pod.
+  * Fix some log issues in flexvolume
+  * fix scheduler client construction from configuration files
+  * etcd: reuse leases for keys in a time window
+  * update NPD 

commit alsa-oss for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package alsa-oss for openSUSE:Factory 
checked in at 2018-08-08 14:44:28

Comparing /work/SRC/openSUSE:Factory/alsa-oss (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-oss.new (New)


Package is "alsa-oss"

Wed Aug  8 14:44:28 2018 rev:30 rq:627629 version:1.1.6

Changes:

--- /work/SRC/openSUSE:Factory/alsa-oss/alsa-oss.changes2018-04-20 
17:24:58.516318619 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-oss.new/alsa-oss.changes   2018-08-08 
14:44:32.296669124 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 07:09:55 UTC 2018 - sch...@suse.de
+
+- remove-libio.patch: don't use obsolete 
+
+---

New:

  remove-libio.patch



Other differences:
--
++ alsa-oss.spec ++
--- /var/tmp/diff_new_pack.qjKuVE/_old  2018-08-08 14:44:33.088670412 +0200
+++ /var/tmp/diff_new_pack.qjKuVE/_new  2018-08-08 14:44:33.100670431 +0200
@@ -25,6 +25,7 @@
 Url:http://www.alsa-project.org/
 Source: 
ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-%{version}.tar.bz2
 Source2:baselibs.conf
+Patch1: remove-libio.patch
 BuildRequires:  alsa-devel
 BuildRequires:  libtool
 
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 autoreconf -fi

++ remove-libio.patch ++
Index: alsa-oss-1.1.6/alsa/stdioemu.c
===
--- alsa-oss-1.1.6.orig/alsa/stdioemu.c
+++ alsa-oss-1.1.6/alsa/stdioemu.c
@@ -37,7 +37,6 @@
 #endif
 
 #include 
-#include 
 
 struct fd_cookie {
int fd;



commit python-pytest for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2018-08-08 14:45:49

Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest.new (New)


Package is "python-pytest"

Wed Aug  8 14:45:49 2018 rev:39 rq:627904 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest-doc.changes  
2018-07-17 09:38:17.966172763 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest-doc.changes 
2018-08-08 14:45:50.872797072 +0200
@@ -1,0 +2,22 @@
+Tue Aug  7 14:49:42 UTC 2018 - mimi...@gmail.com
+
+- update to 3.7.1 
+
+---
+Thu Aug  2 12:57:23 UTC 2018 - mimi...@gmail.com
+
+-  update to 3.7.0
+ * pytest_namespace has been deprecated.
+ * Calling a fixture function directly, as opposed to request them in a test
+function, now issues a RemovedInPytest4Warning.
+ * New package fixture scope: fixtures are finalized when the last test of
+a package finishes. This feature is considered experimental, so use it 
sparingly.
+ * Node.add_marker now supports an append=True/False parameter to determine
+whether the mark comes last (default) or first.
+ * Fixture caplog now has a messages property, providing convenient access
+to the format-interpolated log messages without the extra data provided by 
the formatter/handler.
+ * New --trace option to enter the debugger at the start of a test.
+ * Introduce pytester.copy_example as helper to do acceptance tests
+   against examples from the project.
+
+---
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes  
2018-07-17 09:38:18.238171816 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2018-08-08 14:45:50.972797236 +0200
@@ -1,0 +2,32 @@
+Tue Aug  7 14:47:56 UTC 2018 - mimi...@gmail.com
+
+- update to 3.7.1
+ * Raise immediately if approx() is given an expected value of a type it
+ doesn’t understand (e.g. strings, nested dicts, etc.).
+ * Correctly represent the dimensions of an numpy array when calling repr() on 
approx().
+ * Fix incompatibility with third party plugins during collection, which
+ produced the error object has no attribute '_collectfile'.
+ * Display the absolute path if cache_dir is not relative to the rootdir 
instead of failing.
+ * Fix compatibility problem with plugins and the warning code issued
+ by fixture functions when they are called directly.
+ * Fix infinite recursion in pytest.approx with arrays in numpy<1.13.
+ * iFix TypeError when the assertion message is bytes in python 3.
+
+---
+Thu Aug  2 12:57:23 UTC 2018 - mimi...@gmail.com
+
+-  update to 3.7.0
+ * pytest_namespace has been deprecated.
+ * Calling a fixture function directly, as opposed to request them in a test
+function, now issues a RemovedInPytest4Warning.
+ * New package fixture scope: fixtures are finalized when the last test of
+a package finishes. This feature is considered experimental, so use it 
sparingly.
+ * Node.add_marker now supports an append=True/False parameter to determine
+whether the mark comes last (default) or first.
+ * Fixture caplog now has a messages property, providing convenient access
+to the format-interpolated log messages without the extra data provided by 
the formatter/handler.
+ * New --trace option to enter the debugger at the start of a test.
+ * Introduce pytester.copy_example as helper to do acceptance tests
+   against examples from the project.
+
+---

Old:

  pytest-3.6.3.tar.gz

New:

  pytest-3.7.1.tar.gz



Other differences:
--
++ python-pytest-doc.spec ++
--- /var/tmp/diff_new_pack.tH9O67/_old  2018-08-08 14:45:51.544798168 +0200
+++ /var/tmp/diff_new_pack.tH9O67/_new  2018-08-08 14:45:51.552798181 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-doc
-Version:3.6.3
+Version:3.7.1
 Release:0
 Summary:Documentation for python-pytest, a testing tool with 
autodiscovery
 License:MIT

++ python-pytest.spec ++
--- /var/tmp/diff_new_pack.tH9O67/_old  2018-08-08 14:45:51.596798252 +0200
+++ /var/tmp/diff_new_pack.tH9O67/_new  2018-08-08 14:45:51.600798259 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest
-Version:3.6.3
+Version:3.7.1
 Release:0
 Summary:Python testing 

commit cri-tools for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package cri-tools for openSUSE:Factory 
checked in at 2018-08-08 14:46:15

Comparing /work/SRC/openSUSE:Factory/cri-tools (Old)
 and  /work/SRC/openSUSE:Factory/.cri-tools.new (New)


Package is "cri-tools"

Wed Aug  8 14:46:15 2018 rev:7 rq:627835 version:1.11.1

Changes:

--- /work/SRC/openSUSE:Factory/cri-tools/cri-tools.changes  2018-06-27 
10:20:08.386838000 +0200
+++ /work/SRC/openSUSE:Factory/.cri-tools.new/cri-tools.changes 2018-08-08 
14:46:18.824842654 +0200
@@ -1,0 +2,11 @@
+Thu Aug  2 09:00:47 UTC 2018 - vrothb...@suse.com
+
+- Bump cri-tools to v1.11.1:
+  * versioning is now consistent with Kubernetes
+  * Fix argument parsing for crictl exec
+  * Improved documentation
+  * Multi-arch critest tests
+  * Filter pods with prefix matching of name and namespace
+  * Improve terminal support for exec and attach
+
+---

Old:

  cri-tools-git.2e22a757466719d43cc76aab0e01019081f8c27a.tar.xz

New:

  cri-tools-1.11.1.tar.xz



Other differences:
--
++ cri-tools.spec ++
--- /var/tmp/diff_new_pack.d87OkC/_old  2018-08-08 14:46:19.316843457 +0200
+++ /var/tmp/diff_new_pack.d87OkC/_new  2018-08-08 14:46:19.320843464 +0200
@@ -17,15 +17,14 @@
 
 
 %define project  github.com/kubernetes-incubator/cri-tools
-%define commit   2e22a757466719d43cc76aab0e01019081f8c27a
 Name:   cri-tools
-Version:1.0.0beta0
+Version:1.11.1
 Release:0
 Summary:CLI and validation tools for Kubelet Container Runtime 
Interface
 License:Apache-2.0
 Group:  System/Management
-Url:https://%{project}
-Source0:%{name}-git.%{commit}.tar.xz
+Url:https://github.com/kubernetes-incubator/cri-tools
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  golang(API) >= 1.9
@@ -39,7 +38,7 @@
 - critest: validation test suites for kubelet CRI
 
 %prep
-%setup -q -n %{name}-git.%{commit}
+%setup -q
 
 %build
 export GOPATH=$HOME/go

++ _service ++
--- /var/tmp/diff_new_pack.d87OkC/_old  2018-08-08 14:46:19.344843503 +0200
+++ /var/tmp/diff_new_pack.d87OkC/_new  2018-08-08 14:46:19.344843503 +0200
@@ -4,8 +4,8 @@
 https://github.com/kubernetes-incubator/cri-tools.git
 git
 cri-tools
-git.%H
-release-1.10
+1.11.1
+v1.11.1
 
 
 
@@ -13,4 +13,8 @@
 xz
 
 
+
+cri-tools
+
+
 

++ cri-tools-git.2e22a757466719d43cc76aab0e01019081f8c27a.tar.xz -> 
cri-tools-1.11.1.tar.xz ++
 86746 lines of diff (skipped)




commit python-execnet for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-execnet for openSUSE:Factory 
checked in at 2018-08-08 14:45:56

Comparing /work/SRC/openSUSE:Factory/python-execnet (Old)
 and  /work/SRC/openSUSE:Factory/.python-execnet.new (New)


Package is "python-execnet"

Wed Aug  8 14:45:56 2018 rev:6 rq:628060 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-execnet/python-execnet.changes
2018-07-17 09:38:10.454198929 +0200
+++ /work/SRC/openSUSE:Factory/.python-execnet.new/python-execnet.changes   
2018-08-08 14:45:59.680811432 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 11:32:26 UTC 2018 - mimi...@gmail.com
+
+- add fix_apipkg.patch -- fixes tests with apipkg > 1.4.0 
+
+---

New:

  fix_apipkg.patch



Other differences:
--
++ python-execnet.spec ++
--- /var/tmp/diff_new_pack.Y1nMEU/_old  2018-08-08 14:46:00.304812449 +0200
+++ /var/tmp/diff_new_pack.Y1nMEU/_new  2018-08-08 14:46:00.308812456 +0200
@@ -25,9 +25,10 @@
 Group:  Development/Libraries/Python
 URL:http://codespeak.net/execnet/
 Source0:
https://files.pythonhosted.org/packages/source/e/execnet/execnet-%{version}.tar.gz
+Patch0: fix_apipkg.patch
 # test requirements
 BuildRequires:  %{python_module apipkg}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
@@ -50,6 +51,7 @@
 
 %prep
 %setup -q -n execnet-%{version}
+%patch0 -p1
 sed -i "1d" execnet/script/shell.py execnet/script/socketserver.py
 
 %build

++ fix_apipkg.patch ++
>From a59f30af7cfbeed4666cc978913dfde66ca9f571 Mon Sep 17 00:00:00 2001
From: Anthony Sottile 
Date: Thu, 5 Jul 2018 15:14:35 -0700
Subject: [PATCH] Don't copy apipkg into the test dir -- it isn't a single file
 any more

---
 testing/test_termination.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testing/test_termination.py b/testing/test_termination.py
index 7320cdf..ae905d4 100644
--- a/testing/test_termination.py
+++ b/testing/test_termination.py
@@ -1,6 +1,5 @@
 import pytest
 import execnet
-import apipkg
 import subprocess
 import py
 import sys
@@ -76,7 +75,6 @@ def test_close_initiating_remote_no_error(testdir, anypython):
 print ("termination")
 execnet.default_group.terminate()
 """)
-testdir.makepyfile(apipkg=apipkg)
 popen = subprocess.Popen(
 [str(anypython), str(p), str(execnetdir)],
 stdout=None, stderr=subprocess.PIPE,)



commit python-pathlib2 for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-pathlib2 for openSUSE:Factory 
checked in at 2018-08-08 14:45:42

Comparing /work/SRC/openSUSE:Factory/python-pathlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pathlib2.new (New)


Package is "python-pathlib2"

Wed Aug  8 14:45:42 2018 rev:5 rq:627896 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pathlib2/python-pathlib2.changes  
2018-06-02 12:09:36.265588004 +0200
+++ /work/SRC/openSUSE:Factory/.python-pathlib2.new/python-pathlib2.changes 
2018-08-08 14:45:46.316789646 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 14:38:54 UTC 2018 - mimi...@gmail.com
+
+- cleanup deps 
+
+---



Other differences:
--
++ python-pathlib2.spec ++
--- /var/tmp/diff_new_pack.O2PERQ/_old  2018-08-08 14:45:47.144790996 +0200
+++ /var/tmp/diff_new_pack.O2PERQ/_new  2018-08-08 14:45:47.152791008 +0200
@@ -26,7 +26,6 @@
 URL:https://pypi.python.org/pypi/pathlib2/
 Source: 
https://files.pythonhosted.org/packages/source/p/pathlib2/pathlib2-%{version}.tar.gz
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  python-rpm-macros
@@ -61,7 +60,9 @@
 %python_install
 
 %check
-PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} .
+# nothing provides test module in python2
+export PYTHONPATH="$PWD"
+python3 tests/test_pathlib2.py
 
 %files %{python_files}
 %license LICENSE.rst




commit python-virtualenv for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2018-08-08 14:45:18

Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtualenv.new (New)


Package is "python-virtualenv"

Wed Aug  8 14:45:18 2018 rev:33 rq:627455 version:15.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2018-07-23 17:58:58.093082745 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2018-08-08 14:45:20.932748287 +0200
@@ -1,0 +2,11 @@
+Sat Aug  4 14:42:16 UTC 2018 - matwey.korni...@gmail.com
+
+- Add requires: python-setuptools 
+
+> virtualenv-3.6 --help
+Traceback (most recent call last):
+  File "/usr/bin/virtualenv-3.6", line 6, in 
+from pkg_resources import load_entry_point
+ModuleNotFoundError: No module named 'pkg_resources'
+
+---



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.lHZ8JE/_old  2018-08-08 14:45:22.044750098 +0200
+++ /var/tmp/diff_new_pack.lHZ8JE/_new  2018-08-08 14:45:22.048750105 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires:   python
+Requires:   python-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch




commit python-mutagen for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-mutagen for openSUSE:Factory 
checked in at 2018-08-08 14:45:30

Comparing /work/SRC/openSUSE:Factory/python-mutagen (Old)
 and  /work/SRC/openSUSE:Factory/.python-mutagen.new (New)


Package is "python-mutagen"

Wed Aug  8 14:45:30 2018 rev:30 rq:627528 version:1.41.0

Changes:

--- /work/SRC/openSUSE:Factory/python-mutagen/python-mutagen.changes
2018-04-22 14:29:10.719682792 +0200
+++ /work/SRC/openSUSE:Factory/.python-mutagen.new/python-mutagen.changes   
2018-08-08 14:45:34.520770423 +0200
@@ -1,0 +2,11 @@
+Sun Aug  5 11:08:22 UTC 2018 - adr...@suse.de
+
+- update to version 1.41.0:
+  * Documentation fixes :pr:`342` (:user:`Jakub Wilk `)
+  * mid3v2: Add support for WXXX frames :bug:`344` :bug:`348`
+  * Fix decoding of track_peak from MP3 Info Tag :pr:`345`
+(:user:`Anton Yuzhaninov `)
+  * MonkeysAudio: set bits_per_sample for older files :bug:`347`
+- drop obsolete ignore-W504.patch
+
+---

Old:

  ignore-W504.patch
  mutagen-1.40.0.tar.gz

New:

  mutagen-1.41.0.tar.gz



Other differences:
--
++ python-mutagen.spec ++
--- /var/tmp/diff_new_pack.Z4a60X/_old  2018-08-08 14:45:35.348771772 +0200
+++ /var/tmp/diff_new_pack.Z4a60X/_new  2018-08-08 14:45:35.348771772 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-mutagen
-Version:1.40.0
+Version:1.41.0
 Release:0
 Summary:Python module to Handle Audio Metadata
 License:GPL-2.0-or-later
@@ -27,8 +27,6 @@
 Source: 
https://files.pythonhosted.org/packages/source/m/mutagen/mutagen-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE reduce-test-length.diff alarr...@suse.com -- Reduce the 
number of iterations so tests don't take so long to finish
 Patch0: reduce-test-length.diff
-# PATCH-FIX-UPSTREAM ignore-W504.patch alarr...@suse.com -- Ignore PEP8's W504 
which makes tests fail
-Patch1: ignore-W504.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module hypothesis}
 BuildRequires:  %{python_module pycodestyle}
@@ -53,7 +51,6 @@
 %prep
 %setup -q -n mutagen-%{version}
 %patch0 -p1
-%patch1 -p1
 # remove shebangs from library files
 find mutagen/ -name "*.py" -exec sed -i -e 
'/^#!\s\?\/usr\/bin\/\(env\s\)\?python$/d' {} ';'
 

++ mutagen-1.40.0.tar.gz -> mutagen-1.41.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutagen-1.40.0/NEWS new/mutagen-1.41.0/NEWS
--- old/mutagen-1.40.0/NEWS 2018-01-25 17:09:13.0 +0100
+++ new/mutagen-1.41.0/NEWS 2018-07-16 21:32:50.0 +0200
@@ -1,3 +1,13 @@
+1.41.0 - 2018-07-15
+---
+
+* Documentation fixes :pr:`342` (:user:`Jakub Wilk `)
+* mid3v2: Add support for WXXX frames :bug:`344` :bug:`348`
+* Fix decoding of track_peak from MP3 Info Tag :pr:`345`
+  (:user:`Anton Yuzhaninov `)
+* MonkeysAudio: set bits_per_sample for older files :bug:`347`
+
+
 1.40.0 - 2018-01-25
 ---
 
@@ -630,7 +640,7 @@
 * Bug Fixes:
 
   * FLAC: Raise IOError, instead of UnboundLocalError, when trying
-to open a non-existant file. (Lukáš Lalinský, Debian #448734)
+to open a non-existent file. (Lukáš Lalinský, Debian #448734)
   * Throw out invalid frames when upgrading from 2.3 to 2.4.
   * Fixed reading of Unicode strings from ASF files on big-endian
 platforms.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutagen-1.40.0/PKG-INFO new/mutagen-1.41.0/PKG-INFO
--- old/mutagen-1.40.0/PKG-INFO 2018-01-25 17:09:43.0 +0100
+++ new/mutagen-1.41.0/PKG-INFO 2018-07-16 21:33:14.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: mutagen
-Version: 1.40.0
+Version: 1.41.0
 Summary: read and write audio tags for many formats
 Home-page: https://github.com/quodlibet/mutagen
 Author: Michael Urman
@@ -43,6 +43,7 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutagen-1.40.0/docs/Makefile 
new/mutagen-1.41.0/docs/Makefile
--- old/mutagen-1.40.0/docs/Makefile2017-05-25 15:49:20.0 +0200
+++ new/mutagen-1.41.0/docs/Makefile2018-07-08 

commit python-apipkg for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-apipkg for openSUSE:Factory 
checked in at 2018-08-08 14:45:37

Comparing /work/SRC/openSUSE:Factory/python-apipkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-apipkg.new (New)


Package is "python-apipkg"

Wed Aug  8 14:45:37 2018 rev:4 rq:627536 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/python-apipkg/python-apipkg.changes  
2017-05-06 18:29:30.884384793 +0200
+++ /work/SRC/openSUSE:Factory/.python-apipkg.new/python-apipkg.changes 
2018-08-08 14:45:38.268776530 +0200
@@ -1,0 +2,9 @@
+Sun Aug  5 17:06:32 UTC 2018 - mimi...@gmail.com
+
+- update to 1.5
+- fixed dependencies
+  * switch to setuptools_scm
+  * avoid dict iteration (fixes issue on python3)
+  * preserve __package__ - ths gets us better pep 302 compliance
+
+---

Old:

  apipkg-1.4.tar.gz

New:

  apipkg-1.5.tar.gz



Other differences:
--
++ python-apipkg.spec ++
--- /var/tmp/diff_new_pack.yR2O47/_old  2018-08-08 14:45:38.704777240 +0200
+++ /var/tmp/diff_new_pack.yR2O47/_new  2018-08-08 14:45:38.712777254 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-apipkg
 #
-# 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,23 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-apipkg
-Version:1.4
+Version:1.5
 Release:0
 Summary:Namespace control and lazy-import mechanism
 License:MIT
 Group:  Development/Languages/Python
-Url:http://bitbucket.org/hpk42/apipkg
+URL:https://github.com/pytest-dev/apipkg/
 Source: 
https://files.pythonhosted.org/packages/source/a/apipkg/apipkg-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
-# Testsuite BuildRequires:
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module py}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -60,13 +56,14 @@
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand py.test-%{$python_version}
+export PYTHONPATH="${PWD}/src"
+%python_exec -mpytest
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.txt LICENSE CHANGELOG
-%pycache_only %{python_sitelib}/__pycache__
-%{python_sitelib}/apipkg.py*
+%license LICENSE
+%doc README.rst CHANGELOG
+%dir %{python_sitelib}/apipkg
+%{python_sitelib}/apipkg/*
 %{python_sitelib}/apipkg-%{version}-py%{python_version}.egg-info
 
 %changelog

++ apipkg-1.4.tar.gz -> apipkg-1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apipkg-1.4/.gitignore new/apipkg-1.5/.gitignore
--- old/apipkg-1.4/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/apipkg-1.5/.gitignore   2018-04-06 08:25:21.0 +0200
@@ -0,0 +1,5 @@
+src/apipkg/version.py
+__pycache__
+*.egg-info
+.cache/
+.eggs/
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apipkg-1.4/.hgignore new/apipkg-1.5/.hgignore
--- old/apipkg-1.4/.hgignore2015-02-15 20:01:38.0 +0100
+++ new/apipkg-1.5/.hgignore1970-01-01 01:00:00.0 +0100
@@ -1,18 +0,0 @@
-
-# These lines are suggested according to the svn:ignore property
-# Feel free to enable them by uncommenting them
-syntax:glob
-*.pyc
-*.pyo
-*.swp
-*.html
-*.class
-
-.tox
-
-build
-dist
-apipkg.egg-info
-.cache/
-.eggs/
-.env/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apipkg-1.4/.hgtags new/apipkg-1.5/.hgtags
--- old/apipkg-1.4/.hgtags  2015-02-15 23:42:34.0 +0100
+++ new/apipkg-1.5/.hgtags  1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-4e25c6a58cb618bdcd061289dd66b3ceb11a495a 1.0.0b5
-976aa691cfaeeb9793057d09ae9f9e6fd162be69 1.0b5
-6cb3976c8d8aac3d332ed8f507cfdad34b4279a1 1.0b6
-d83f3dccbd847d054cacaaca24f4a93e04f57219 1.0
-99c97a16360ab551455e00861c3e92269d3fa3f7 1.2
-82fd1ef6991cfb25b903944684291bf146c86f95 1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apipkg-1.4/.travis.yml 

commit python-beautifulsoup4 for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-beautifulsoup4 for 
openSUSE:Factory checked in at 2018-08-08 14:45:25

Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
 and  /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new (New)


Package is "python-beautifulsoup4"

Wed Aug  8 14:45:25 2018 rev:26 rq:627527 version:4.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes  
2018-07-21 10:08:10.975198769 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new/python-beautifulsoup4.changes
 2018-08-08 14:45:27.748759390 +0200
@@ -1,0 +2,54 @@
+Sun Aug  5 11:02:25 UTC 2018 - adr...@suse.de
+
+- update to 4.6.1:
+  * Stop data loss when encountering an empty numeric entity, and
+possibly in other cases.  Thanks to tos.kamiya for the fix. [bug=1698503]
+  
+  * Preserve XML namespaces introduced inside an XML document, not just
+ the ones introduced at the top level. [bug=1718787]
+  
+  * Added a new formatter, "html5", which represents void elements
+ as "" rather than "".  [bug=1716272]
+  
+  * Fixed a problem where the html.parser tree builder interpreted
+a string like " " as the character entity ""  [bug=1728706]
+  
+  * Correctly handle invalid HTML numeric character entities like 
+which reference code points that are not Unicode code points. Note
+that this is only fixed when Beautiful Soup is used with the
+html.parser parser -- html5lib already worked and I couldn't fix it
+with lxml.  [bug=1782933]
+  
+  * Improved the warning given when no parser is specified. [bug=1780571]
+  
+  * When markup contains duplicate elements, a select() call that
+includes multiple match clauses will match all relevant
+elements. [bug=1770596]
+  
+  * Fixed code that was causing deprecation warnings in recent Python 3
+versions. Includes a patch from Ville Skyttä. [bug=1778909] [bug=1689496]
+  
+  * Fixed a Windows crash in diagnose() when checking whether a long
+markup string is a filename. [bug=1737121]
+  
+  * Stopped HTMLParser from raising an exception in very rare cases of
+bad markup. [bug=1708831]
+  
+  * Fixed a bug where find_all() was not working when asked to find a
+tag with a namespaced name in an XML document that was parsed as
+HTML. [bug=1723783]
+  
+  * You can get finer control over formatting by subclassing
+bs4.element.Formatter and passing a Formatter instance into (e.g.)
+encode(). [bug=1716272]
+  
+  * You can pass a dictionary of `attrs` into
+BeautifulSoup.new_tag. This makes it possible to create a tag with
+an attribute like 'name' that would otherwise be masked by another
+argument of new_tag. [bug=1779276]
+  
+  * Clarified the deprecation warning when accessing tag.fooTag, to cover
+the possibility that you might really have been looking for a tag
+called 'fooTag'.
+
+---

Old:

  beautifulsoup4-4.6.0.tar.gz

New:

  beautifulsoup4-4.6.1.tar.gz



Other differences:
--
++ python-beautifulsoup4.spec ++
--- /var/tmp/diff_new_pack.fRScod/_old  2018-08-08 14:45:28.352760373 +0200
+++ /var/tmp/diff_new_pack.fRScod/_new  2018-08-08 14:45:28.356760380 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-beautifulsoup4
-Version:4.6.0
+Version:4.6.1
 Release:0
 Summary:HTML/XML Parser for Quick-Turnaround Applications Like 
Screen-Scraping
 License:MIT

++ beautifulsoup4-4.6.0.tar.gz -> beautifulsoup4-4.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.6.0/LICENSE 
new/beautifulsoup4-4.6.1/LICENSE
--- old/beautifulsoup4-4.6.0/LICENSE1970-01-01 01:00:00.0 +0100
+++ new/beautifulsoup4-4.6.1/LICENSE2016-07-16 17:25:45.0 +0200
@@ -0,0 +1,27 @@
+Beautiful Soup is made available under the MIT license:
+
+ Copyright (c) 2004-2016 Leonard Richardson
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 

commit python-pluggy for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-pluggy for openSUSE:Factory 
checked in at 2018-08-08 14:45:07

Comparing /work/SRC/openSUSE:Factory/python-pluggy (Old)
 and  /work/SRC/openSUSE:Factory/.python-pluggy.new (New)


Package is "python-pluggy"

Wed Aug  8 14:45:07 2018 rev:6 rq:627080 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pluggy/python-pluggy.changes  
2017-12-23 12:11:48.742034088 +0100
+++ /work/SRC/openSUSE:Factory/.python-pluggy.new/python-pluggy.changes 
2018-08-08 14:45:13.140735597 +0200
@@ -1,0 +2,13 @@
+Thu Aug  2 12:22:54 UTC 2018 - mimi...@gmail.com
+
+- update to 0.7.1
+ * Deprecate the implprefix kwarg to PluginManager and instead expect users
+to start using explicit HookimplMarker everywhere
+ * Add .plugin member to PluginValidationError to access failing plugin during 
post-mortem.
+ * Add per implementation warnings support for hookspecs allowing for both
+deprecation and future warnings of legacy and (future) experimental hooks 
respectively.
+ * Fix a bug where _HookCaller.call_historic() would call the proc arg even
+when the default is None resulting in a TypeError.
+ * Fix problem when handling VersionConflict errors when loading setuptools 
plugins.
+
+---

Old:

  pluggy-0.6.0.tar.gz

New:

  pluggy-0.7.1.tar.gz



Other differences:
--
++ python-pluggy.spec ++
--- /var/tmp/diff_new_pack.Tnn4Dm/_old  2018-08-08 14:45:13.508736196 +0200
+++ /var/tmp/diff_new_pack.Tnn4Dm/_new  2018-08-08 14:45:13.512736203 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pluggy
 #
-# 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
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   python-pluggy
-Version:0.6.0
+Version:0.7.1
 Release:0
 Summary:Plugin registration and hook calling mechanisms for Python
 License:MIT
@@ -30,9 +30,10 @@
 %if %{with tests}
 BuildRequires:  %{python_module pytest}
 %endif
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -51,6 +52,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with tests}
 %check
@@ -58,8 +60,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst CHANGELOG.rst
 %{python_sitelib}/*
 
 %changelog

++ pluggy-0.6.0.tar.gz -> pluggy-0.7.1.tar.gz ++
 4951 lines of diff (skipped)




commit yast2-network for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2018-08-08 14:44:42

Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-network.new (New)


Package is "yast2-network"

Wed Aug  8 14:44:42 2018 rev:391 rq:627643 version:4.1.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2018-08-04 21:50:48.456985515 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2018-08-08 14:44:45.340690345 +0200
@@ -1,0 +2,7 @@
+Fri Aug  3 16:42:04 UTC 2018 - knut.anders...@suse.com
+
+- Fixes to the networking AY schema (bsc#1103712)
+  - Permitted the use of 'listentry' element in list entries.
+- 4.1.5
+
+---

Old:

  yast2-network-4.1.4.tar.bz2

New:

  yast2-network-4.1.5.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.BnMZzb/_old  2018-08-08 14:44:45.828691139 +0200
+++ /var/tmp/diff_new_pack.BnMZzb/_new  2018-08-08 14:44:45.832691145 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:4.1.4
+Version:4.1.5
 Release:0
 BuildArch:  noarch
 

++ yast2-network-4.1.4.tar.bz2 -> yast2-network-4.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.1.4/package/yast2-network.changes 
new/yast2-network-4.1.5/package/yast2-network.changes
--- old/yast2-network-4.1.4/package/yast2-network.changes   2018-07-27 
19:19:00.0 +0200
+++ new/yast2-network-4.1.5/package/yast2-network.changes   2018-08-06 
12:36:08.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri Aug  3 16:42:04 UTC 2018 - knut.anders...@suse.com
+
+- Fixes to the networking AY schema (bsc#1103712)
+  - Permitted the use of 'listentry' element in list entries.
+- 4.1.5
+
+---
 Thu Jul 12 11:46:53 UTC 2018 - mfi...@suse.com
 
 - bnc#964856
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.1.4/package/yast2-network.spec 
new/yast2-network-4.1.5/package/yast2-network.spec
--- old/yast2-network-4.1.4/package/yast2-network.spec  2018-07-27 
19:19:00.0 +0200
+++ new/yast2-network-4.1.5/package/yast2-network.spec  2018-08-06 
12:36:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:4.1.4
+Version:4.1.5
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.1.4/src/autoyast-rnc/networking.rnc 
new/yast2-network-4.1.5/src/autoyast-rnc/networking.rnc
--- old/yast2-network-4.1.4/src/autoyast-rnc/networking.rnc 2018-07-27 
19:19:00.0 +0200
+++ new/yast2-network-4.1.5/src/autoyast-rnc/networking.rnc 2018-08-06 
12:36:08.0 +0200
@@ -39,7 +39,7 @@
   }
 
 interface =
-  element interface {
+  element (interface | listentry) {
 element device { text }? & #overloaded
 element name { text }? &
 
@@ -90,13 +90,13 @@
 
 
 s390-devices =
-  element device {
+  element s390-devices {
 LIST,
 device+
   }
 
 device =
-  element device {
+  element (device | listentry) {
 element type { text }? &
 element chanids { text }? &
 element portname { text }? &
@@ -112,7 +112,7 @@
   }
 
 rule =
-  element rule {
+  element (rule | listentry) {
 element rule { text }? &
 element value { text }? &
 element name { text }?
@@ -223,7 +223,7 @@
 module_entry+
   }
 module_entry =
-  element module_entry {
+  element (module_entry | listentry) {
 element ccw_chan_ids { text }? &
 element ccw_chan_num { text }? &
 element device { text } &  # overloaded
@@ -263,7 +263,7 @@
 route+
   }
 route =
-  element route {
+  element (route | listentry) {
 destination &
 element netmask { text } & #overloaded
 element device { text } &  #overloaded




commit gamin for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package gamin for openSUSE:Factory checked 
in at 2018-08-08 14:44:22

Comparing /work/SRC/openSUSE:Factory/gamin (Old)
 and  /work/SRC/openSUSE:Factory/.gamin.new (New)


Package is "gamin"

Wed Aug  8 14:44:22 2018 rev:10 rq:627622 version:0.1.10

Changes:

--- /work/SRC/openSUSE:Factory/gamin/gamin.changes  2014-01-23 
15:42:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.gamin.new/gamin.changes 2018-08-08 
14:44:23.912655488 +0200
@@ -1,0 +2,10 @@
+Mon Aug  6 09:33:25 UTC 2018 - dims...@opensuse.org
+
+- Add baselibs.conf to the file source list.
+
+---
+Wed Jul 25 16:26:53 UTC 2018 - dims...@opensuse.org
+
+- Replace deprecated macro py_sitedir with python_sitearch.
+
+---



Other differences:
--
++ gamin-devel.spec ++
--- /var/tmp/diff_new_pack.B6FPH6/_old  2018-08-08 14:44:24.372656236 +0200
+++ /var/tmp/diff_new_pack.B6FPH6/_new  2018-08-08 14:44:24.376656243 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gamin-devel
 #
-# Copyright (c) 2014 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,22 +16,17 @@
 #
 
 
-Name:   gamin-devel
-Version:0.1.10
-Release:0
 %define sonum   0
 %define vernum  1
 %define packnum %{vernum}-%{sonum}
 %define famnum  0
+Name:   gamin-devel
+Version:0.1.10
+Release:0
 Summary:Libraries and includes to build against gamin
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  Development/Libraries/C and C++
-# Both have libfam.so
-Conflicts:  fam-devel
-Requires:   libfam%{famnum}-gamin = %{version}
-Requires:   libgamin-%{packnum}  = %{version}
-Provides:   %{name}-static   = %{version}
-Url:http://www.gnome.org/~veillard/gamin/
+URL:http://www.gnome.org/~veillard/gamin/
 Source: 
http://www.gnome.org/~veillard/gamin/sources/gamin-%{version}.tar.gz
 Source2:gamin-rpmlintrc
 Patch0: gamin-return.patch
@@ -46,8 +41,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  pkgconfig
+Requires:   libfam%{famnum}-gamin = %{version}
+Requires:   libgamin-%{packnum} = %{version}
+# Both have libfam.so
+Conflicts:  fam-devel
+Provides:   %{name}-static = %{version}
 # No glib* requires here to avoid build cycles
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libraries, includes, etc. to use and build against gamin.
@@ -55,9 +54,9 @@
 %package -n libgamin-%{packnum}
 Summary:Library providing the FAM File Alteration Monitor API
 Group:  System/Libraries
+Requires:   gamin-server >= %{version}
 Provides:   libgamin = %{version}
 Obsoletes:  libgamin < %{version}
-Requires:   gamin-server >= %{version}
 
 %description -n libgamin-%{packnum}
 This C library provides an API and ABI compatible file alteration
@@ -67,8 +66,8 @@
 %package -n libfam%{famnum}-gamin
 Summary:Library providing the FAM File Alteration Monitor API
 Group:  System/Libraries
-Conflicts:  libfam0
 Requires:   gamin-server >= %{version}
+Conflicts:  libfam0
 
 %description -n libfam%{famnum}-gamin
 This C library provides an API and ABI compatible file alteration

++ gamin.spec ++
--- /var/tmp/diff_new_pack.B6FPH6/_old  2018-08-08 14:44:24.392656269 +0200
+++ /var/tmp/diff_new_pack.B6FPH6/_new  2018-08-08 14:44:24.392656269 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gamin
 #
-# Copyright (c) 2014 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,19 +16,20 @@
 #
 
 
-Name:   gamin
-Version:0.1.10
-Release:0
 %define sonum   0
 %define vernum  1
 %define packnum %{vernum}-%{sonum}
 %define famnum  0
+Name:   gamin
+Version:0.1.10
+Release:0
 Summary:Library providing the FAM File Alteration Monitor API
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  System/Daemons
-Url:http://www.gnome.org/~veillard/%{name}/
+URL:http://www.gnome.org/~veillard/%{name}/
 Source: 
http://www.gnome.org/~veillard/%{name}/sources/%{name}-%{version}.tar.gz
 Source2:%name-rpmlintrc

commit fuse for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package fuse for openSUSE:Factory checked in 
at 2018-08-08 14:44:17

Comparing /work/SRC/openSUSE:Factory/fuse (Old)
 and  /work/SRC/openSUSE:Factory/.fuse.new (New)


Package is "fuse"

Wed Aug  8 14:44:17 2018 rev:68 rq:627620 version:2.9.8

Changes:

--- /work/SRC/openSUSE:Factory/fuse/fuse.changes2017-10-23 
16:38:49.997284085 +0200
+++ /work/SRC/openSUSE:Factory/.fuse.new/fuse.changes   2018-08-08 
14:44:18.564646792 +0200
@@ -1,0 +2,18 @@
+Sat Jul 28 22:36:01 UTC 2018 - avin...@opensuse.org
+
+- fuse 2.9.8
+  * SECURITY UPDATE: In previous versions of libfuse it was possible
+to for unprivileged users to specify the allow_other option even
+when this was forbidden in /etc/fuse.conf. The vulnerability is
+present only on systems where SELinux is active (including in
+permissive mode).
+  * libfuse no longer segfaults when fuse_interrupted() is called
+outside the event loop.
+  * The fusermount binary has been hardened in several ways to
+reduce potential attack surface. Most importantly, mountpoints
+and mount options must now match a hard-coded whitelist. It is
+expected that this whitelist covers all regular use-cases.
+- cleanup with spec-cleaner
+- update wiki urls to new location
+
+---

Old:

  fuse-2.9.7.tar.gz
  fuse-2.9.7.tar.gz.asc

New:

  fuse-2.9.8.tar.gz
  fuse-2.9.8.tar.gz.asc



Other differences:
--
++ fuse.spec ++
--- /var/tmp/diff_new_pack.Nd40Xc/_old  2018-08-08 14:44:19.124647703 +0200
+++ /var/tmp/diff_new_pack.Nd40Xc/_new  2018-08-08 14:44:19.128647709 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fuse
 #
-# 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
@@ -17,12 +17,12 @@
 
 
 Name:   fuse
-Version:2.9.7
+Version:2.9.8
 Release:0
 Summary:User space File System
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/Filesystems
-Url:https://github.com/libfuse/libfuse
+URL:https://github.com/libfuse/libfuse
 Source: 
https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz
 Source2:fuse.rpmlintrc
 Source3:baselibs.conf
@@ -38,7 +38,6 @@
 BuildRequires:  pkgconfig
 # FIXME: use proper Requires(pre/post/preun/...)
 PreReq: permissions
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1320
 Requires(pre):  group(trusted)
 %endif
@@ -83,7 +82,7 @@
 
 After installing fuse-devel, administrators can compile and install
 other user space file systems which can be found at
-http://fuse.sourceforge.net/wiki
+https://github.com/libfuse/libfuse/wiki/
 
 %package -n libulockmgr1
 Summary:Library of FUSE, the User space File System for GNU/Linux and 
BSD
@@ -107,7 +106,7 @@
 
 After installing fuse-devel, administrators can compile and install
 other user space file systems which can be found at
-http://fuse.sourceforge.net/wiki
+https://github.com/libfuse/libfuse/wiki/
 
 %package doc
 Summary:Document package for FUSE (userspace filesystem)
@@ -132,7 +131,7 @@
 
 With fuse-devel, administrators can compile and install other user
 space file systems which can be found at
-http://fuse.sourceforge.net/wiki
+https://github.com/libfuse/libfuse/wiki/
 
 %package devel-static
 Summary:Development package for FUSE (userspace filesystem) modules
@@ -147,7 +146,7 @@
 
 With fuse-devel, administrators can compile and install other user
 space file systems which can be found at
-http://fuse.sourceforge.net/wiki
+https://github.com/libfuse/libfuse/wiki/
 
 %prep
 %setup -q
@@ -167,7 +166,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 rm -rf %{buildroot}/%{_sysconfdir}/init.d
 install -m644 -D %{SOURCE4} %{buildroot}/%{_sysconfdir}/fuse.conf
 # Needed for OpenSUSE buildservice
@@ -203,16 +202,13 @@
 %verify_permissions -e %{_bindir}/fusermount
 
 %post -n libfuse2 -p /sbin/ldconfig
-
 %postun -n libfuse2 -p /sbin/ldconfig
-
 %post -n libulockmgr1 -p /sbin/ldconfig
-
 %postun -n libulockmgr1 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog NEWS README* COPYING*
+%license COPYING*
+%doc AUTHORS ChangeLog NEWS README*
 %if 0%{?suse_version} <= 1020
 %dir %{_sysconfdir}/udev
 %dir %{_sysconfdir}/udev/rules.d
@@ -225,30 +221,26 @@
 

commit python-pbr for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2018-08-08 14:44:35

Comparing /work/SRC/openSUSE:Factory/python-pbr (Old)
 and  /work/SRC/openSUSE:Factory/.python-pbr.new (New)


Package is "python-pbr"

Wed Aug  8 14:44:35 2018 rev:36 rq:627637 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes2018-05-25 
21:35:39.095579972 +0200
+++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr.changes   
2018-08-08 14:44:38.632679431 +0200
@@ -1,0 +2,13 @@
+Mon Aug  6 10:03:48 UTC 2018 - tchva...@suse.com
+
+- Switch to multibuild to run tests
+- Drop doc subpkg, they have compiled docu on web, much better
+  * Drops patch for_sphinx.patch
+
+---
+Mon Aug  6 09:37:30 UTC 2018 - tchva...@suse.com
+
+- Version update to 4.1.1:
+  * Fixes on python 3.x
+
+---

Old:

  for_sphinx.patch
  pbr-4.0.3.tar.gz
  python-pbr-doc.changes
  python-pbr-doc.spec
  python-pbr-rpmlintrc

New:

  _multibuild
  pbr-4.1.1.tar.gz



Other differences:
--
++ python-pbr.spec ++
--- /var/tmp/diff_new_pack.zA3p9e/_old  2018-08-08 14:44:39.456680771 +0200
+++ /var/tmp/diff_new_pack.zA3p9e/_new  2018-08-08 14:44:39.460680778 +0200
@@ -17,37 +17,45 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# NOTE(saschpe): git invocation and pythonpath issues with testrepository
-# enable testing with a build conditional (off by default):
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%bcond_without test
+%endif
 %bcond_with test
-Name:   python-pbr
-Version:4.0.3
+Version:4.1.1
 Release:0
 Summary:Python Build Reasonableness
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:http://pypi.python.org/pypi/pbr
 Source: 
https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
-Source1:python-pbr-rpmlintrc
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Obsoletes:  python-pbr-doc
 BuildArch:  noarch
-# Test requirements:
 %if %{with test}
-#BuildRequires:  python-coverage >= 3.6
-BuildRequires:  %{python_module fixtures >= 1.3.1}
-BuildRequires:  %{python_module mock >= 1.2}
-BuildRequires:  %{python_module python-subunit >= 0.0.18}
+Name:   python-pbr-%{flavor}
+%else
+Name:   python-pbr
+%endif
+%if %{with test}
+BuildRequires:  %{python_module Sphinx >= 1.6.2}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module fixtures >= 3.0.0}
+BuildRequires:  %{python_module mock >= 2.0}
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  %{python_module testrepository >= 0.0.18}
-BuildRequires:  %{python_module testresources >= 0.2.4}
+BuildRequires:  %{python_module testresources >= 2.0.0}
 BuildRequires:  %{python_module testscenarios >= 0.4}
-BuildRequires:  %{python_module testtools >= 1.4.0}
+BuildRequires:  %{python_module testtools >= 2.2.0}
+BuildRequires:  %{python_module virtualenv >= 14.0.6}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  git
+BuildRequires:  gpg2
 %endif
 %python_subpackages
 
@@ -71,28 +79,37 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
+%python_expand rm -rf  %{buildroot}%{$python_sitelib}/pbr/tests
 %python_clone -a %{buildroot}%{_bindir}/pbr
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
 
 %if %{with test}
 %check
-%python_exec %{_bindir}/testr init
-%python_exec %{_bindir}/testr run --parallel
+%{python_expand rm -rf .testrepository
+$python %{_bindir}/testr init
+$python %{_bindir}/testr run --parallel
+}
 %endif
 
+%if !%{with test}
 %post
 %python_install_alternative pbr
 
 %postun
 %python_uninstall_alternative pbr
+%endif
 
 %files %{python_files}
 %license LICENSE
+%if !%{with test}
 %doc AUTHORS ChangeLog CONTRIBUTING.rst README.rst
 %python_alternative %{_bindir}/pbr
 %{python_sitelib}/pbr
 %{python_sitelib}/pbr-%{version}-py%{python_version}.egg-info
+%endif
 
 %changelog

++ _multibuild ++

  test

++ pbr-4.0.3.tar.gz -> pbr-4.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-4.0.3/AUTHORS new/pbr-4.1.1/AUTHORS
--- old/pbr-4.0.3/AUTHORS   2018-05-15 06:15:03.0 +0200
+++ new/pbr-4.1.1/AUTHORS   2018-07-20 03:15:39.0 +0200
@@ -26,6 +26,7 @@
 Dave Walker (Daviey) 
 David 

commit firewalld for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package firewalld for openSUSE:Factory 
checked in at 2018-08-08 14:44:12

Comparing /work/SRC/openSUSE:Factory/firewalld (Old)
 and  /work/SRC/openSUSE:Factory/.firewalld.new (New)


Package is "firewalld"

Wed Aug  8 14:44:12 2018 rev:32 rq:627580 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/firewalld/firewalld.changes  2018-07-26 
16:47:02.056054939 +0200
+++ /work/SRC/openSUSE:Factory/.firewalld.new/firewalld.changes 2018-08-08 
14:44:14.912640855 +0200
@@ -1,0 +2,24 @@
+Mon Aug  6 06:14:07 UTC 2018 - mchand...@suse.de
+
+- Switch back to 'iptables' backend as default (bsc#1102761)
+
+---
+Fri Jul  6 15:07:31 UTC 2018 - mchand...@suse.de
+
+- Update to 0.6.0. Some of the changes are:
+  * update translations
+  * firewall-config: Add ipv6-icmp to the protocol dropdown box (#348, 
bsc#1099698)
+  * core: logger: Remove world-readable bit from logfile (#349, bsc#1098986)
+  * IPv6 rpfilter: explicitly allow neighbor solicitation
+  * nftables backend (default)
+  * Added loads of new services
+  * firewall-cmd: add --check-config option
+  * firewall-offline-cmd: add --check-config option
+  * firewallctl: completely remove all code and references
+  * dbus: expose FirewallBackend
+  * dbus: fix erroneous fallback for AutomaticHelpers
+- Remove patches which have made it upstream
+  * firewalld-add-additional-services.patch
+- spec-cleaner fixes
+
+---

Old:

  firewalld-0.5.3.tar.gz
  firewalld-add-additional-services.patch
  firewalld-po-20180417.tar.xz

New:

  firewalld-0.6.0.tar.gz



Other differences:
--
++ firewalld.spec ++
--- /var/tmp/diff_new_pack.AnA0pZ/_old  2018-08-08 14:44:15.584641947 +0200
+++ /var/tmp/diff_new_pack.AnA0pZ/_new  2018-08-08 14:44:15.584641947 +0200
@@ -18,28 +18,24 @@
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
-  %define _fillupdir /var/adm/fillup-templates
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-
 Name:   firewalld
-Version:0.5.3
+Version:0.6.0
 Release:0
 Summary:A firewall daemon with D-Bus interface providing a dynamic 
firewall
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
 Url:http://www.firewalld.org
 Source: 
https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:firewalld-po-20180417.tar.xz
-# PATCH-FIX-SUSE: firewalld-add-additional-services.patch - 
https://github.com/firewalld/firewalld/pull/313
-Patch0: firewalld-add-additional-services.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  fdupes
 # Adding tools to BuildRequires as well so they can be autodetected
 # even though it is probably unlikely for paths to change in the future
 BuildRequires:  ebtables
+BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection
@@ -48,11 +44,13 @@
 BuildRequires:  ipset
 BuildRequires:  iptables
 BuildRequires:  libxslt-tools
+BuildRequires:  nftables
 BuildRequires:  python3-devel
 BuildRequires:  systemd-rpm-macros
 Requires:   ebtables
 Requires:   ipset
 Requires:   iptables
+Requires:   nftables
 Requires:   python3-firewall = %{version}
 Requires:   sysconfig
 Requires(post): %fillup_prereq
@@ -111,21 +109,21 @@
 %lang_package
 
 %prep
-%setup -q -a1
-%patch0 -p1
+%setup -q
 
 # bsc#1078223
 rm config/services/high-availability.xml
 
+# bsc#1102761 - switch to iptables as default
+sed -i "/^FirewallBackend/s/=.*/=iptables/" config/firewalld.conf
+
 %build
-export PYTHON="python3"
-sed -i "s|/usr/bin/python -Es|/usr/bin/python3 -Es|g" fix_python_shebang.sh
-sed -i "s|python|python3|g" config/lockdown-whitelist.xml
+export PYTHON="%{_bindir}/python3"
 ./autogen.sh
 %configure \
   --enable-sysconfig \
   --enable-rpmmacros \
-  --with-ifcfgdir="/etc/sysconfig/network"
+  --with-ifcfgdir="%{_sysconfdir}/network"
 
 # Normally documentation is shipped but this will ensure that missing
 # files will be generated.
@@ -208,12 +206,12 @@
 %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files
-%doc COPYING README
+%doc README
+%license COPYING
 %{_sbindir}/firewalld
 %{_sbindir}/rcfirewalld
 %{_bindir}/firewall-cmd
 %{_bindir}/firewall-offline-cmd
-%{_bindir}/firewallctl
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/firewall-cmd
 %dir