Hello community,

here is the log from the commit of package python-check-manifest for 
openSUSE:Factory checked in at 2019-11-04 17:08:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-check-manifest (Old)
 and      /work/SRC/openSUSE:Factory/.python-check-manifest.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-check-manifest"

Mon Nov  4 17:08:35 2019 rev:5 rq:742162 version:0.40

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-check-manifest/python-check-manifest.changes  
    2019-09-23 12:09:51.133881179 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-check-manifest.new.2990/python-check-manifest.changes
    2019-11-04 17:08:36.768402558 +0100
@@ -1,0 +2,6 @@
+Wed Oct 23 13:51:47 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- Update to 0.40
+  * Add Python 3.8 support.
+
+-------------------------------------------------------------------

Old:
----
  check-manifest-0.39.tar.gz

New:
----
  check-manifest-0.40.tar.gz

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

Other differences:
------------------
++++++ python-check-manifest.spec ++++++
--- /var/tmp/diff_new_pack.UkWvqH/_old  2019-11-04 17:08:37.288403113 +0100
+++ /var/tmp/diff_new_pack.UkWvqH/_new  2019-11-04 17:08:37.296403122 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-check-manifest
-Version:        0.39
+Version:        0.40
 Release:        0
 Summary:        Tool to check Python source package MANIFEST.in for 
completeness
 License:        MIT

++++++ check-manifest-0.39.tar.gz -> check-manifest-0.40.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/.travis.yml 
new/check-manifest-0.40/.travis.yml
--- old/check-manifest-0.39/.travis.yml 2019-05-02 13:48:57.000000000 +0200
+++ new/check-manifest-0.40/.travis.yml 2019-10-15 08:36:43.000000000 +0200
@@ -7,6 +7,7 @@
     - 3.5
     - 3.6
     - 3.7
+    - 3.8
     - pypy
     - pypy3
 env:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/CHANGES.rst 
new/check-manifest-0.40/CHANGES.rst
--- old/check-manifest-0.39/CHANGES.rst 2019-06-06 16:43:12.000000000 +0200
+++ new/check-manifest-0.40/CHANGES.rst 2019-10-15 09:01:49.000000000 +0200
@@ -2,6 +2,12 @@
 =========
 
 
+0.40 (2019-10-15)
+-----------------
+
+- Add Python 3.8 support.
+
+
 0.39 (2019-06-06)
 -----------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/Makefile 
new/check-manifest-0.40/Makefile
--- old/check-manifest-0.39/Makefile    2019-04-12 21:45:08.000000000 +0200
+++ new/check-manifest-0.40/Makefile    2019-10-15 09:04:05.000000000 +0200
@@ -19,8 +19,10 @@
 .PHONY: distcheck
 distcheck: distcheck-self  # also release.mk will add other checks
 
+DISTCHECK_DIFF_OPTS = $(DISTCHECK_DIFF_DEFAULT_OPTS) -x .github
 include release.mk
 
 .PHONY: distcheck-self
 distcheck-self:
-       $(PYTHON) check_manifest.py
+       tox -e py3 --notest
+       .tox/py3/bin/check-manifest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/PKG-INFO 
new/check-manifest-0.40/PKG-INFO
--- old/check-manifest-0.39/PKG-INFO    2019-06-06 16:55:23.000000000 +0200
+++ new/check-manifest-0.40/PKG-INFO    2019-10-15 09:06:56.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: check-manifest
-Version: 0.39
+Version: 0.40
 Summary: Check MANIFEST.in in a Python source package for completeness
 Home-page: https://github.com/mgedmin/check-manifest
 Author: Marius Gedminas
@@ -162,6 +162,12 @@
         =========
         
         
+        0.40 (2019-10-15)
+        -----------------
+        
+        - Add Python 3.8 support.
+        
+        
         0.39 (2019-06-06)
         -----------------
         
@@ -527,6 +533,7 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/appveyor.yml 
new/check-manifest-0.40/appveyor.yml
--- old/check-manifest-0.39/appveyor.yml        2019-05-30 08:23:22.000000000 
+0200
+++ new/check-manifest-0.40/appveyor.yml        2019-10-15 08:36:45.000000000 
+0200
@@ -8,6 +8,7 @@
     - PYTHON: "C:\\Python35"
     - PYTHON: "C:\\Python36"
     - PYTHON: "C:\\Python37"
+    - PYTHON: "C:\\Python38"
 
 init:
   - "echo %PYTHON%"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/check_manifest.egg-info/PKG-INFO 
