Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-watermark for
openSUSE:Factory checked in at 2022-06-05 21:28:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-watermark (Old)
and /work/SRC/openSUSE:Factory/.python-watermark.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-watermark"
Sun Jun 5 21:28:41 2022 rev:7 rq:980900 version:2.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-watermark/python-watermark.changes
2022-02-21 17:47:46.859615117 +0100
+++
/work/SRC/openSUSE:Factory/.python-watermark.new.1548/python-watermark.changes
2022-06-05 21:28:49.109069624 +0200
@@ -1,0 +2,13 @@
+Sun Jun 5 13:41:11 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * increase python version to 3.8
+
+- update to version 2.3.1:
+ * Upper limit on importlib-metadata caused trouble installing on
+ Python 3.7. Instead pin to minimum version with Python 3.8
+ functionality according to
+ https://github.com/python/importlib_metadata#compatibility (#86,
+ via contribution by James Myatt)
+
+-------------------------------------------------------------------
Old:
----
watermark-2.3.0.tar.gz
New:
----
watermark-2.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-watermark.spec ++++++
--- /var/tmp/diff_new_pack.7Ae5xt/_old 2022-06-05 21:28:49.833070598 +0200
+++ /var/tmp/diff_new_pack.7Ae5xt/_new 2022-06-05 21:28:49.841070608 +0200
@@ -19,14 +19,14 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-watermark
-Version: 2.3.0
+Version: 2.3.1
Release: 0
Summary: IPython magic function to psystem information
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/rasbt/watermark
Source:
https://files.pythonhosted.org/packages/source/w/watermark/watermark-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
++++++ watermark-2.3.0.tar.gz -> watermark-2.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/watermark-2.3.0/PKG-INFO new/watermark-2.3.1/PKG-INFO
--- old/watermark-2.3.0/PKG-INFO 2022-01-04 02:54:47.455557600 +0100
+++ new/watermark-2.3.1/PKG-INFO 2022-05-27 15:55:16.059700300 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: watermark
-Version: 2.3.0
+Version: 2.3.1
Summary: IPython magic function to print date/time stamps and various system
information.
Home-page: https://github.com/rasbt/watermark
Author: Sebastian Raschka
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/watermark-2.3.0/README.md
new/watermark-2.3.1/README.md
--- old/watermark-2.3.0/README.md 2022-01-04 02:54:42.000000000 +0100
+++ new/watermark-2.3.1/README.md 2022-05-27 15:53:24.000000000 +0200
@@ -1,4 +1,4 @@
-[](https://travis-ci.org/rasbt/watermark)
+[](https://ci.appveyor.com/project/rasbt/watermark)
[](http://badge.fury.io/py/watermark)


@@ -133,6 +133,13 @@
[[top](#sections)]
+
+
+#### v. 2.3.1 (May 27, 2022)
+
+- Upper limit on importlib-metadata caused trouble installing on Python 3.7.
+ Instead pin to minimum version with Python 3.8 functionality according to
https://github.com/python/importlib_metadata#compatibility
([#86](https://github.com/rasbt/watermark/pull/63), via contribution by [James
Myatt](https://github.com/jamesmyatt))
+
#### v. 2.3.0 (January 3, 2022)
- Added the following arguments: `--github_username` - for prints author
github username, `--email` - for prints author email, `--website` - for prints
author or project website. ([#82](https://github.com/rasbt/watermark/pull/82),
via contribution by [joschkazj](https://github.com/joschkazj))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/watermark-2.3.0/setup.cfg
new/watermark-2.3.1/setup.cfg
--- old/watermark-2.3.0/setup.cfg 2022-01-04 02:54:47.455769300 +0100
+++ new/watermark-2.3.1/setup.cfg 2022-05-27 15:55:16.059921700 +0200
@@ -1,5 +1,5 @@
[metadata]
-version = 2.3.0
+version = 2.3.1
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/watermark-2.3.0/setup.py new/watermark-2.3.1/setup.py
--- old/watermark-2.3.0/setup.py 2022-01-04 02:25:16.000000000 +0100
+++ new/watermark-2.3.1/setup.py 2022-05-27 15:51:08.000000000 +0200
@@ -1,4 +1,4 @@
-# Sebastian Raschka 2014-2015
+# Sebastian Raschka 2014-2022
# IPython magic function to print date/time stamps and
# various system information.
# Author: Sebastian Raschka <sebastianraschka.com>
@@ -23,7 +23,7 @@
packages=find_packages(exclude=[]),
install_requires=[
"ipython",
- 'importlib-metadata < 3.0 ; python_version < "3.8"',
+ 'importlib-metadata >= 1.4 ; python_version < "3.8"',
],
long_description=dedent(
"""\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/watermark-2.3.0/watermark.egg-info/PKG-INFO
new/watermark-2.3.1/watermark.egg-info/PKG-INFO
--- old/watermark-2.3.0/watermark.egg-info/PKG-INFO 2022-01-04
02:54:47.000000000 +0100
+++ new/watermark-2.3.1/watermark.egg-info/PKG-INFO 2022-05-27
15:55:16.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: watermark
-Version: 2.3.0
+Version: 2.3.1
Summary: IPython magic function to print date/time stamps and various system
information.
Home-page: https://github.com/rasbt/watermark
Author: Sebastian Raschka
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/watermark-2.3.0/watermark.egg-info/requires.txt
new/watermark-2.3.1/watermark.egg-info/requires.txt
--- old/watermark-2.3.0/watermark.egg-info/requires.txt 2022-01-04
02:54:47.000000000 +0100
+++ new/watermark-2.3.1/watermark.egg-info/requires.txt 2022-05-27
15:55:16.000000000 +0200
@@ -1,4 +1,4 @@
ipython
[:python_version < "3.8"]
-importlib-metadata<3.0
+importlib-metadata>=1.4