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 <[email protected]>
+
+- 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.000000000 +0100
+++ new/configparser-3.7.4/CHANGES.rst 2019-03-23 01:15:20.000000000 +0100
@@ -1,3 +1,9 @@
+3.7.4
+=====
+
+* Project is now officially supported through
+ `Tidelift
<https://tidelift.com/subscription/pkg/pypi-configparser?utm_source=pypi-configparser&utm_medium=readme>`_.
+
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.000000000 +0100
+++ new/configparser-3.7.4/PKG-INFO 2019-03-23 01:15:38.000000000 +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: [email protected]
Maintainer: Jason R. Coombs
Maintainer-email: [email protected]
@@ -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&utm_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
<https://github.com/jaraco/configparser/issues>`_
+ Security Contact
+ ----------------
+
+ To report a security vulnerability, please use the
+ `Tidelift security contact <https://tidelift.com/security>`_.
+ 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.000000000 +0100
+++ new/configparser-3.7.4/README.rst 2019-03-23 01:15:20.000000000 +0100
@@ -9,12 +9,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&utm_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
@@ -154,6 +154,12 @@
* `configparser issue tracker <https://github.com/jaraco/configparser/issues>`_
+Security Contact
+----------------
+
+To report a security vulnerability, please use the
+`Tidelift security contact <https://tidelift.com/security>`_.
+Tidelift will coordinate the fix and disclosure.
Conversion Process
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/configparser-3.7.3/docs/_templates/tidelift-sidebar.html
new/configparser-3.7.4/docs/_templates/tidelift-sidebar.html
--- old/configparser-3.7.3/docs/_templates/tidelift-sidebar.html
1970-01-01 01:00:00.000000000 +0100
+++ new/configparser-3.7.4/docs/_templates/tidelift-sidebar.html
2019-03-23 01:15:20.000000000 +0100
@@ -0,0 +1,6 @@
+<h3 class="donation">Professional support</h3>
+
+<p>
+Professionally-supported {{ project }} is available with the
+<a href="https://tidelift.com/subscription/pkg/pypi-{{ project
}}?utm_source=pypi-{{ project }}&utm_medium=readme">Tidelift Subscription</a>.
+</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/configparser-3.7.3/docs/conf.py
new/configparser-3.7.4/docs/conf.py
--- old/configparser-3.7.3/docs/conf.py 2019-02-23 02:38:25.000000000 +0100
+++ new/configparser-3.7.4/docs/conf.py 2019-03-23 01:15:20.000000000 +0100
@@ -5,6 +5,11 @@
master_doc = "index"
+# Custom sidebar templates, maps document names to template names.
+html_theme = 'alabaster'
+templates_path = ['_templates']
+html_sidebars = {'index': 'tidelift-sidebar.html'}
+
link_files = {
"../CHANGES.rst": dict(
using=dict(GH="https://github.com"),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/configparser-3.7.3/pyproject.toml
new/configparser-3.7.4/pyproject.toml
--- old/configparser-3.7.3/pyproject.toml 2019-02-23 02:38:25.000000000
+0100
+++ new/configparser-3.7.4/pyproject.toml 2019-03-23 01:15:20.000000000
+0100
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools>=34.4", "wheel", "setuptools_scm>=1.15"]
+requires = ["setuptools>=40.7", "wheel", "setuptools_scm>=1.15"]
build-backend = "setuptools.build_meta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/configparser-3.7.3/setup.cfg
new/configparser-3.7.4/setup.cfg
--- old/configparser-3.7.3/setup.cfg 2019-02-23 02:38:43.000000000 +0100
+++ new/configparser-3.7.4/setup.cfg 2019-03-23 01:15:38.000000000 +0100
@@ -4,8 +4,8 @@
[metadata]
license_file = LICENSE
name = configparser
-version = 3.7.3
-author = Lukasz Langa
+version = 3.7.4
+author = Łukasz Langa
author_email = [email protected]
maintainer = Jason R. Coombs
maintainer_email = [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/configparser-3.7.3/src/configparser.egg-info/PKG-INFO
new/configparser-3.7.4/src/configparser.egg-info/PKG-INFO
--- old/configparser-3.7.3/src/configparser.egg-info/PKG-INFO 2019-02-23
02:38:43.000000000 +0100
+++ new/configparser-3.7.4/src/configparser.egg-info/PKG-INFO 2019-03-23
01:15:38.000000000 +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: [email protected]
Maintainer: Jason R. Coombs
Maintainer-email: [email protected]
@@ -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&utm_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
<https://github.com/jaraco/configparser/issues>`_
+ Security Contact
+ ----------------
+
+ To report a security vulnerability, please use the
+ `Tidelift security contact <https://tidelift.com/security>`_.
+ 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/src/configparser.egg-info/SOURCES.txt
new/configparser-3.7.4/src/configparser.egg-info/SOURCES.txt
--- old/configparser-3.7.3/src/configparser.egg-info/SOURCES.txt
2019-02-23 02:38:43.000000000 +0100
+++ new/configparser-3.7.4/src/configparser.egg-info/SOURCES.txt
2019-03-23 01:15:38.000000000 +0100
@@ -16,6 +16,7 @@
docs/conf.py
docs/history.rst
docs/index.rst
+docs/_templates/tidelift-sidebar.html
src/cfgparser.1
src/cfgparser.2
src/cfgparser.3