Hello community,

here is the log from the commit of package python-appdirs for openSUSE:Factory 
checked in at 2017-08-14 12:36:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-appdirs (Old)
 and      /work/SRC/openSUSE:Factory/.python-appdirs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-appdirs"

Mon Aug 14 12:36:37 2017 rev:3 rq:515117 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-appdirs/python-appdirs.changes    
2017-02-27 18:30:08.515789761 +0100
+++ /work/SRC/openSUSE:Factory/.python-appdirs.new/python-appdirs.changes       
2017-08-14 12:36:42.375921275 +0200
@@ -1,0 +2,11 @@
+Tue Aug  8 06:11:57 UTC 2017 - tbecht...@suse.com
+
+- update to 1.4.3:
+  - [PR #76] Python 3.6 invalid escape sequence deprecation fixes
+  - Fix for Python 3.6 support
+  - [PR #84] Allow installing without setuptools
+  - [PR #86] Fix string delimiters in setup.py description
+  - Add Python 3.6 support
+- drop desetuptoolize.patch . no longer needed.
+
+-------------------------------------------------------------------

Old:
----
  appdirs-1.4.1.tar.gz
  desetuptoolize.patch

New:
----
  appdirs-1.4.3.tar.gz

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

Other differences:
------------------
++++++ python-appdirs.spec ++++++
--- /var/tmp/diff_new_pack.IapCvW/_old  2017-08-14 12:36:43.463768516 +0200
+++ /var/tmp/diff_new_pack.IapCvW/_new  2017-08-14 12:36:43.463768516 +0200
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-appdirs
-Version:        1.4.1
+Version:        1.4.3
 Release:        0
 Summary:        A small Python module for determining platform-specific dirs
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://github.com/ActiveState/appdirs
 Source:         
https://files.pythonhosted.org/packages/source/a/appdirs/appdirs-%{version}.tar.gz
-Patch0:         desetuptoolize.patch
 BuildRequires:  %{python_module base}
 BuildRequires:  python-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +42,6 @@
 
 %prep
 %setup -q -n appdirs-%{version}
-%patch0 -p1
 
 # strip shebang
 sed -r -i '1s/^#!.*$//' appdirs.py

++++++ appdirs-1.4.1.tar.gz -> appdirs-1.4.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appdirs-1.4.1/CHANGES.rst 
new/appdirs-1.4.3/CHANGES.rst
--- old/appdirs-1.4.1/CHANGES.rst       2017-02-02 09:17:41.000000000 +0100
+++ new/appdirs-1.4.3/CHANGES.rst       2017-03-07 08:11:03.000000000 +0100
@@ -1,9 +1,19 @@
 appdirs Changelog
 =================
 
-appdirs 1.4.1
+appdirs 1.4.3
+-------------
+- [PR #76] Python 3.6 invalid escape sequence deprecation fixes
+- Fix for Python 3.6 support
+
+appdirs 1.4.2
 -------------
+- [PR #84] Allow installing without setuptools
+- [PR #86] Fix string delimiters in setup.py description
+- Add Python 3.6 support
 
+appdirs 1.4.1
+-------------
 - [issue #38] Fix _winreg import on Windows Py3
 - [issue #55] Make appname optional
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appdirs-1.4.1/PKG-INFO new/appdirs-1.4.3/PKG-INFO
--- old/appdirs-1.4.1/PKG-INFO  2017-02-06 02:32:41.000000000 +0100
+++ new/appdirs-1.4.3/PKG-INFO  2017-03-07 08:32:10.000000000 +0100
@@ -1,7 +1,7 @@
 Metadata-Version: 1.1
 Name: appdirs
-Version: 1.4.1
-Summary: A small Python module for determining appropriate " +         
"platform-specific dirs, e.g. a "user data dir".
+Version: 1.4.3
+Summary: A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".
 Home-page: http://github.com/ActiveState/appdirs
 Author: Trent Mick; Sridhar Ratnakumar; Jeff Rouse
 Author-email: tre...@gmail.com; git...@srid.name; j...@its.to
@@ -150,9 +150,19 @@
         appdirs Changelog
         =================
         
-        appdirs 1.4.1
+        appdirs 1.4.3
+        -------------
+        - [PR #76] Python 3.6 invalid escape sequence deprecation fixes
+        - Fix for Python 3.6 support
+        
+        appdirs 1.4.2
         -------------
+        - [PR #84] Allow installing without setuptools
+        - [PR #86] Fix string delimiters in setup.py description
+        - Add Python 3.6 support
         
+        appdirs 1.4.1
+        -------------
         - [issue #38] Fix _winreg import on Windows Py3
         - [issue #55] Make appname optional
         
@@ -236,6 +246,7 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appdirs-1.4.1/appdirs.egg-info/PKG-INFO 
new/appdirs-1.4.3/appdirs.egg-info/PKG-INFO
--- old/appdirs-1.4.1/appdirs.egg-info/PKG-INFO 2017-02-06 02:32:41.000000000 
+0100
+++ new/appdirs-1.4.3/appdirs.egg-info/PKG-INFO 2017-03-07 08:32:10.000000000 
+0100
@@ -1,7 +1,7 @@
 Metadata-Version: 1.1
 Name: appdirs
-Version: 1.4.1
-Summary: A small Python module for determining appropriate " +         
"platform-specific dirs, e.g. a "user data dir".
+Version: 1.4.3
+Summary: A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".
 Home-page: http://github.com/ActiveState/appdirs
 Author: Trent Mick; Sridhar Ratnakumar; Jeff Rouse
 Author-email: tre...@gmail.com; git...@srid.name; j...@its.to
@@ -150,9 +150,19 @@
         appdirs Changelog
         =================
         
-        appdirs 1.4.1
+        appdirs 1.4.3
+        -------------
+        - [PR #76] Python 3.6 invalid escape sequence deprecation fixes
+        - Fix for Python 3.6 support
+        
+        appdirs 1.4.2
         -------------
+        - [PR #84] Allow installing without setuptools
+        - [PR #86] Fix string delimiters in setup.py description
+        - Add Python 3.6 support
         
+        appdirs 1.4.1
+        -------------
         - [issue #38] Fix _winreg import on Windows Py3
         - [issue #55] Make appname optional
         
@@ -236,6 +246,7 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appdirs-1.4.1/appdirs.py new/appdirs-1.4.3/appdirs.py
--- old/appdirs-1.4.1/appdirs.py        2017-02-02 08:00:59.000000000 +0100
+++ new/appdirs-1.4.3/appdirs.py        2017-03-07 08:11:03.000000000 +0100
@@ -13,7 +13,7 @@
 # - Mac OS X: 
http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html
 # - XDG spec for Un*x: 
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
 
-__version_info__ = (1, 4, 1)
+__version_info__ = (1, 4, 3)
 __version__ = '.'.join(map(str, __version_info__))
 
 
@@ -98,7 +98,7 @@
 
 
 def site_data_dir(appname=None, appauthor=None, version=None, multipath=False):
-    """Return full path to the user-shared data dir for this application.
+    r"""Return full path to the user-shared data dir for this application.
 
         "appname" is the name of application.
             If None, just the system directory is returned.
@@ -204,7 +204,7 @@
 
 
 def site_config_dir(appname=None, appauthor=None, version=None, 
multipath=False):
-    """Return full path to the user-shared data dir for this application.
+    r"""Return full path to the user-shared data dir for this application.
 
         "appname" is the name of application.
             If None, just the system directory is returned.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appdirs-1.4.1/setup.py new/appdirs-1.4.3/setup.py
--- old/appdirs-1.4.1/setup.py  2017-02-02 09:17:41.000000000 +0100
+++ new/appdirs-1.4.3/setup.py  2017-02-24 09:11:05.000000000 +0100
@@ -2,7 +2,11 @@
 import sys
 import os
 import os.path
-from setuptools import setup
+# appdirs is a dependency of setuptools, so allow installing without it.
+try:
+    from setuptools import setup
+except ImportError:
+    from distutils.core import setup
 import appdirs
 
 tests_require = []
@@ -20,8 +24,8 @@
 setup(
     name='appdirs',
     version=appdirs.__version__,
-    description='A small Python module for determining appropriate " + \
-        "platform-specific dirs, e.g. a "user data dir".',
+    description='A small Python module for determining appropriate ' + \
+        'platform-specific dirs, e.g. a "user data dir".',
     long_description=read('README.rst') + '\n' + read('CHANGES.rst'),
     classifiers=[c.strip() for c in """
         Development Status :: 4 - Beta
@@ -36,6 +40,7 @@
         Programming Language :: Python :: 3.3
         Programming Language :: Python :: 3.4
         Programming Language :: Python :: 3.5
+        Programming Language :: Python :: 3.6
         Programming Language :: Python :: Implementation :: PyPy
         Programming Language :: Python :: Implementation :: CPython
         Topic :: Software Development :: Libraries :: Python Modules


Reply via email to