commit python3-backports_abc for openSUSE:Factory

2017-01-18 Thread root
Hello community,

here is the log from the commit of package python3-backports_abc for 
openSUSE:Factory checked in at 2017-01-18 21:30:25

Comparing /work/SRC/openSUSE:Factory/python3-backports_abc (Old)
 and  /work/SRC/openSUSE:Factory/.python3-backports_abc.new (New)


Package is "python3-backports_abc"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-backports_abc/python3-backports_abc.changes  
2016-05-17 17:14:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-backports_abc.new/python3-backports_abc.changes
 2017-01-18 21:30:26.681000810 +0100
@@ -1,0 +2,9 @@
+Sun Jan 15 00:29:49 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.5:
+  * support old-style (mro-missing) classes
+
+---
@@ -11 +19,0 @@
-

Old:

  backports_abc-0.4.tar.gz

New:

  backports_abc-0.5.tar.gz



Other differences:
--
++ python3-backports_abc.spec ++
--- /var/tmp/diff_new_pack.ZOFk9U/_old  2017-01-18 21:30:27.116939157 +0100
+++ /var/tmp/diff_new_pack.ZOFk9U/_new  2017-01-18 21:30:27.120938592 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-backports_abc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:   python3-backports_abc
-Version:0.4
+Version:0.5
 Release:0
 Summary:A backport of recent additions to the 'collections.abc' module
 License:Python-2.0

++ backports_abc-0.4.tar.gz -> backports_abc-0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backports_abc-0.4/CHANGES.rst 
new/backports_abc-0.5/CHANGES.rst
--- old/backports_abc-0.4/CHANGES.rst   2015-09-14 19:50:25.0 +0200
+++ new/backports_abc-0.5/CHANGES.rst   2016-11-12 17:02:47.0 +0100
@@ -1,6 +1,11 @@
 Changelog
 =
 
+0.5 (2016-11-12)
+
+
+* support old-style (mro-missing) classes
+
 0.4 (2015-09-14)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backports_abc-0.4/LICENSE 
new/backports_abc-0.5/LICENSE
--- old/backports_abc-0.4/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/backports_abc-0.5/LICENSE   2015-01-18 12:44:02.0 +0100
@@ -0,0 +1,254 @@
+A. HISTORY OF THE SOFTWARE
+==
+
+Python was created in the early 1990s by Guido van Rossum at Stichting
+Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
+as a successor of a language called ABC.  Guido remains Python's
+principal author, although it includes many contributions from others.
+
+In 1995, Guido continued his work on Python at the Corporation for
+National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
+in Reston, Virginia where he released several versions of the
+software.
+
+In May 2000, Guido and the Python core development team moved to
+BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
+year, the PythonLabs team moved to Digital Creations (now Zope
+Corporation, see http://www.zope.com).  In 2001, the Python Software
+Foundation (PSF, see http://www.python.org/psf/) was formed, a
+non-profit organization created specifically to own Python-related
+Intellectual Property.  Zope Corporation is a sponsoring member of
+the PSF.
+
+All Python releases are Open Source (see http://www.opensource.org for
+the Open Source Definition).  Historically, most, but not all, Python
+releases have also been GPL-compatible; the table below summarizes
+the various releases.
+
+Release Derived YearOwner   GPL-
+fromcompatible? (1)
+
+0.9.0 thru 1.2  1991-1995   CWI yes
+1.3 thru 1.5.2  1.2 1995-1999   CNRIyes
+1.6 1.5.2   2000CNRIno
+2.0 1.6 2000BeOpen.com  no
+1.6.1   1.6 2001CNRIyes (2)
+2.1 2.0+1.6.1   2001PSF no
+2.0.1   2.0+1.6.1   2001PSF yes
+2.1.1   2.1+2.0.1   2001PSF yes
+2.1.2   2.1.1   2002PSF yes
+2.1.3   2.1.2   2002PSF yes
+2.2 and above   2.1.1   2001-nowPSF yes
+
+Footnotes:
+
+(1) GPL-compatible doesn't mean that we're distributing Python under
+the GPL.  All 

commit python3-backports_abc for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package python3-backports_abc for 
openSUSE:Factory checked in at 2016-05-17 17:14:03

Comparing /work/SRC/openSUSE:Factory/python3-backports_abc (Old)
 and  /work/SRC/openSUSE:Factory/.python3-backports_abc.new (New)


Package is "python3-backports_abc"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-backports_abc/python3-backports_abc.changes  
2015-11-24 22:33:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-backports_abc.new/python3-backports_abc.changes
 2016-05-17 17:14:04.0 +0200
@@ -1,0 +2,12 @@
+Mon May 16 17:52:29 UTC 2016 - jeng...@inai.de
+
+- Drop trailing dot from summary, and redundant defattr parameter.
+
+---
+Sun May  8 07:14:45 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-backports_abc.spec ++
--- /var/tmp/diff_new_pack.fxuwEv/_old  2016-05-17 17:14:05.0 +0200
+++ /var/tmp/diff_new_pack.fxuwEv/_new  2016-05-17 17:14:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-backports_abc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -19,11 +19,11 @@
 Name:   python3-backports_abc
 Version:0.4
 Release:0
-Summary:A backport of recent additions to the 'collections.abc' module.
+Summary:A backport of recent additions to the 'collections.abc' module
 License:Python-2.0
 Group:  Development/Languages/Python
 Url:https://pypi.python.org/pypi/backports_abc
-Source: 
https://pypi.python.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -56,7 +56,7 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{python3_sitelib}/*
 %doc README.rst CHANGES.rst