Hello community,

here is the log from the commit of package python-dephell-versioning for 
openSUSE:Factory checked in at 2019-09-26 20:42:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dephell-versioning (Old)
 and      /work/SRC/openSUSE:Factory/.python-dephell-versioning.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dephell-versioning"

Thu Sep 26 20:42:13 2019 rev:2 rq:733335 version:0.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-dephell-versioning/python-dephell-versioning.changes
      2019-09-16 10:49:46.315177134 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-versioning.new.2352/python-dephell-versioning.changes
    2019-09-26 20:42:15.714377708 +0200
@@ -1,0 +2,6 @@
+Thu Sep 26 07:48:27 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.1.1:
+  * ship license in the tarball
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  dephell_versioning-0.1.0.tar.gz

New:
----
  dephell_versioning-0.1.1.tar.gz

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

Other differences:
------------------
++++++ python-dephell-versioning.spec ++++++
--- /var/tmp/diff_new_pack.VHR1KQ/_old  2019-09-26 20:42:16.946374416 +0200
+++ /var/tmp/diff_new_pack.VHR1KQ/_new  2019-09-26 20:42:16.950374406 +0200
@@ -19,14 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-dephell-versioning
-Version:        0.1.0
+Version:        0.1.1
 Release:        0
 Summary:        Dephell plugin to manage version updates
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/dephell/dephell_versioning
 Source:         
https://files.pythonhosted.org/packages/source/d/dephell_versioning/dephell_versioning-%{version}.tar.gz
-Source1:        
https://raw.githubusercontent.com/dephell/dephell_versioning/master/LICENSE
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -43,7 +42,6 @@
 
 %prep
 %setup -q -n dephell_versioning-%{version}
-cp %{SOURCE1} .
 
 %build
 %python_build

++++++ dephell_versioning-0.1.0.tar.gz -> dephell_versioning-0.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_versioning-0.1.0/LICENSE 
new/dephell_versioning-0.1.1/LICENSE
--- old/dephell_versioning-0.1.0/LICENSE        1970-01-01 01:00:00.000000000 
+0100
+++ new/dephell_versioning-0.1.1/LICENSE        2019-08-06 11:21:56.000000000 
+0200
@@ -0,0 +1,20 @@
+MIT License 2019 Gram <master_f...@mail.ru>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the next
+paragraph) shall be included in all copies or substantial portions of the
+Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_versioning-0.1.0/PKG-INFO 
new/dephell_versioning-0.1.1/PKG-INFO
--- old/dephell_versioning-0.1.0/PKG-INFO       1970-01-01 01:00:00.000000000 
+0100
+++ new/dephell_versioning-0.1.1/PKG-INFO       1970-01-01 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dephell-versioning
-Version: 0.1.0
+Version: 0.1.1
 Summary: Library for bumping project version like a pro
 Project-URL: Repository, https://github.com/dephell/dephell_versioning
 Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dephell_versioning-0.1.0/dephell_versioning/__init__.py 
new/dephell_versioning-0.1.1/dephell_versioning/__init__.py
--- old/dephell_versioning-0.1.0/dephell_versioning/__init__.py 2019-06-24 
17:36:50.000000000 +0200
+++ new/dephell_versioning-0.1.1/dephell_versioning/__init__.py 2019-08-06 
11:22:15.000000000 +0200
@@ -2,7 +2,7 @@
 from ._schemes import BaseScheme, SCHEMES
 
 
-__version__ = '0.1.0'
+__version__ = '0.1.1'
 
 
 __all__ = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dephell_versioning-0.1.0/dephell_versioning.egg-info/PKG-INFO 
new/dephell_versioning-0.1.1/dephell_versioning.egg-info/PKG-INFO
--- old/dephell_versioning-0.1.0/dephell_versioning.egg-info/PKG-INFO   
1970-01-01 01:00:00.000000000 +0100
+++ new/dephell_versioning-0.1.1/dephell_versioning.egg-info/PKG-INFO   
1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dephell-versioning
-Version: 0.1.0
+Version: 0.1.1
 Summary: Library for bumping project version like a pro
 Project-URL: Repository, https://github.com/dephell/dephell_versioning
 Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_versioning-0.1.0/setup.py 
new/dephell_versioning-0.1.1/setup.py
--- old/dephell_versioning-0.1.0/setup.py       2019-06-24 17:37:22.000000000 
+0200
+++ new/dephell_versioning-0.1.1/setup.py       2019-08-06 11:22:21.000000000 
+0200
@@ -21,7 +21,7 @@
 setup(
     long_description=readme,
     name='dephell_versioning',
-    version='0.1.0',
+    version='0.1.1',
     description='Library for bumping project version like a pro',
     python_requires='>=3.5',
     project_urls={


Reply via email to