new/check-manifest-0.40/check_manifest.egg-info/PKG-INFO
--- old/check-manifest-0.39/check_manifest.egg-info/PKG-INFO    2019-06-06 
16:55:23.000000000 +0200
+++ new/check-manifest-0.40/check_manifest.egg-info/PKG-INFO    2019-10-15 
09:06:56.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: check-manifest
-Version: 0.39
+Version: 0.40
 Summary: Check MANIFEST.in in a Python source package for completeness
 Home-page: https://github.com/mgedmin/check-manifest
 Author: Marius Gedminas
@@ -162,6 +162,12 @@
         =========
         
         
+        0.40 (2019-10-15)
+        -----------------
+        
+        - Add Python 3.8 support.
+        
+        
         0.39 (2019-06-06)
         -----------------
         
@@ -527,6 +533,7 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/check-manifest-0.39/check_manifest.egg-info/SOURCES.txt 
new/check-manifest-0.40/check_manifest.egg-info/SOURCES.txt
--- old/check-manifest-0.39/check_manifest.egg-info/SOURCES.txt 2019-06-06 
16:55:23.000000000 +0200
+++ new/check-manifest-0.40/check_manifest.egg-info/SOURCES.txt 2019-10-15 
09:06:56.000000000 +0200
@@ -19,6 +19,5 @@
 check_manifest.egg-info/dependency_links.txt
 check_manifest.egg-info/entry_points.txt
 check_manifest.egg-info/not-zip-safe
-check_manifest.egg-info/pbr.json
 check_manifest.egg-info/requires.txt
 check_manifest.egg-info/top_level.txt
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/check_manifest.egg-info/pbr.json 
new/check-manifest-0.40/check_manifest.egg-info/pbr.json
--- old/check-manifest-0.39/check_manifest.egg-info/pbr.json    2017-01-30 
11:37:19.000000000 +0100
+++ new/check-manifest-0.40/check_manifest.egg-info/pbr.json    1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-{"is_release": false, "git_version": "3dd0167"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/check_manifest.py 
new/check-manifest-0.40/check_manifest.py
--- old/check-manifest-0.39/check_manifest.py   2019-06-06 16:43:12.000000000 
+0200
+++ new/check-manifest-0.40/check_manifest.py   2019-10-15 09:00:48.000000000 
+0200
@@ -44,7 +44,7 @@
 import toml
 
 
-__version__ = '0.39'
+__version__ = '0.40'
 __author__ = 'Marius Gedminas <[email protected]>'
 __licence__ = 'MIT'
 __url__ = 'https://github.com/mgedmin/check-manifest'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/setup.py 
new/check-manifest-0.40/setup.py
--- old/check-manifest-0.39/setup.py    2019-04-23 11:15:40.000000000 +0200
+++ new/check-manifest-0.40/setup.py    2019-10-15 08:36:36.000000000 +0200
@@ -48,6 +48,7 @@
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
     ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/tests.py 
new/check-manifest-0.40/tests.py
--- old/check-manifest-0.39/tests.py    2019-05-30 08:23:22.000000000 +0200
+++ new/check-manifest-0.40/tests.py    2019-09-25 14:23:16.000000000 +0200
@@ -1,3 +1,5 @@
+from __future__ import print_function
+
 import codecs
 import doctest
 import locale
@@ -887,13 +889,17 @@
         # 
https://github.com/mgedmin/check-manifest/issues/23#issuecomment-33933031
         if str is bytes:
             command = [s.encode(locale.getpreferredencoding()) for s in 
command]
+        print('$', ' '.join(command))
         p = subprocess.Popen(command, stdout=subprocess.PIPE,
                              stderr=subprocess.STDOUT)
         stdout, stderr = p.communicate()
         rc = p.wait()
+        if stdout:
+            print(
+                stdout if isinstance(stdout, str) else
+                stdout.decode('ascii', 'backslashreplace')
+            )
         if rc:
-            print(' '.join(command))
-            print(stdout)
             raise subprocess.CalledProcessError(rc, command[0], output=stdout)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/check-manifest-0.39/tox.ini 
new/check-manifest-0.40/tox.ini
--- old/check-manifest-0.39/tox.ini     2019-04-23 11:11:46.000000000 +0200
+++ new/check-manifest-0.40/tox.ini     2019-10-15 08:36:41.000000000 +0200
@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py27,py35,py36,py37,pypy,pypy3,flake8
+    py27,py35,py36,py37,py38,pypy,pypy3,flake8
 
 [testenv]
 passenv = LANG LC_CTYPE LC_ALL MSYSTEM


Reply via email to