Hello community,

here is the log from the commit of package python-whichcraft for 
openSUSE:Factory checked in at 2019-07-22 17:19:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-whichcraft (Old)
 and      /work/SRC/openSUSE:Factory/.python-whichcraft.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-whichcraft"

Mon Jul 22 17:19:22 2019 rev:5 rq:717555 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-whichcraft/python-whichcraft.changes      
2019-04-01 12:37:48.941898843 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-whichcraft.new.4126/python-whichcraft.changes
    2019-07-22 17:19:24.537910559 +0200
@@ -1,0 +2,6 @@
+Mon Jul 22 11:40:28 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.6.0:
+  * no upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  whichcraft-0.5.2.tar.gz

New:
----
  whichcraft-0.6.0.tar.gz

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

Other differences:
------------------
++++++ python-whichcraft.spec ++++++
--- /var/tmp/diff_new_pack.5y2TKd/_old  2019-07-22 17:19:25.061910416 +0200
+++ /var/tmp/diff_new_pack.5y2TKd/_new  2019-07-22 17:19:25.061910416 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-whichcraft
-Version:        0.5.2
+Version:        0.6.0
 Release:        0
 Summary:        Cross-python shutil.which functionality
 License:        BSD-3-Clause

++++++ whichcraft-0.5.2.tar.gz -> whichcraft-0.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whichcraft-0.5.2/HISTORY.rst 
new/whichcraft-0.6.0/HISTORY.rst
--- old/whichcraft-0.5.2/HISTORY.rst    2018-10-10 08:10:56.000000000 +0200
+++ new/whichcraft-0.6.0/HISTORY.rst    2019-07-12 20:47:32.000000000 +0200
@@ -1,6 +1,17 @@
 History
 =========
 
+0.6.0 (2019-07-12)
+---------------------
+
+* Remove lingering unicode issues
+* Add BriteCore as a sponsor
+
+0.5.3 (2018-10-10)
+---------------------
+
+* Add BriteCore as a sponsor
+
 0.5.2 (2018-10-09)
 ---------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whichcraft-0.5.2/PKG-INFO 
new/whichcraft-0.6.0/PKG-INFO
--- old/whichcraft-0.5.2/PKG-INFO       2018-10-10 08:11:20.000000000 +0200
+++ new/whichcraft-0.6.0/PKG-INFO       2019-07-12 20:50:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: whichcraft
-Version: 0.5.2
+Version: 0.6.0
 Summary: This package provides cross-platform cross-python shutil.which 
functionality.
 Home-page: https://github.com/pydanny/whichcraft
 Author: Daniel Roy Greenfeld
@@ -42,8 +42,8 @@
         
         .. code-block:: python
         
-            >>> from whichcraft import which
-            >>> which('date')
+            >>> from whichcraft import which
+            >>> which('date')
             '/bin/date'
             >>> which('calendar')
             '/bin/calendar'
@@ -63,10 +63,33 @@
         
         .. _Cookiecutter: https://github.com/audreyr/cookiecutter
         
+        Sponsor
+        =======
+        
+        This work is sponsored by BriteCore, which does awesome things with 
Python, Django, JavaScript, and AWS. `Apply for a job if you're interested!`_
+        
+        .. image:: https://avatars1.githubusercontent.com/u/967173?s=200&v=4
+            :target: http://engineering-application.britecore.com/
+            :alt: Code style: black
+        
+        .. _BriteCore: https://www.britecore.com/
+        .. _`Apply for a job if you're interested!`: 
http://engineering-application.britecore.com/
+        
         
         History
         =========
         
+        0.6.0 (2019-07-12)
+        ---------------------
+        
+        * Remove lingering unicode issues
+        * Add BriteCore as a sponsor
+        
+        0.5.3 (2018-10-10)
+        ---------------------
+        
+        * Add BriteCore as a sponsor
+        
         0.5.2 (2018-10-09)
         ---------------------
         
@@ -134,7 +157,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whichcraft-0.5.2/README.rst 
new/whichcraft-0.6.0/README.rst
--- old/whichcraft-0.5.2/README.rst     2018-10-10 06:57:35.000000000 +0200
+++ new/whichcraft-0.6.0/README.rst     2019-07-12 20:46:56.000000000 +0200
@@ -34,8 +34,8 @@
 
 .. code-block:: python
 
