commit python-configparser for openSUSE:Factory

2020-03-08 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2020-03-08 22:20:51

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


Package is "python-configparser"

Sun Mar  8 22:20:51 2020 rev:13 rq:764538 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2019-09-23 12:09:38.129883325 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.26092/python-configparser.changes
   2020-03-08 22:20:51.735956209 +0100
@@ -1,0 +2,6 @@
+Wed Jan 15 07:57:52 UTC 2020 - Tomáš Chvátal 
+
+- Avoid the skip_python3 on 3.8 series, it is just useless package
+  there but the conditions confuse OBS solver with multibuild
+
+---



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.PlgpIl/_old  2020-03-08 22:20:52.623956757 +0100
+++ /var/tmp/diff_new_pack.PlgpIl/_new  2020-03-08 22:20:52.627956759 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-configparser
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2016, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,10 +17,6 @@
 #
 
 
-# inline the 38 with the Version (based on which python the config module is 
from)
-%if %{python3_version_nodots} >= 38
-%define skip_python3 1
-%endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"




commit python-configparser for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2019-09-23 12:09:34

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


Package is "python-configparser"

Mon Sep 23 12:09:34 2019 rev:12 rq:730675 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2019-07-30 13:00:25.802447565 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.7948/python-configparser.changes
2019-09-23 12:09:38.129883325 +0200
@@ -1,0 +2,6 @@
+Fri Sep 13 10:42:32 UTC 2019 - Tomáš Chvátal 
+
+- Update to 4.0.2:
+  * sync with upstream ptyhon releases
+
+---

Old:

  configparser-3.7.4.tar.gz

New:

  configparser-4.0.2.tar.gz



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.OWSp4Q/_old  2019-09-23 12:09:38.953883189 +0200
+++ /var/tmp/diff_new_pack.OWSp4Q/_new  2019-09-23 12:09:38.953883189 +0200
@@ -17,11 +17,11 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# inline the 37 with the Version (so with 3.8.x it should be 38, ...)
-%if %{python3_version_nodots} >= 37
+# inline the 38 with the Version (based on which python the config module is 
from)
+%if %{python3_version_nodots} >= 38
 %define skip_python3 1
 %endif
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -31,23 +31,25 @@
 %bcond_with test
 %endif
 Name:   python-configparser%{psuffix}
-Version:3.7.4
+Version:4.0.2
 Release:0
 Summary:Backport of the enhanced config parser introduced in Python 3.x
 License:MIT
 Group:  Development/Languages/Python
-URL:http://docs.python.org/3/library/configparser.html
+URL:https://docs.python.org/3/library/configparser.html
 Source: 
https://files.pythonhosted.org/packages/source/c/configparser/configparser-%{version}.tar.gz
 BuildRequires:  %{python_module backports}
