Hello community,

here is the log from the commit of package python-meld3 for openSUSE:Leap:15.2 
checked in at 2020-04-20 12:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-meld3 (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-meld3.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-meld3"

Mon Apr 20 12:55:13 2020 rev:5 rq:795451 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-meld3/python-meld3.changes      
2020-03-09 18:08:47.116974673 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-meld3.new.2738/python-meld3.changes    
2020-04-20 12:55:35.540738242 +0200
@@ -1,0 +2,9 @@
+Wed Apr 15 13:40:23 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.0.1
+  * Fixed a ``DeprecationWarning`` on Python 3.8.
+  * in case supervisor is updated to 4.1.0, this package can be
+    removed:
+    http://supervisord.org/changes.html
+
+-------------------------------------------------------------------

Old:
----
  meld3-2.0.0.tar.gz

New:
----
  meld3-2.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-meld3.spec ++++++
--- /var/tmp/diff_new_pack.7vkqu1/_old  2020-04-20 12:55:35.964738908 +0200
+++ /var/tmp/diff_new_pack.7vkqu1/_new  2020-04-20 12:55:35.968738914 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-meld3
 #
-# 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
@@ -18,7 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-meld3
-Version:        2.0.0
+# in case supervisor is updated to 4.1.0, this package can be
+# removed:
+# http://supervisord.org/changes.html
+Version:        2.0.1
 Release:        0
 Summary:        HTML/XML templating engine for Python
 License:        SUSE-Repoze

++++++ meld3-2.0.0.tar.gz -> meld3-2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld3-2.0.0/CHANGES.txt new/meld3-2.0.1/CHANGES.txt
--- old/meld3-2.0.0/CHANGES.txt 2019-09-01 22:15:49.000000000 +0200
+++ new/meld3-2.0.1/CHANGES.txt 2020-04-08 21:45:03.000000000 +0200
@@ -1,3 +1,15 @@
+2.0.1 (2020-04-08)
+------------------
+
+- No further development of the meld3 package is planned.  The meld3 package
+  should be considered unmaintained as of April 2020.  Since 2007, meld3
+  received only minimal updates to keep compatible with newer Python versions.
+  It was only maintained because it was a dependency of the Supervisor package.
+  Since Supervisor 4.1.0 (released in October 2019), the meld3 package is
+  no longer a dependency of Supervisor.
+
+- Fixed a ``DeprecationWarning`` on Python 3.8.
+
 2.0.0 (2019-09-01)
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld3-2.0.0/PKG-INFO new/meld3-2.0.1/PKG-INFO
--- old/meld3-2.0.0/PKG-INFO    2019-09-01 22:18:15.000000000 +0200
+++ new/meld3-2.0.1/PKG-INFO    2020-04-08 21:57:02.000000000 +0200
@@ -1,16 +1,23 @@
 Metadata-Version: 1.2
 Name: meld3
-Version: 2.0.0
-Summary: meld3 is an HTML/XML templating engine.
+Version: 2.0.1
+Summary: Unmaintained templating system used by old versions of Supervisor
 Home-page: https://github.com/supervisor/meld3
 Author: Chris McDonough
 Author-email: chr...@plope.com
 Maintainer: Chris McDonough
 Maintainer-email: chr...@plope.com
 License: BSD-derived (http://www.repoze.org/LICENSE.txt)
-Description: UNKNOWN
+Description: 
+            No further development of the meld3 package is planned.  The meld3 
package
+            should be considered unmaintained as of April 2020.  Since 2007, 
meld3
+            received only minimal updates to keep compatible with newer Python 
versions.
+            It was only maintained because it was a dependency of the 
Supervisor package.
+            Since Supervisor 4.1.0 (released in October 2019), the meld3 
package is
+            no longer a dependency of Supervisor.
+        
 Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
+Classifier: Development Status :: 7 - Inactive
 Classifier: Environment :: Web Environment
 Classifier: Intended Audience :: Developers
 Classifier: Operating System :: POSIX
@@ -21,4 +28,5 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Topic :: Text Processing :: Markup :: HTML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld3-2.0.0/README.txt new/meld3-2.0.1/README.txt
--- old/meld3-2.0.0/README.txt  2019-09-01 22:14:34.000000000 +0200
+++ new/meld3-2.0.1/README.txt  2020-04-08 21:39:38.000000000 +0200
@@ -1,5 +1,14 @@
 meld3
 
+Development Status
+
+  No further development of the meld3 package is planned.  The meld3 package
+  should be considered unmaintained as of April 2020.  Since 2007, meld3
+  received only minimal updates to keep compatible with newer Python versions.
+  It was only maintained because it was a dependency of the Supervisor package.
+  Since Supervisor 4.1.0 (released in October 2019), the meld3 package is
+  no longer a dependency of Supervisor.
+
 Overview
 
   meld3 is an HTML/XML templating system for Python which keeps
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld3-2.0.0/meld3/__init__.py 
new/meld3-2.0.1/meld3/__init__.py
--- old/meld3-2.0.0/meld3/__init__.py   2019-09-01 21:58:20.000000000 +0200
+++ new/meld3-2.0.1/meld3/__init__.py   2020-04-08 20:56:53.000000000 +0200
@@ -1098,7 +1098,7 @@
 
 # overrides to elementtree to increase speed and get entity quoting correct.
 
-_NONENTITY_RE = re.compile(_b('&(?!([#\w]*;))')) # negative lookahead assertion
+_NONENTITY_RE = re.compile(_b(r'&(?!([#\w]*;))')) # negative lookahead 
assertion
 
 def _escape_cdata(text, encoding=None):
     # Return escaped character data as bytes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld3-2.0.0/meld3.egg-info/PKG-INFO 
new/meld3-2.0.1/meld3.egg-info/PKG-INFO
--- old/meld3-2.0.0/meld3.egg-info/PKG-INFO     2019-09-01 22:18:15.000000000 
+0200
+++ new/meld3-2.0.1/meld3.egg-info/PKG-INFO     2020-04-08 21:57:02.000000000 
+0200
@@ -1,16 +1,23 @@
 Metadata-Version: 1.2
 Name: meld3
-Version: 2.0.0
-Summary: meld3 is an HTML/XML templating engine.
+Version: 2.0.1
+Summary: Unmaintained templating system used by old versions of Supervisor
 Home-page: https://github.com/supervisor/meld3
 Author: Chris McDonough
 Author-email: chr...@plope.com
 Maintainer: Chris McDonough
 Maintainer-email: chr...@plope.com
 License: BSD-derived (http://www.repoze.org/LICENSE.txt)
-Description: UNKNOWN
+Description: 
+            No further development of the meld3 package is planned.  The meld3 
package
+            should be considered unmaintained as of April 2020.  Since 2007, 
meld3
+            received only minimal updates to keep compatible with newer Python 
versions.
+            It was only maintained because it was a dependency of the 
Supervisor package.
+            Since Supervisor 4.1.0 (released in October 2019), the meld3 
package is
+            no longer a dependency of Supervisor.
+        
 Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
+Classifier: Development Status :: 7 - Inactive
 Classifier: Environment :: Web Environment
 Classifier: Intended Audience :: Developers
 Classifier: Operating System :: POSIX
@@ -21,4 +28,5 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Topic :: Text Processing :: Markup :: HTML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld3-2.0.0/setup.py new/meld3-2.0.1/setup.py
--- old/meld3-2.0.0/setup.py    2019-09-01 22:16:00.000000000 +0200
+++ new/meld3-2.0.1/setup.py    2020-04-08 21:45:35.000000000 +0200
@@ -11,7 +11,7 @@
 install_requires = []
 
 CLASSIFIERS = [
-    'Development Status :: 5 - Production/Stable',
+    'Development Status :: 7 - Inactive',
     'Environment :: Web Environment',
     'Intended Audience :: Developers',
     'Operating System :: POSIX',
@@ -22,13 +22,24 @@
     'Programming Language :: Python :: 3.5',
     'Programming Language :: Python :: 3.6',
     'Programming Language :: Python :: 3.7',
+    'Programming Language :: Python :: 3.8',
     'Topic :: Text Processing :: Markup :: HTML'
     ]
 
+UNMAINTAINED = """
+    No further development of the meld3 package is planned.  The meld3 package
+    should be considered unmaintained as of April 2020.  Since 2007, meld3
+    received only minimal updates to keep compatible with newer Python 
versions.
+    It was only maintained because it was a dependency of the Supervisor 
package.
+    Since Supervisor 4.1.0 (released in October 2019), the meld3 package is
+    no longer a dependency of Supervisor.
+"""
+
 setup(
     name = 'meld3',
-    version = '2.0.0',
-    description = 'meld3 is an HTML/XML templating engine.',
+    version = '2.0.1',
+    description = 'Unmaintained templating system used by old versions of 
Supervisor',
+    long_description = UNMAINTAINED,
     classifiers = CLASSIFIERS,
     author = 'Chris McDonough',
     author_email = 'chr...@plope.com',


Reply via email to