Hello community, here is the log from the commit of package python-whichcraft for openSUSE:Factory checked in at 2019-09-11 10:32:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-whichcraft (Old) and /work/SRC/openSUSE:Factory/.python-whichcraft.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-whichcraft" Wed Sep 11 10:32:42 2019 rev:6 rq:729508 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-whichcraft/python-whichcraft.changes 2019-07-22 17:19:24.537910559 +0200 +++ /work/SRC/openSUSE:Factory/.python-whichcraft.new.7948/python-whichcraft.changes 2019-09-11 10:33:16.927333007 +0200 @@ -1,0 +2,6 @@ +Mon Sep 9 15:17:03 UTC 2019 - Tomáš Chvátal <tchva...@suse.com> + +- Update to 0.6.1: + * fix versioning issue + +------------------------------------------------------------------- Old: ---- whichcraft-0.6.0.tar.gz New: ---- whichcraft-0.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-whichcraft.spec ++++++ --- /var/tmp/diff_new_pack.nCW29D/_old 2019-09-11 10:33:17.343332887 +0200 +++ /var/tmp/diff_new_pack.nCW29D/_new 2019-09-11 10:33:17.343332887 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-whichcraft -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Cross-python shutil.which functionality License: BSD-3-Clause ++++++ whichcraft-0.6.0.tar.gz -> whichcraft-0.6.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/whichcraft-0.6.0/AUTHORS.rst new/whichcraft-0.6.1/AUTHORS.rst --- old/whichcraft-0.6.0/AUTHORS.rst 2018-10-10 06:47:41.000000000 +0200 +++ new/whichcraft-0.6.1/AUTHORS.rst 2019-09-06 21:16:00.000000000 +0200 @@ -13,3 +13,4 @@ * Edward Betts (@EdwardBetts) * Nick Coghlan (@ncoghlan) * rooterkyberian (@rooterkyberian) +* OhenebaAduhene (@OhenebaAduhene) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/whichcraft-0.6.0/HISTORY.rst new/whichcraft-0.6.1/HISTORY.rst --- old/whichcraft-0.6.0/HISTORY.rst 2019-07-12 20:47:32.000000000 +0200 +++ new/whichcraft-0.6.1/HISTORY.rst 2019-09-06 21:16:55.000000000 +0200 @@ -1,6 +1,11 @@ History ========= +0.6.1 (2019-09-06) +--------------------- + +* Fix versioning issue + 0.6.0 (2019-07-12) --------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/whichcraft-0.6.0/PKG-INFO new/whichcraft-0.6.1/PKG-INFO --- old/whichcraft-0.6.0/PKG-INFO 2019-07-12 20:50:24.000000000 +0200 +++ new/whichcraft-0.6.1/PKG-INFO 2019-09-06 21:19:41.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: whichcraft -Version: 0.6.0 +Version: 0.6.1 Summary: This package provides cross-platform cross-python shutil.which functionality. Home-page: https://github.com/pydanny/whichcraft Author: Daniel Roy Greenfeld @@ -61,6 +61,10 @@ based on Python 3 code that I extracted from source. I originally did this for Cookiecutter_ but pulled it out in order to reduce line count for that project. + Edgecase: Date function works perfectly on mac os and linux system, hence returns string. + But is an in-built function in windows hence returns none as value when called in + windows. + .. _Cookiecutter: https://github.com/audreyr/cookiecutter Sponsor @@ -79,6 +83,11 @@ History ========= + 0.6.1 (2019-09-06) + --------------------- + + * Fix versioning issue + 0.6.0 (2019-07-12) --------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/whichcraft-0.6.0/README.rst new/whichcraft-0.6.1/README.rst --- old/whichcraft-0.6.0/README.rst 2019-07-12 20:46:56.000000000 +0200 +++ new/whichcraft-0.6.1/README.rst 2019-09-06 21:19:36.000000000 +0200 @@ -53,6 +53,10 @@ based on Python 3 code that I extracted from source. I originally did this for Cookiecutter_ but pulled it out in order to reduce line count for that project. +Edgecase: Date function works perfectly on mac os and linux system, hence returns string. +But is an in-built function in windows hence returns none as value when called in +windows. + .. _Cookiecutter: https://github.com/audreyr/cookiecutter Sponsor diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/whichcraft-0.6.0/setup.py new/whichcraft-0.6.1/setup.py --- old/whichcraft-0.6.0/setup.py 2019-07-12 20:48:40.000000000 +0200 +++ new/whichcraft-0.6.1/setup.py 2019-09-06 21:16:17.000000000 +0200 @@ -9,7 +9,7 @@ except ImportError: from distutils.core import setup -version = "0.6.0" +version = "0.6.1" if sys.argv[-1] == "publish": try: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/whichcraft-0.6.0/whichcraft.egg-info/PKG-INFO new/whichcraft-0.6.1/whichcraft.egg-info/PKG-INFO --- old/whichcraft-0.6.0/whichcraft.egg-info/PKG-INFO 2019-07-12 20:50:24.000000000 +0200 +++ new/whichcraft-0.6.1/whichcraft.egg-info/PKG-INFO 2019-09-06 21:19:40.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: whichcraft -Version: 0.6.0 +Version: 0.6.1 Summary: This package provides cross-platform cross-python shutil.which functionality. Home-page: https://github.com/pydanny/whichcraft Author: Daniel Roy Greenfeld @@ -61,6 +61,10 @@ based on Python 3 code that I extracted from source. I originally did this for Cookiecutter_ but pulled it out in order to reduce line count for that project. + Edgecase: Date function works perfectly on mac os and linux system, hence returns string. + But is an in-built function in windows hence returns none as value when called in + windows. + .. _Cookiecutter: https://github.com/audreyr/cookiecutter Sponsor @@ -79,6 +83,11 @@ History ========= + 0.6.1 (2019-09-06) + --------------------- + + * Fix versioning issue + 0.6.0 (2019-07-12) --------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/whichcraft-0.6.0/whichcraft.py new/whichcraft-0.6.1/whichcraft.py --- old/whichcraft-0.6.0/whichcraft.py 2018-10-10 20:55:55.000000000 +0200 +++ new/whichcraft-0.6.1/whichcraft.py 2019-09-06 21:16:59.000000000 +0200 @@ -2,7 +2,7 @@ __author__ = "Daniel Roy Greenfeld" __email__ = "pyda...@gmail.com" -__version__ = "0.5.3" +__version__ = "0.6.1" import os import sys