commit python-backports_abc for openSUSE:Factory

2018-12-14 Thread root
Hello community,

here is the log from the commit of package python-backports_abc for 
openSUSE:Factory checked in at 2018-12-14 20:45:35

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


Package is "python-backports_abc"

Fri Dec 14 20:45:35 2018 rev:4 rq:655578 version:0.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-backports_abc/python-backports_abc.changes
2018-05-07 14:52:29.224270582 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-backports_abc.new.28833/python-backports_abc.changes
 2018-12-14 20:45:38.161654367 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:45:57 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-backports_abc.spec ++
--- /var/tmp/diff_new_pack.oso29T/_old  2018-12-14 20:45:39.521652490 +0100
+++ /var/tmp/diff_new_pack.oso29T/_new  2018-12-14 20:45:39.545652457 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -25,7 +25,7 @@
 Group:  Development/Languages/Python
 Url:https://github.com/cython/backports_abc
 Source: 
https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch




commit python-backports_abc for openSUSE:Factory

2018-05-07 Thread root
Hello community,

here is the log from the commit of package python-backports_abc for 
openSUSE:Factory checked in at 2018-05-07 14:52:26

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


Package is "python-backports_abc"

Mon May  7 14:52:26 2018 rev:3 rq:603173 version:0.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-backports_abc/python-backports_abc.changes
2017-04-28 10:39:12.482488376 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-backports_abc.new/python-backports_abc.changes
   2018-05-07 14:52:29.224270582 +0200
@@ -1,0 +2,11 @@
+Thu Apr 19 20:21:29 UTC 2018 - toddrme2...@gmail.com
+
+- Undo only building for lower python3 versions.  Some packages
+  use it even when not strictly necessary.
+
+---
+Fri Mar 23 14:43:20 UTC 2018 - toddrme2...@gmail.com
+
+- Only build for python3 versions that need it.
+
+---



Other differences:
--
++ python-backports_abc.spec ++
--- /var/tmp/diff_new_pack.gVQeyi/_old  2018-05-07 14:52:31.176209665 +0200
+++ /var/tmp/diff_new_pack.gVQeyi/_new  2018-05-07 14:52:31.188209291 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-backports_abc
 #
-# 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
@@ -26,8 +26,8 @@
 Url:https://github.com/cython/backports_abc
 Source: 
https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %python_subpackages
@@ -58,10 +58,13 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%{python_sitelib}/*
 %doc README.rst CHANGES.rst
+%{python_sitelib}/backports_abc-%{version}-py*.egg-info
+%{python_sitelib}/backports_abc.py*
+%pycache_only %{python_sitelib}/__pycache__/backports_abc*
 
 %changelog




commit python-backports_abc for openSUSE:Factory

2017-04-28 Thread root
Hello community,

here is the log from the commit of package python-backports_abc for 
openSUSE:Factory checked in at 2017-04-28 10:39:04

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


Package is "python-backports_abc"

Fri Apr 28 10:39:04 2017 rev:2 rq:487858 version:0.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-backports_abc/python-backports_abc.changes
2016-01-11 19:11:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-backports_abc.new/python-backports_abc.changes
   2017-04-28 10:39:12.482488376 +0200
@@ -1,0 +2,8 @@
+Thu Apr  6 15:42:34 UTC 2017 - jmate...@suse.com
+
+- update for singlespec (this is the one backports module that we
+  need in python 3.4 too)
+- update to 0.5
+  * support old-style (mro-missing) classes
+
+---

Old:

  backports_abc-0.4.tar.gz

New:

  backports_abc-0.5.tar.gz



Other differences:
--
++ python-backports_abc.spec ++
--- /var/tmp/diff_new_pack.1jkpHF/_old  2017-04-28 10:39:14.094260552 +0200
+++ /var/tmp/diff_new_pack.1jkpHF/_new  2017-04-28 10:39:14.098259987 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python3-backports_abc
+# spec file for package python-backports_abc
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-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
 Group:  Development/Languages/Python
 Url:https://github.com/cython/backports_abc
-Source: 
https://pypi.python.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
-BuildRequires:  python-devel
+Source: 
https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%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
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 Currently, patch() provides the following names if missing:
@@ -53,12 +54,12 @@
 %setup -q -n backports_abc-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %{python_sitelib}/*
 %doc README.rst CHANGES.rst

++ 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