Hello community,
here is the log from the commit of package python-zc.buildout for
openSUSE:Leap:15.2 checked in at 2020-03-10 17:12:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-zc.buildout (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-zc.buildout.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zc.buildout"
Tue Mar 10 17:12:44 2020 rev:28 rq:783052 version:2.13.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-zc.buildout/python-zc.buildout.changes
2020-03-02 13:25:15.170624487 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-zc.buildout.new.26092/python-zc.buildout.changes
2020-03-10 17:12:46.269404359 +0100
@@ -1,0 +2,7 @@
+Mon Mar 9 11:03:13 UTC 2020 - [email protected]
+
+- version update to 2.13.3
+ - Fix DeprecationWarning about MutableMapping.
+ (`#484 <https://github.com/buildout/buildout/issues/484>`_)
+
+-------------------------------------------------------------------
Old:
----
zc.buildout-2.13.2.tar.gz
New:
----
zc.buildout-2.13.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zc.buildout.spec ++++++
--- /var/tmp/diff_new_pack.5xqJPW/_old 2020-03-10 17:12:47.717404811 +0100
+++ /var/tmp/diff_new_pack.5xqJPW/_new 2020-03-10 17:12:47.721404812 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zc.buildout
#
-# 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
@@ -19,16 +19,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{!?license: %global license %doc}
Name: python-zc.buildout
-Version: 2.13.2
+Version: 2.13.3
Release: 0
-Url: http://pypi.python.org/pypi/zc.buildout
Summary: System for managing development buildouts
License: ZPL-2.1
Group: Development/Languages/Python
+URL: https://pypi.python.org/pypi/zc.buildout
Source:
https://files.pythonhosted.org/packages/source/z/zc.buildout/zc.buildout-%{version}.tar.gz
BuildRequires: %{python_module setuptools >= 8.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-setuptools
+Provides: python-zc_buildout = %{version}
+Obsoletes: python-zc_buildout < %{version}
+BuildArch: noarch
# SECTION test requirements
# disabled because of unprovideable requirements and not shipped test files
#BuildRequires: %%{python_module bobo}
@@ -38,10 +42,6 @@
#BuildRequires: %%{python_module zdaemon}
#BuildRequires: %%{python_module zope.testing}
# /SECTION
-BuildArch: noarch
-Provides: python-zc_buildout = %version
-Obsoletes: python-zc_buildout < %version
-
%python_subpackages
%description
++++++ zc.buildout-2.13.2.tar.gz -> zc.buildout-2.13.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zc.buildout-2.13.2/.coveragerc
new/zc.buildout-2.13.3/.coveragerc
--- old/zc.buildout-2.13.2/.coveragerc 1970-01-01 01:00:00.000000000 +0100
+++ new/zc.buildout-2.13.3/.coveragerc 2020-02-11 15:52:22.000000000 +0100
@@ -0,0 +1,9 @@
+[run]
+source = zc.buildout
+parallel = true
+
+[report]
+exclude_lines =
+ pragma: no cover
+ if __name__ == '__main__':
+ raise NotImplementedError
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zc.buildout-2.13.2/CHANGES.rst
new/zc.buildout-2.13.3/CHANGES.rst
--- old/zc.buildout-2.13.2/CHANGES.rst 2019-07-03 10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/CHANGES.rst 2020-02-11 15:52:22.000000000 +0100
@@ -1,6 +1,13 @@
Change History
**************
+2.13.3 (2020-02-11)
+===================
+
+- Fix DeprecationWarning about MutableMapping.
+ (`#484 <https://github.com/buildout/buildout/issues/484>`_)
+
+
2.13.2 (2019-07-03)
===================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zc.buildout-2.13.2/MANIFEST.in
new/zc.buildout-2.13.3/MANIFEST.in
--- old/zc.buildout-2.13.2/MANIFEST.in 2019-07-03 10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/MANIFEST.in 2020-02-11 15:52:22.000000000 +0100
@@ -1,6 +1,7 @@
include *.py
include *.rst
include *.txt
+include .coveragerc
recursive-include bootstrap *.py
recursive-include specifications *.txt
recursive-include src/zc *.test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zc.buildout-2.13.2/PKG-INFO
new/zc.buildout-2.13.3/PKG-INFO
--- old/zc.buildout-2.13.2/PKG-INFO 2019-07-03 10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/PKG-INFO 2020-02-11 15:52:22.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zc.buildout
-Version: 2.13.2
+Version: 2.13.3
Summary: System for managing development buildouts
Home-page: http://buildout.org
Author: Jim Fulton
@@ -63,6 +63,13 @@
Change History
**************
+ 2.13.3 (2020-02-11)
+ ===================
+
+ - Fix DeprecationWarning about MutableMapping.
+ (`#484 <https://github.com/buildout/buildout/issues/484>`_)
+
+
2.13.2 (2019-07-03)
===================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zc.buildout-2.13.2/setup.py
new/zc.buildout-2.13.3/setup.py
--- old/zc.buildout-2.13.2/setup.py 2019-07-03 10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/setup.py 2020-02-11 15:52:22.000000000 +0100
@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
-version = '2.13.2'
+version = '2.13.3'
import os
from setuptools import setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zc.buildout-2.13.2/src/zc/buildout/buildout.py
new/zc.buildout-2.13.3/src/zc/buildout/buildout.py
--- old/zc.buildout-2.13.2/src/zc/buildout/buildout.py 2019-07-03
10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/src/zc/buildout/buildout.py 2020-02-11
15:52:22.000000000 +0100
@@ -23,9 +23,9 @@
from md5 import md5
try:
- from UserDict import DictMixin
+ from collections.abc import MutableMapping as DictMixin
except ImportError:
- from collections import MutableMapping as DictMixin
+ from UserDict import DictMixin
import zc.buildout.configparser
import copy
@@ -2067,7 +2067,7 @@
COMPUTED_VALUE, DEFAULT_VALUE, COMMAND_LINE_VALUE).
query section:key
-
+
Display value of given section key pair.
"""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zc.buildout-2.13.2/src/zc/buildout/testing.py
new/zc.buildout-2.13.3/src/zc/buildout/testing.py
--- old/zc.buildout-2.13.2/src/zc/buildout/testing.py 2019-07-03
10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/src/zc/buildout/testing.py 2020-02-11
15:52:22.000000000 +0100
@@ -126,7 +126,7 @@
MUST_CLOSE_FDS = not sys.platform.startswith('win')
def system(command, input='', with_exit_code=False):
- # Some TERMinals, expecially xterm and its variants, add invisible control
+ # Some TERMinals, especially xterm and its variants, add invisible control
# characters, which we do not want as they mess up doctests. See:
# https://github.com/buildout/buildout/pull/311
# http://bugs.python.org/issue19884
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zc.buildout-2.13.2/src/zc/buildout/testing_bugfix.txt
new/zc.buildout-2.13.3/src/zc/buildout/testing_bugfix.txt
--- old/zc.buildout-2.13.2/src/zc/buildout/testing_bugfix.txt 2019-07-03
10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/src/zc/buildout/testing_bugfix.txt 2020-02-11
15:52:22.000000000 +0100
@@ -9,7 +9,7 @@
remove it. This can disturb other tests of packages reusing
zc.buildout.testing.
-The handers before calling set up are:
+The handlers before calling set up are:
>>> import logging
>>> len(logging.getLogger().handlers)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zc.buildout-2.13.2/src/zc.buildout.egg-info/PKG-INFO
new/zc.buildout-2.13.3/src/zc.buildout.egg-info/PKG-INFO
--- old/zc.buildout-2.13.2/src/zc.buildout.egg-info/PKG-INFO 2019-07-03
10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/src/zc.buildout.egg-info/PKG-INFO 2020-02-11
15:52:22.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zc.buildout
-Version: 2.13.2
+Version: 2.13.3
Summary: System for managing development buildouts
Home-page: http://buildout.org
Author: Jim Fulton
@@ -63,6 +63,13 @@
Change History
**************
+ 2.13.3 (2020-02-11)
+ ===================
+
+ - Fix DeprecationWarning about MutableMapping.
+ (`#484 <https://github.com/buildout/buildout/issues/484>`_)
+
+
2.13.2 (2019-07-03)
===================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zc.buildout-2.13.2/src/zc.buildout.egg-info/SOURCES.txt
new/zc.buildout-2.13.3/src/zc.buildout.egg-info/SOURCES.txt
--- old/zc.buildout-2.13.2/src/zc.buildout.egg-info/SOURCES.txt 2019-07-03
10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/src/zc.buildout.egg-info/SOURCES.txt 2020-02-11
15:52:22.000000000 +0100
@@ -1,3 +1,4 @@
+.coveragerc
CHANGES.rst
COPYRIGHT.txt
DEVELOPERS.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zc.buildout-2.13.2/src/zc.buildout.egg-info/requires.txt
new/zc.buildout-2.13.3/src/zc.buildout.egg-info/requires.txt
--- old/zc.buildout-2.13.2/src/zc.buildout.egg-info/requires.txt
2019-07-03 10:58:15.000000000 +0200
+++ new/zc.buildout-2.13.3/src/zc.buildout.egg-info/requires.txt
2020-02-11 15:52:22.000000000 +0100
@@ -1,9 +1,9 @@
setuptools>=8.0
[test]
-bobo==2.3.0
+zope.testing
manuel
-zc.recipe.deployment
-zc.zdaemonrecipe
+bobo==2.3.0
zdaemon
-zope.testing
+zc.zdaemonrecipe
+zc.recipe.deployment