+BuildRequires:  %{python_module setuptools_scm >= 1.15.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python-unittest2
 Requires:   python-backports
 BuildArch:  noarch
 %if %{with test}
+BuildRequires:  %{python_module configparser >= %{version}}
 BuildRequires:  %{python_module pytest >= 3.5}
 BuildRequires:  python-devel
+BuildRequires:  python-pathlib2
 BuildRequires:  python3-testsuite
 %endif
 %python_subpackages

++ configparser-3.7.4.tar.gz -> configparser-4.0.2.tar.gz ++
 3416 lines of diff (skipped)




commit python-configparser for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2019-07-30 13:00:15

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


Package is "python-configparser"

Tue Jul 30 13:00:15 2019 rev:11 rq:714200 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2019-06-18 14:51:08.541636723 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.4126/python-configparser.changes
2019-07-30 13:00:25.802447565 +0200
@@ -1,0 +2,5 @@
+Tue Jul  9 10:20:34 UTC 2019 - Tomáš Chvátal 
+
+- Explain for what is the skip_python3 and make it build on SLE12
+
+---



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.cTpDgZ/_old  2019-07-30 13:00:26.418447428 +0200
+++ /var/tmp/diff_new_pack.cTpDgZ/_new  2019-07-30 13:00:26.418447428 +0200
@@ -18,7 +18,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if %{python3_version_nodots} >= 35
+# inline the 37 with the Version (so with 3.8.x it should be 38, ...)
+%if %{python3_version_nodots} >= 37
 %define skip_python3 1
 %endif
 %global flavor @BUILD_FLAVOR@%{nil}
@@ -82,7 +83,8 @@
 %files %{python_files}
 %doc README.rst CHANGES.rst
 %license LICENSE
-%python2_only %{python_sitelib}/configparser.py*
+%{python_sitelib}/configparser.py*
+%pycache_only %{python_sitelib}/__pycache__
 %{python_sitelib}/backports/configparser/
 %{python_sitelib}/configparser-%{version}-py*.egg-info
 %endif




commit python-configparser for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2019-06-18 14:51:01

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


Package is "python-configparser"

Tue Jun 18 14:51:01 2019 rev:10 rq:709679 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2019-03-29 20:37:51.574653183 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.4811/python-configparser.changes
2019-06-18 14:51:08.541636723 +0200
@@ -1,0 +2,5 @@
+Thu Jun 13 07:44:59 UTC 2019 - Tomáš Chvátal 
+
+- Switch to multibuild to avoid buildcycle
+
+---

New:

  _multibuild



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.AOxE7G/_old  2019-06-18 14:51:09.093636455 +0200
+++ /var/tmp/diff_new_pack.AOxE7G/_new  2019-06-18 14:51:09.093636455 +0200
@@ -21,7 +21,15 @@
 %if %{python3_version_nodots} >= 35
 %define skip_python3 1
 %endif
-Name:   python-configparser
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-configparser%{psuffix}
 Version:3.7.4
 Release:0
 Summary:Backport of the enhanced config parser introduced in Python 3.x
@@ -30,16 +38,17 @@
 URL:http://docs.python.org/3/library/configparser.html
 Source: 
https://files.pythonhosted.org/packages/source/c/configparser/configparser-%{version}.tar.gz
 BuildRequires:  %{python_module backports}
-# needed for test import which is python3-testsuite for py3
-BuildRequires:  %{python_module pytest >= 3.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-devel
 BuildRequires:  python-rpm-macros
 BuildRequires:  python-unittest2
-BuildRequires:  python3-testsuite
 Requires:   python-backports
 BuildArch:  noarch
+%if %{with test}
+BuildRequires:  %{python_module pytest >= 3.5}
+BuildRequires:  python-devel
+BuildRequires:  python3-testsuite
+%endif
 %python_subpackages
 
 %description
@@ -56,20 +65,26 @@
 %python_build
 
 %install
+%if !%{with test}
 export LANG=en_US.UTF-8
 %python_install
 %python_expand rm -f %{buildroot}%{$python_sitelib}/backports/__init__.py*
 %python_expand rm -f 
%{buildroot}%{$python_sitelib}/backports/__pycache__/__init__*
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/
+%endif
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
+%if %{with test}
+%pytest
+%endif
 
+%if !%{with test}
 %files %{python_files}
 %doc README.rst CHANGES.rst
 %license LICENSE
 %python2_only %{python_sitelib}/configparser.py*
 %{python_sitelib}/backports/configparser/
 %{python_sitelib}/configparser-%{version}-py*.egg-info
+%endif
 
 %changelog

++ _multibuild ++

  test




commit python-configparser for openSUSE:Factory

2019-03-29 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2019-03-29 20:37:50

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


Package is "python-configparser"

Fri Mar 29 20:37:50 2019 rev:9 rq:688725 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2019-03-04 09:10:32.504706250 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.25356/python-configparser.changes
   2019-03-29 20:37:51.574653183 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 13:30:31 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.7.4:
+  *  Project is now officially supported via Tidelift
+
+---

Old:

  configparser-3.7.3.tar.gz

New:

  configparser-3.7.4.tar.gz



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.juCHrl/_old  2019-03-29 20:37:52.566653736 +0100
+++ /var/tmp/diff_new_pack.juCHrl/_new  2019-03-29 20:37:52.566653736 +0100
@@ -22,7 +22,7 @@
 %define skip_python3 1
 %endif
 Name:   python-configparser
-Version:3.7.3
+Version:3.7.4
 Release:0
 Summary:Backport of the enhanced config parser introduced in Python 3.x
 License:MIT

++ configparser-3.7.3.tar.gz -> configparser-3.7.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/configparser-3.7.3/CHANGES.rst 
new/configparser-3.7.4/CHANGES.rst
--- old/configparser-3.7.3/CHANGES.rst  2019-02-23 02:38:25.0 +0100
+++ new/configparser-3.7.4/CHANGES.rst  2019-03-23 01:15:20.0 +0100
@@ -1,3 +1,9 @@
+3.7.4
+=
+
+* Project is now officially supported through
+  `Tidelift 
`_.
+
 3.7.3
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/configparser-3.7.3/PKG-INFO 
new/configparser-3.7.4/PKG-INFO
--- old/configparser-3.7.3/PKG-INFO 2019-02-23 02:38:43.0 +0100
+++ new/configparser-3.7.4/PKG-INFO 2019-03-23 01:15:38.0 +0100
@@ -1,9 +1,9 @@
 Metadata-Version: 2.1
 Name: configparser
-Version: 3.7.3
+Version: 3.7.4
 Summary: Updated configparser from Python 3.7 for Python 2.6+.
 Home-page: https://github.com/jaraco/configparser/
-Author: Lukasz Langa
+Author: Łukasz Langa
 Author-email: luk...@langa.pl
 Maintainer: Jason R. Coombs
 Maintainer-email: jar...@jaraco.com
@@ -19,12 +19,12 @@
 .. .. image:: 
https://img.shields.io/appveyor/ci/jaraco/configparser/master.svg
 ..:target: 
https://ci.appveyor.com/project/jaraco/configparser/branch/master
 
-.. .. image:: 
https://readthedocs.org/projects/configparser/badge/?version=latest
-..:target: 
https://configparser.readthedocs.io/en/latest/?badge=latest
+.. image:: 
https://readthedocs.org/projects/configparser/badge/?version=latest
+   :target: https://configparser.readthedocs.io/en/latest/?badge=latest
+
+.. image:: https://tidelift.com/badges/github/jaraco/configparser
+   :target: 
https://tidelift.com/subscription/pkg/pypi-configparser?utm_source=pypi-configparser_medium=readme
 
-
-configparser
-
 
 The ancient ``ConfigParser`` module available in the standard library 
2.x has
 seen a major update in Python 3.2. This is a backport of those changes 
so that
@@ -164,6 +164,12 @@
 
 * `configparser issue tracker 
`_
 
+Security Contact
+
+
+To report a security vulnerability, please use the
+`Tidelift security contact `_.
+Tidelift will coordinate the fix and disclosure.
 
 Conversion Process
 --
@@ -243,5 +249,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Requires-Python: >=2.6
-Provides-Extra: testing
 Provides-Extra: docs
+Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/configparser-3.7.3/README.rst 
new/configparser-3.7.4/README.rst
--- old/configparser-3.7.3/README.rst   2019-02-23 02:38:25.0 +0100
+++ new/configparser-3.7.4/README.rst   2019-03-23 01:15:20.0 +0100
@@ -9,12 +9,12 @@
 .. .. image:: https://img.shields.io/appveyor/ci/jaraco/configparser/master.svg
 ..:target: 

commit python-configparser for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2019-03-04 09:10:30

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


Package is "python-configparser"

Mon Mar  4 09:10:30 2019 rev:8 rq:680403 version:3.7.3

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2019-02-08 13:48:28.390777882 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.28833/python-configparser.changes
   2019-03-04 09:10:32.504706250 +0100
@@ -1,0 +2,8 @@
+Thu Feb 28 09:56:17 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.7.3:
+  * Issue #34: Temporarily degrade to use ASCII for author's name.
+  * Repackaged using setuptools_scm for file discovery and other features from 
`skeleton = 35
+%define skip_python3 1
+%endif
 Name:   python-configparser
-Version:3.7.1
+Version:3.7.3
 Release:0
 Summary:Backport of the enhanced config parser introduced in Python 3.x
 License:MIT
 Group:  Development/Languages/Python
-Url:http://docs.python.org/3/library/configparser.html
+URL:http://docs.python.org/3/library/configparser.html
 Source: 
https://files.pythonhosted.org/packages/source/c/configparser/configparser-%{version}.tar.gz
 BuildRequires:  %{python_module backports}
+# needed for test import which is python3-testsuite for py3
+BuildRequires:  %{python_module pytest >= 3.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-devel
 BuildRequires:  python-rpm-macros
+BuildRequires:  python-unittest2
+BuildRequires:  python3-testsuite
 Requires:   python-backports
 BuildArch:  noarch
-
-%if %{python3_version_nodots} >= 35
-%define skip_python3 1
-%endif
-
 %python_subpackages
 
 %description
@@ -46,6 +49,7 @@
 
 %prep
 %setup -q -n configparser-%{version}
+rm pytest.ini
 
 %build
 export LANG=en_US.UTF-8
@@ -56,11 +60,14 @@
 %python_install
 %python_expand rm -f %{buildroot}%{$python_sitelib}/backports/__init__.py*
 %python_expand rm -f 
%{buildroot}%{$python_sitelib}/backports/__pycache__/__init__*
-%python_expand %fdupes %{buildroot}%{$python_sitelib}/backports/configparser/
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/
+
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst CHANGES.rst
+%license LICENSE
 %python2_only %{python_sitelib}/configparser.py*
 %{python_sitelib}/backports/configparser/
 %{python_sitelib}/configparser-%{version}-py*.egg-info

++ configparser-3.7.1.tar.gz -> configparser-3.7.3.tar.gz ++
 4414 lines of diff (skipped)




commit python-configparser for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2019-02-08 13:48:27

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


Package is "python-configparser"

Fri Feb  8 13:48:27 2019 rev:7 rq:672130 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2018-12-06 12:14:17.525714823 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.28833/python-configparser.changes
   2019-02-08 13:48:28.390777882 +0100
@@ -1,0 +2,24 @@
+Wed Feb  6 11:20:19 UTC 2019 - Antonio Larrosa 
+
+- Update to 3.7.1
+  * Fixed issue on Python 2.x when future is present 
(gh#jacaro/configparser#30)
+- Update to 3.7.0
+  * Merge functionality from Python 3.7.2. Now ConfigParser accepts bytes paths
+as well as any PathLike object, including those found in the pathlib2
+backport .
+- Update to 3.5.3
+  * Reverted the limit on DeprecationWarning, as it
+had unintended consequences (gh#jacaro/configparser#27)
+- Update to 3.5.2
+  * Use environment markers to indicate the 'ordereddict' dependency for
+Python 2.6 (gh#jacaro/configparser#23)
+  * Limit DeprecationWarning when a filename is indicated as a bytestring on
+Python 2. Now the warning is only emitted when py3kwarning is indicated
+(gh#jacaro/configparser#24)
+- Update to 3.5.1
+  * jaraco adopts the package.
+  * Moved hosting to GitHub.
+  * Updated backports namespace package to conform with other packages sharing
+the namespace (gh#jacaro/configparser#21)
+
+---

Old:

  configparser-3.5.0.tar.gz

New:

  configparser-3.7.1.tar.gz



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.V7DRdc/_old  2019-02-08 13:48:28.92215 +0100
+++ /var/tmp/diff_new_pack.V7DRdc/_new  2019-02-08 13:48:28.93013 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-configparser
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-configparser
-Version:3.5.0
+Version:3.7.1
 Release:0
 Summary:Backport of the enhanced config parser introduced in Python 3.x
 License:MIT
@@ -48,10 +48,14 @@
 %setup -q -n configparser-%{version}
 
 %build
+export LANG=en_US.UTF-8
 %python_build
 
 %install
+export LANG=en_US.UTF-8
 %python_install
+%python_expand rm -f %{buildroot}%{$python_sitelib}/backports/__init__.py*
+%python_expand rm -f 
%{buildroot}%{$python_sitelib}/backports/__pycache__/__init__*
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/backports/configparser/
 
 %files %{python_files}
@@ -60,6 +64,5 @@
 %python2_only %{python_sitelib}/configparser.py*
 %{python_sitelib}/backports/configparser/
 %{python_sitelib}/configparser-%{version}-py*.egg-info
-%{python_sitelib}/configparser-%{version}-py*-nspkg.pth
 
 %changelog

++ configparser-3.5.0.tar.gz -> configparser-3.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/configparser-3.5.0/MANIFEST.in 
new/configparser-3.7.1/MANIFEST.in
--- old/configparser-3.5.0/MANIFEST.in  2016-05-21 08:55:42.0 +0200
+++ new/configparser-3.7.1/MANIFEST.in  2019-01-25 12:09:29.0 +0100
@@ -1,3 +1,4 @@
 include configparser.rst
 include README.rst
 include setup.py
+include pyproject.toml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/configparser-3.5.0/PKG-INFO 
new/configparser-3.7.1/PKG-INFO
--- old/configparser-3.5.0/PKG-INFO 2016-05-21 10:15:06.0 +0200
+++ new/configparser-3.7.1/PKG-INFO 2019-01-25 17:35:46.0 +0100
@@ -1,11 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: configparser
-Version: 3.5.0
-Summary: This library brings the updated configparser from Python 3.5 to 
Python 2.6-3.5.
-Home-page: http://docs.python.org/3/library/configparser.html
+Version: 3.7.1
+Summary: Updated configparser from Python 3.7 for Python 2.6+.
+Home-page: https://github.com/jaraco/configparser/
 Author: Łukasz Langa
 Author-email: luk...@langa.pl
-License: MIT
+Maintainer: Jason R. Coombs
+Maintainer-email: jar...@jaraco.com
+License: UNKNOWN
 Description: 
 configparser
 
@@ -140,16 +142,57 @@
 

commit python-configparser for openSUSE:Factory

2018-12-06 Thread root
Hello community,

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

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


Package is "python-configparser"

Thu Dec  6 12:14:14 2018 rev:6 rq:653985 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2018-03-29 11:48:02.842733896 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.19453/python-configparser.changes
   2018-12-06 12:14:17.525714823 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:46:49 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.vYMfW6/_old  2018-12-06 12:14:18.053714255 +0100
+++ /var/tmp/diff_new_pack.vYMfW6/_new  2018-12-06 12:14:18.057714251 +0100
@@ -13,7 +13,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/
 #
 
 
@@ -27,7 +27,6 @@
 Url:http://docs.python.org/3/library/configparser.html
 Source: 
https://files.pythonhosted.org/packages/source/c/configparser/configparser-%{version}.tar.gz
 BuildRequires:  %{python_module backports}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-configparser for openSUSE:Factory

2018-03-29 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2018-03-29 11:48:01

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


Package is "python-configparser"

Thu Mar 29 11:48:01 2018 rev:5 rq:590724 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2017-08-10 14:00:17.352241473 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new/python-configparser.changes 
2018-03-29 11:48:02.842733896 +0200
@@ -1,0 +2,7 @@
+Fri Mar 23 15:14:48 UTC 2018 - toddrme2...@gmail.com
+
+- Switch to singlespec package
+- Build for python3 < 3.5
+- Make structure consistent with other backports packages
+
+---



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.u60Nsg/_old  2018-03-29 11:48:03.430712711 +0200
+++ /var/tmp/diff_new_pack.u60Nsg/_new  2018-03-29 11:48:03.434712567 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-configparser
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,6 +17,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-configparser
 Version:3.5.0
 Release:0
@@ -24,14 +25,20 @@
 License:MIT
 Group:  Development/Languages/Python
 Url:http://docs.python.org/3/library/configparser.html
-Source: 
https://pypi.io/packages/source/c/configparser/configparser-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/c/configparser/configparser-%{version}.tar.gz
+BuildRequires:  %{python_module backports}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
 Requires:   python-backports
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Provides:   python2-configparser = %{version}
+
+%if %{python3_version_nodots} >= 35
+%define skip_python3 1
+%endif
+
+%python_subpackages
 
 %description
 The ancient ConfigParser module available in the standard library 2.x has
@@ -42,16 +49,16 @@
 %setup -q -n configparser-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/backports/configparser/
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
-%{python_sitelib}/configparser.py*
-%dir %{python_sitelib}/backports/
+%python2_only %{python_sitelib}/configparser.py*
 %{python_sitelib}/backports/configparser/
 %{python_sitelib}/configparser-%{version}-py*.egg-info
 %{python_sitelib}/configparser-%{version}-py*-nspkg.pth




commit python-configparser for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2017-08-10 14:00:15

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


Package is "python-configparser"

Thu Aug 10 14:00:15 2017 rev:4 rq:510327 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2017-04-19 18:06:30.386501186 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new/python-configparser.changes 
2017-08-10 14:00:17.352241473 +0200
@@ -1,0 +2,6 @@
+Fri Jul 14 14:17:31 UTC 2017 - toddrme2...@gmail.com
+
+- Remove backports subpackage. Since configparser is unmaintained,
+  this is being moved to the maintained configparser2 package.
+
+---



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.wEm51j/_old  2017-08-10 14:00:20.091855858 +0200
+++ /var/tmp/diff_new_pack.wEm51j/_new  2017-08-10 14:00:20.099854732 +0200
@@ -38,26 +38,6 @@
 seen a major update in Python 3.x. This is a backport of those changes so
 that they can be used directly in Python 2.7.
 
-# Note: we use this package as a basis for the backports/ directory because it
-# is small and has a better __init__.py file
-
-%package -n python-backports
-Url:https://pypi.python.org/pypi/backports/
-Summary:Namespace for backported Python features
-
-%description -n python-backports
-This is a common package that backports using the "backports" namespace
-must depend on to avoid conflicts.  You shouldn't install this directly,
-packages that require this will pultll it in automatically.
-
-Please see these links for more details:
-https://pypi.python.org/pypi/backports/
-https://www.python.org/dev/peps/pep-0420/\%23namespace-packages-today
-
-If your package provides a module in the %{python_sitelib}/backports
-folder, please depend on this and delete any existing 
-%{python_sitelib}/backports/__init__.py file provided by that package.
-
 %prep
 %setup -q -n configparser-%{version}
 
@@ -66,20 +46,14 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-cp src/backports/__init__.py %{buildroot}%{python_sitelib}/backports/
-%py_compile %{buildroot}%{python_sitelib}/backports/__init__.py
 
 %files
 %defattr(-,root,root,-)
 %doc README.rst
 %{python_sitelib}/configparser.py*
+%dir %{python_sitelib}/backports/
 %{python_sitelib}/backports/configparser/
 %{python_sitelib}/configparser-%{version}-py*.egg-info
 %{python_sitelib}/configparser-%{version}-py*-nspkg.pth
 
-%files -n python-backports
-%defattr(-,root,root,-)
-%dir %{python_sitelib}/backports/
-%{python_sitelib}/backports/__init__.py*
-
 %changelog




commit python-configparser for openSUSE:Factory

2017-04-19 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2017-04-19 18:06:29

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


Package is "python-configparser"

Wed Apr 19 18:06:29 2017 rev:3 rq:484258 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2017-03-12 20:02:14.872632603 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new/python-configparser.changes 
2017-04-19 18:06:30.386501186 +0200
@@ -1,0 +2,18 @@
+Fri Mar 31 19:27:35 UTC 2017 - toddrme2...@gmail.com
+
+-  %{python_sitelib}/backports is a namespace package, and so under
+   python 2.x it must have a proper 
+   %{python_sitelib}/backports/__init__.py file.
+   python-backports provides this __init__.py to prevent backports
+   packages from conflicting.
+   Please see the following links for more details:
+ https://pypi.python.org/pypi/backports/
+ https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
+
+---
+Thu Mar 30 21:46:17 UTC 2017 - toddrme2...@gmail.com
+
+- Split backports directory into subpackage to allow the various
+  packages that share the backports namespace to avoid conflicts.
+
+---



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.Wo0PNO/_old  2017-04-19 18:06:31.106399353 +0200
+++ /var/tmp/diff_new_pack.Wo0PNO/_new  2017-04-19 18:06:31.110398786 +0200
@@ -28,19 +28,36 @@
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+Requires:   python-backports
 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
-Provides:   python2-configparser
+Provides:   python2-configparser = %{version}
 
 %description
 The ancient ConfigParser module available in the standard library 2.x has
 seen a major update in Python 3.x. This is a backport of those changes so
 that they can be used directly in Python 2.7.
 
+# Note: we use this package as a basis for the backports/ directory because it
+# is small and has a better __init__.py file
+
+%package -n python-backports
+Url:https://pypi.python.org/pypi/backports/
+Summary:Namespace for backported Python features
+
+%description -n python-backports
+This is a common package that backports using the "backports" namespace
+must depend on to avoid conflicts.  You shouldn't install this directly,
+packages that require this will pultll it in automatically.
+
+Please see these links for more details:
+https://pypi.python.org/pypi/backports/
+https://www.python.org/dev/peps/pep-0420/\%23namespace-packages-today
+
+If your package provides a module in the %{python_sitelib}/backports
+folder, please depend on this and delete any existing 
+%{python_sitelib}/backports/__init__.py file provided by that package.
+
 %prep
 %setup -q -n configparser-%{version}
 
@@ -49,14 +66,20 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%fdupes %{buildroot}/%{python_sitelib}/*
+cp src/backports/__init__.py %{buildroot}%{python_sitelib}/backports/
+%py_compile %{buildroot}%{python_sitelib}/backports/__init__.py
 
 %files
 %defattr(-,root,root,-)
 %doc README.rst
-%{python_sitelib}/backports
-%{python_sitelib}/configparser*
-%{python_sitelib}/configparser-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/configparser.py*
+%{python_sitelib}/backports/configparser/
+%{python_sitelib}/configparser-%{version}-py*.egg-info
+%{python_sitelib}/configparser-%{version}-py*-nspkg.pth
+
+%files -n python-backports
+%defattr(-,root,root,-)
+%dir %{python_sitelib}/backports/
+%{python_sitelib}/backports/__init__.py*
 
 %changelog




commit python-configparser for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2017-03-12 20:02:13

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


Package is "python-configparser"

Sun Mar 12 20:02:13 2017 rev:2 rq:477297 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2017-01-25 23:21:28.463615857 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new/python-configparser.changes 
2017-03-12 20:02:14.872632603 +0100
@@ -1,0 +2,6 @@
+Mon Mar  6 14:44:12 UTC 2017 - jmate...@suse.com
+
+- provide python2-configparser to seamlessly support singlespec
+- restore "unneeded file" that is actually needed
+
+---



Other differences:
--
++ python-configparser.spec ++
--- /var/tmp/diff_new_pack.Tk8m2f/_old  2017-03-12 20:02:15.316569786 +0100
+++ /var/tmp/diff_new_pack.Tk8m2f/_new  2017-03-12 20:02:15.316569786 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package python-configparser
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016, Martin Hauke 
-# 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
@@ -14,15 +14,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-configparser
 Version:3.5.0
 Release:0
-License:MIT
 Summary:Backport of the enhanced config parser introduced in Python 3.x
-Url:http://docs.python.org/3/library/configparser.html
+License:MIT
 Group:  Development/Languages/Python
+Url:http://docs.python.org/3/library/configparser.html
 Source: 
https://pypi.io/packages/source/c/configparser/configparser-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -33,6 +34,7 @@
 %else
 BuildArch:  noarch
 %endif
+Provides:   python2-configparser
 
 %description
 The ancient ConfigParser module available in the standard library 2.x has
@@ -47,12 +49,9 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# remove unneeded files
-rm -f 
%{buildroot}/%{python_sitelib}/configparser-%{version}-py%{py_ver}-nspkg.pth
 
 %fdupes %{buildroot}/%{python_sitelib}/*
 
-
 %files
 %defattr(-,root,root,-)
 %doc README.rst