Hello community,

here is the log from the commit of package python-python-slugify for 
openSUSE:Factory checked in at 2019-05-27 08:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-slugify (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-slugify.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-slugify"

Mon May 27 08:39:08 2019 rev:5 rq:705388 version:3.0.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-slugify/python-python-slugify.changes  
    2019-03-26 15:45:34.156077730 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-slugify.new.5148/python-python-slugify.changes
    2019-05-27 08:39:26.467046281 +0200
@@ -1,0 +2,6 @@
+Sat May 25 08:55:08 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.0.2:
+  * Add official support of Py 3.7
+
+-------------------------------------------------------------------

Old:
----
  python-slugify-3.0.1.tar.gz

New:
----
  python-slugify-3.0.2.tar.gz

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

Other differences:
------------------
++++++ python-python-slugify.spec ++++++
--- /var/tmp/diff_new_pack.J0v0jD/_old  2019-05-27 08:39:27.027046062 +0200
+++ /var/tmp/diff_new_pack.J0v0jD/_new  2019-05-27 08:39:27.027046062 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-python-slugify
-Version:        3.0.1
+Version:        3.0.2
 Release:        0
 Summary:        Slugify application that handles Unicode
 License:        MIT

++++++ python-slugify-3.0.1.tar.gz -> python-slugify-3.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-slugify-3.0.1/CHANGELOG.md 
new/python-slugify-3.0.2/CHANGELOG.md
--- old/python-slugify-3.0.1/CHANGELOG.md       2019-03-25 23:24:43.000000000 
+0100
+++ new/python-slugify-3.0.2/CHANGELOG.md       2019-03-31 16:15:13.000000000 
+0200
@@ -1,3 +1,6 @@
+## 3.0.2
+  - Add official support of Py 3.7
+
 ## 3.0.1
   - Add test.py to manifest
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-slugify-3.0.1/PKG-INFO 
new/python-slugify-3.0.2/PKG-INFO
--- old/python-slugify-3.0.1/PKG-INFO   2019-03-25 23:25:02.000000000 +0100
+++ new/python-slugify-3.0.2/PKG-INFO   2019-03-31 16:15:19.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: python-slugify
-Version: 3.0.1
+Version: 3.0.2
 Summary: A Python Slugify application that handles Unicode
 Home-page: https://github.com/un33k/python-slugify
 Author: Val Neekman
@@ -22,4 +22,5 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Provides-Extra: unidecode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-slugify-3.0.1/python_slugify.egg-info/PKG-INFO 
new/python-slugify-3.0.2/python_slugify.egg-info/PKG-INFO
--- old/python-slugify-3.0.1/python_slugify.egg-info/PKG-INFO   2019-03-25 
23:25:02.000000000 +0100
+++ new/python-slugify-3.0.2/python_slugify.egg-info/PKG-INFO   2019-03-31 
16:15:19.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: python-slugify
-Version: 3.0.1
+Version: 3.0.2
 Summary: A Python Slugify application that handles Unicode
 Home-page: https://github.com/un33k/python-slugify
 Author: Val Neekman
@@ -22,4 +22,5 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Provides-Extra: unidecode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-slugify-3.0.1/setup.py 
new/python-slugify-3.0.2/setup.py
--- old/python-slugify-3.0.1/setup.py   2019-03-03 18:41:22.000000000 +0100
+++ new/python-slugify-3.0.2/setup.py   2019-03-31 16:09:05.000000000 +0200
@@ -32,6 +32,7 @@
     '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/python-slugify-3.0.1/slugify/__init__.py 
new/python-slugify-3.0.2/slugify/__init__.py
--- old/python-slugify-3.0.1/slugify/__init__.py        2019-03-25 
23:24:43.000000000 +0100
+++ new/python-slugify-3.0.2/slugify/__init__.py        2019-03-31 
16:15:13.000000000 +0200
@@ -3,4 +3,4 @@
 
 __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
 __description__ = 'A Python slugify application that also handles Unicode'
-__version__ = '3.0.1'
+__version__ = '3.0.2'


Reply via email to