-    >>> from whichcraft import which
-    >>> which('date')
+    >>> from whichcraft import which
+    >>> which('date')
     '/bin/date'
     >>> which('calendar')
     '/bin/calendar'
@@ -54,3 +54,15 @@
 Cookiecutter_ but pulled it out in order to reduce line count for that project.
 
 .. _Cookiecutter: https://github.com/audreyr/cookiecutter
+
+Sponsor
+=======
+
+This work is sponsored by BriteCore, which does awesome things with Python, 
Django, JavaScript, and AWS. `Apply for a job if you're interested!`_
+
+.. image:: https://avatars1.githubusercontent.com/u/967173?s=200&v=4
+    :target: http://engineering-application.britecore.com/
+    :alt: Code style: black
+
+.. _BriteCore: https://www.britecore.com/
+.. _`Apply for a job if you're interested!`: 
http://engineering-application.britecore.com/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whichcraft-0.5.2/setup.py 
new/whichcraft-0.6.0/setup.py
--- old/whichcraft-0.5.2/setup.py       2018-10-10 08:11:08.000000000 +0200
+++ new/whichcraft-0.6.0/setup.py       2019-07-12 20:48:40.000000000 +0200
@@ -9,7 +9,7 @@
 except ImportError:
     from distutils.core import setup
 
-version = "0.5.2"
+version = "0.6.0"
 
 if sys.argv[-1] == "publish":
     try:
@@ -69,8 +69,6 @@
         "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.4",
-        "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
     ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whichcraft-0.5.2/whichcraft.egg-info/PKG-INFO 
new/whichcraft-0.6.0/whichcraft.egg-info/PKG-INFO
--- old/whichcraft-0.5.2/whichcraft.egg-info/PKG-INFO   2018-10-10 
08:11:20.000000000 +0200
+++ new/whichcraft-0.6.0/whichcraft.egg-info/PKG-INFO   2019-07-12 
20:50:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: whichcraft
-Version: 0.5.2
+Version: 0.6.0
 Summary: This package provides cross-platform cross-python shutil.which 
functionality.
 Home-page: https://github.com/pydanny/whichcraft
 Author: Daniel Roy Greenfeld
@@ -42,8 +42,8 @@
         
         .. code-block:: python
         
-            >>> from whichcraft import which
-            >>> which('date')
+            >>> from whichcraft import which
+            >>> which('date')
             '/bin/date'
             >>> which('calendar')
             '/bin/calendar'
@@ -63,10 +63,33 @@
         
         .. _Cookiecutter: https://github.com/audreyr/cookiecutter
         
+        Sponsor
+        =======
+        
+        This work is sponsored by BriteCore, which does awesome things with 
Python, Django, JavaScript, and AWS. `Apply for a job if you're interested!`_
+        
+        .. image:: https://avatars1.githubusercontent.com/u/967173?s=200&v=4
+            :target: http://engineering-application.britecore.com/
+            :alt: Code style: black
+        
+        .. _BriteCore: https://www.britecore.com/
+        .. _`Apply for a job if you're interested!`: 
http://engineering-application.britecore.com/
+        
         
         History
         =========
         
+        0.6.0 (2019-07-12)
+        ---------------------
+        
+        * Remove lingering unicode issues
+        * Add BriteCore as a sponsor
+        
+        0.5.3 (2018-10-10)
+        ---------------------
+        
+        * Add BriteCore as a sponsor
+        
         0.5.2 (2018-10-09)
         ---------------------
         
@@ -134,7 +157,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whichcraft-0.5.2/whichcraft.py 
new/whichcraft-0.6.0/whichcraft.py
--- old/whichcraft-0.5.2/whichcraft.py  2018-10-10 08:11:10.000000000 +0200
+++ new/whichcraft-0.6.0/whichcraft.py  2018-10-10 20:55:55.000000000 +0200
@@ -2,7 +2,7 @@
 
 __author__ = "Daniel Roy Greenfeld"
 __email__ = "[email protected]"
-__version__ = "0.5.2"
+__version__ = "0.5.3"
 
 import os
 import sys


Reply via email to