Hello community,

here is the log from the commit of package python-jupyter_watermark for 
openSUSE:Factory checked in at 2018-09-11 17:16:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_watermark (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_watermark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_watermark"

Tue Sep 11 17:16:43 2018 rev:2 rq:634262 version:1.6.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_watermark/python-jupyter_watermark.changes
        2018-06-03 12:35:00.122832721 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_watermark.new/python-jupyter_watermark.changes
   2018-09-11 17:16:46.175458802 +0200
@@ -1,0 +2,6 @@
+Fri Sep  7 15:52:58 UTC 2018 - [email protected]
+
+- Update to version 1.6.1
+  * Include license file in wheels.
+
+-------------------------------------------------------------------

Old:
----
  watermark-1.6.0.tar.gz

New:
----
  watermark-1.6.1.tar.gz

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

Other differences:
------------------
++++++ python-jupyter_watermark.spec ++++++
--- /var/tmp/diff_new_pack.JxYb9G/_old  2018-09-11 17:16:46.727457953 +0200
+++ /var/tmp/diff_new_pack.JxYb9G/_new  2018-09-11 17:16:46.727457953 +0200
@@ -18,7 +18,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with     test
 Name:           python-jupyter_watermark
-Version:        1.6.0
+Version:        1.6.1
 Release:        0
 License:        BSD-3-Clause
 Summary:        IPython magic function to psystem information

++++++ watermark-1.6.0.tar.gz -> watermark-1.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watermark-1.6.0/LICENSE new/watermark-1.6.1/LICENSE
--- old/watermark-1.6.0/LICENSE 2016-01-30 00:10:22.000000000 +0100
+++ new/watermark-1.6.1/LICENSE 2018-06-10 17:45:29.000000000 +0200
@@ -1,6 +1,6 @@
 New BSD License
 
-Copyright (c) 2016, Sebastian Raschka.
+Copyright (c) 2014-2018, Sebastian Raschka.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watermark-1.6.0/PKG-INFO new/watermark-1.6.1/PKG-INFO
--- old/watermark-1.6.0/PKG-INFO        2018-01-19 03:46:25.000000000 +0100
+++ new/watermark-1.6.1/PKG-INFO        2018-06-10 17:52:25.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: watermark
-Version: 1.6.0
+Version: 1.6.1
 Summary: IPython magic function to print date/time stamps andvarious system 
information.
 Home-page: https://github.com/rasbt/watermark
 Author: Sebastian Raschka
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watermark-1.6.0/README.md 
new/watermark-1.6.1/README.md
--- old/watermark-1.6.0/README.md       2018-01-19 03:45:53.000000000 +0100
+++ new/watermark-1.6.1/README.md       2018-06-10 17:46:45.000000000 +0200
@@ -112,6 +112,9 @@
 
 [[top](#sections)]
 
+#### v. 1.6.1 (Jun 10, 2018)
+
+- Now also includes the LICENSE file in the Python Wheels distribution
 
 #### v. 1.6.0 (Jan 18, 2018)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watermark-1.6.0/setup.cfg 
new/watermark-1.6.1/setup.cfg
--- old/watermark-1.6.0/setup.cfg       2018-01-19 03:46:25.000000000 +0100
+++ new/watermark-1.6.1/setup.cfg       2018-06-10 17:52:25.000000000 +0200
@@ -1,3 +1,6 @@
+[metadata]
+license_file = LICENSE
+
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watermark-1.6.0/watermark/__init__.py 
new/watermark-1.6.1/watermark/__init__.py
--- old/watermark-1.6.0/watermark/__init__.py   2018-01-19 03:45:53.000000000 
+0100
+++ new/watermark-1.6.1/watermark/__init__.py   2018-06-10 17:52:19.000000000 
+0200
@@ -1,4 +1,4 @@
-# Sebastian Raschka 2014-2017
+# Sebastian Raschka 2014-2018
 # IPython magic function to print date/time stamps and
 # various system information.
 # Author: Sebastian Raschka <sebastianraschka.com>
@@ -9,7 +9,7 @@
 import sys
 
 
-__version__ = '1.6.0'
+__version__ = '1.6.1'
 
 if sys.version_info >= (3, 0):
     from watermark.watermark import *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watermark-1.6.0/watermark.egg-info/PKG-INFO 
new/watermark-1.6.1/watermark.egg-info/PKG-INFO
--- old/watermark-1.6.0/watermark.egg-info/PKG-INFO     2018-01-19 
03:46:25.000000000 +0100
+++ new/watermark-1.6.1/watermark.egg-info/PKG-INFO     2018-06-10 
17:52:25.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: watermark
-Version: 1.6.0
+Version: 1.6.1
 Summary: IPython magic function to print date/time stamps andvarious system 
information.
 Home-page: https://github.com/rasbt/watermark
 Author: Sebastian Raschka
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/watermark-1.6.0/watermark.egg-info/SOURCES.txt 
new/watermark-1.6.1/watermark.egg-info/SOURCES.txt
--- old/watermark-1.6.0/watermark.egg-info/SOURCES.txt  2018-01-19 
03:46:25.000000000 +0100
+++ new/watermark-1.6.1/watermark.egg-info/SOURCES.txt  2018-06-10 
17:52:25.000000000 +0200
@@ -1,6 +1,7 @@
 LICENSE
 MANIFEST.in
 README.md
+setup.cfg
 setup.py
 watermark/__init__.py
 watermark/watermark.py


Reply via email to