Hello community,
here is the log from the commit of package python-distutils-extra for
openSUSE:Factory checked in at 2020-09-21 17:25:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distutils-extra (Old)
and /work/SRC/openSUSE:Factory/.python-distutils-extra.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distutils-extra"
Mon Sep 21 17:25:44 2020 rev:29 rq:835357 version:2.39
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-distutils-extra/python-distutils-extra.changes
2019-03-13 16:42:24.938638258 +0100
+++
/work/SRC/openSUSE:Factory/.python-distutils-extra.new.4249/python-distutils-extra.changes
2020-09-21 17:27:32.880149927 +0200
@@ -1,0 +2,8 @@
+Fri Sep 18 07:39:36 UTC 2020 - John Vandenberg <[email protected]>
+
+- Add fdupes
+- Update to v2.39
+ * Ignore comment in second line when parsing *.ui files
+ * test/auto.py: Show exactly which modules are missing
+
+-------------------------------------------------------------------
Old:
----
python-distutils-extra-2.38.tar.gz
New:
----
python-distutils-extra-2.39.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-distutils-extra.spec ++++++
--- /var/tmp/diff_new_pack.9r5IBh/_old 2020-09-21 17:27:35.352152295 +0200
+++ /var/tmp/diff_new_pack.9r5IBh/_new 2020-09-21 17:27:35.356152299 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-distutils-extra
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-distutils-extra
-Version: 2.38
+Version: 2.39
Release: 0
Summary: Distutils/Setuptools Adapter
License: GPL-2.0-only
@@ -27,12 +27,13 @@
Source:
http://launchpad.net/python-distutils-extra/trunk/%{version}/+download/python-distutils-extra-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
+BuildRequires: fdupes
BuildArch: noarch
%python_subpackages
%description
-This package adds support for common build additions to distutils. This
-includes the follwing:
+This package adds support for common build additions to distutils.
+This includes the following:
* gettext/i18n
* documentation
@@ -46,9 +47,9 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root)
%doc doc/*
%license LICENSE
%{python_sitelib}/*
++++++ python-distutils-extra-2.38.tar.gz -> python-distutils-extra-2.39.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-distutils-extra-2.38/DistUtilsExtra/__init__.py
new/python-distutils-extra-2.39/DistUtilsExtra/__init__.py
--- old/python-distutils-extra-2.38/DistUtilsExtra/__init__.py 2013-07-22
17:41:39.000000000 +0200
+++ new/python-distutils-extra-2.39/DistUtilsExtra/__init__.py 2016-02-03
09:55:25.000000000 +0100
@@ -1 +1 @@
-__version__ = '2.38'
+__version__ = '2.39'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-distutils-extra-2.38/DistUtilsExtra/auto.py
new/python-distutils-extra-2.39/DistUtilsExtra/auto.py
--- old/python-distutils-extra-2.38/DistUtilsExtra/auto.py 2012-08-20
09:22:33.000000000 +0200
+++ new/python-distutils-extra-2.39/DistUtilsExtra/auto.py 2016-02-03
09:39:39.000000000 +0100
@@ -305,6 +305,7 @@
fd = open(f, 'rb')
firstlines = fd.readline()
firstlines += b'\n' + fd.readline()
+ firstlines += b'\n' + fd.readline()
fd.close()
if b'<interface' in firstlines or b'<ui version=' in firstlines:
src_mark(src, f)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-distutils-extra-2.38/PKG-INFO
new/python-distutils-extra-2.39/PKG-INFO
--- old/python-distutils-extra-2.38/PKG-INFO 2013-07-22 17:41:46.000000000
+0200
+++ new/python-distutils-extra-2.39/PKG-INFO 2016-02-03 09:55:50.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: python-distutils-extra
-Version: 2.38
+Version: 2.39
Summary: Add support for i18n, documentation and icons to distutils
Home-page: UNKNOWN
Author: Sebastian Heinlein, Martin Pitt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-distutils-extra-2.38/python_distutils_extra.egg-info/PKG-INFO
new/python-distutils-extra-2.39/python_distutils_extra.egg-info/PKG-INFO
--- old/python-distutils-extra-2.38/python_distutils_extra.egg-info/PKG-INFO
2013-07-22 17:41:46.000000000 +0200
+++ new/python-distutils-extra-2.39/python_distutils_extra.egg-info/PKG-INFO
2016-02-03 09:55:50.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: python-distutils-extra
-Version: 2.38
+Version: 2.39
Summary: Add support for i18n, documentation and icons to distutils
Home-page: UNKNOWN
Author: Sebastian Heinlein, Martin Pitt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-distutils-extra-2.38/python_distutils_extra.egg-info/entry_points.txt
new/python-distutils-extra-2.39/python_distutils_extra.egg-info/entry_points.txt
---
old/python-distutils-extra-2.38/python_distutils_extra.egg-info/entry_points.txt
2013-07-22 17:41:46.000000000 +0200
+++
new/python-distutils-extra-2.39/python_distutils_extra.egg-info/entry_points.txt
2016-02-03 09:55:50.000000000 +0100
@@ -1,8 +1,8 @@
[distutils.commands]
+build = DistUtilsExtra.command.build_extra:build
+build_help = DistUtilsExtra.command.build_help:build_help
+build_i18n = DistUtilsExtra.command.build_i18n:build_i18n
build_icons = DistUtilsExtra.command.build_icons:build_icons
clean_i18n = DistUtilsExtra.command.clean_i18n:clean_i18n
-build_i18n = DistUtilsExtra.command.build_i18n:build_i18n
pylint = DistUtilsExtra.command.pylint:pylint
-build = DistUtilsExtra.command.build_extra:build
-build_help = DistUtilsExtra.command.build_help:build_help
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-distutils-extra-2.38/test/auto.py
new/python-distutils-extra-2.39/test/auto.py
--- old/python-distutils-extra-2.38/test/auto.py 2013-07-22
17:36:23.000000000 +0200
+++ new/python-distutils-extra-2.39/test/auto.py 2016-02-03
09:38:39.000000000 +0100
@@ -578,6 +578,7 @@
</interface>'''.decode('UTF-8'))
self._mksrc('gtk/settings.ui', '''<?xml version="1.0"?>
+<!-- Generated with glade 3.18.3 -->
<interface domain="foobar">
<requires lib="gtk+" version="2.16"/>
<object class="GtkWindow" id="window2">
@@ -670,12 +671,11 @@
def test_requires_provides(self):
'''automatic requires/provides'''
- try:
- __import__('pkg_resources')
- __import__('httplib2')
- __import__('gi.repository.GLib')
- except ImportError:
- self.fail('You need to have pkg_resources, httplib2, and
gi.repository.GLib installed for this test suite to work')
+ for needed_pkg in ['pkg_resources','httplib2','gi.repository.GLib']:
+ try:
+ __import__(needed_pkg)
+ except ImportError:
+ self.fail('You need to have %s installed for this test suite
to work' % needed_pkg)
self._mksrc('foo/__init__.py', '')
self._mksrc('foo/stuff.py', '''import xml.parsers.expat