Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2019-05-20 10:26:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and      /work/SRC/openSUSE:Factory/.python-zipp.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zipp"

Mon May 20 10:26:59 2019 rev:4 rq:703557 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2019-05-16 
22:00:06.010775974 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.5148/python-zipp.changes        
2019-05-20 10:27:00.501943872 +0200
@@ -1,0 +2,6 @@
+Thu May 16 20:56:11 UTC 2019 - ran...@suse.com
+
+- update to 0.5.1
+  * Declared package as backport. 
+
+-------------------------------------------------------------------

Old:
----
  zipp-0.5.0.tar.gz

New:
----
  zipp-0.5.1.tar.gz

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

Other differences:
------------------
++++++ python-zipp.spec ++++++
--- /var/tmp/diff_new_pack.1FIBhs/_old  2019-05-20 10:27:01.225943632 +0200
+++ /var/tmp/diff_new_pack.1FIBhs/_new  2019-05-20 10:27:01.229943631 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-zipp
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Summary:        Pathlib-compatible object wrapper for zip files
 License:        MIT

++++++ zipp-0.5.0.tar.gz -> zipp-0.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/.flake8 new/zipp-0.5.1/.flake8
--- old/zipp-0.5.0/.flake8      2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/.flake8      2019-05-16 17:34:53.000000000 +0200
@@ -1,10 +1,9 @@
 [flake8]
+max-line-length = 88
 ignore =
-       # Allow tabs for indentation
-       W191
-       # Workaround for https://github.com/PyCQA/pycodestyle/issues/836
-       E117
        # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
        W503
        # W504 has issues 
https://github.com/OCA/maintainer-quality-tools/issues/545
        W504
+       # Black creates whitespace before colon
+       E203
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/.pre-commit-config.yaml 
new/zipp-0.5.1/.pre-commit-config.yaml
--- old/zipp-0.5.0/.pre-commit-config.yaml      1970-01-01 01:00:00.000000000 
+0100
+++ new/zipp-0.5.1/.pre-commit-config.yaml      2019-05-16 17:34:53.000000000 
+0200
@@ -0,0 +1,5 @@
+repos:
+- repo: https://github.com/ambv/black
+  rev: 18.9b0
+  hooks:
+  - id: black
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/CHANGES.rst new/zipp-0.5.1/CHANGES.rst
--- old/zipp-0.5.0/CHANGES.rst  2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/CHANGES.rst  2019-05-16 17:34:53.000000000 +0200
@@ -1,3 +1,8 @@
+v0.5.1
+======
+
+Declared package as backport.
+
 v0.5.0
 ======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/PKG-INFO new/zipp-0.5.1/PKG-INFO
--- old/zipp-0.5.0/PKG-INFO     2019-05-08 20:41:39.000000000 +0200
+++ new/zipp-0.5.1/PKG-INFO     2019-05-16 17:35:17.000000000 +0200
@@ -1,7 +1,7 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 0.5.0
-Summary: Pathlib-compatible object wrapper for zip files
+Version: 0.5.1
+Summary: Backport of pathlib-compatible object wrapper for zip files
 Home-page: https://github.com/jaraco/zipp
 Author: Jason R. Coombs
 Author-email: jar...@jaraco.com
@@ -14,14 +14,19 @@
         .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg
            :target: https://travis-ci.org/jaraco/zipp
         
+        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
+           :target: https://github.com/ambv/black
+           :alt: Code style: Black
+        
         .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg
            :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master
         
-        .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest
-           :target: https://zipp.readthedocs.io/en/latest/?badge=latest
+        .. .. image:: 
https://readthedocs.org/projects/zipp/badge/?version=latest
+        ..    :target: https://zipp.readthedocs.io/en/latest/?badge=latest
         
         
-        A pathlib-compatible Zipfile object wrapper.
+        A pathlib-compatible Zipfile object wrapper. A backport of the
+        `Path object 
<https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.
         
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
@@ -30,5 +35,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Requires-Python: >=2.7
-Provides-Extra: docs
 Provides-Extra: testing
+Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/README.rst new/zipp-0.5.1/README.rst
--- old/zipp-0.5.0/README.rst   2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/README.rst   2019-05-16 17:34:53.000000000 +0200
@@ -6,11 +6,16 @@
 .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg
    :target: https://travis-ci.org/jaraco/zipp
 
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
+   :target: https://github.com/ambv/black
+   :alt: Code style: Black
+
 .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg
    :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master
 
-.. image:: https://readthedocs.org/projects/zipp/badge/?version=latest
-   :target: https://zipp.readthedocs.io/en/latest/?badge=latest
+.. .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest
+..    :target: https://zipp.readthedocs.io/en/latest/?badge=latest
 
 
-A pathlib-compatible Zipfile object wrapper.
+A pathlib-compatible Zipfile object wrapper. A backport of the
+`Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/docs/conf.py new/zipp-0.5.1/docs/conf.py
--- old/zipp-0.5.0/docs/conf.py 2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/docs/conf.py 2019-05-16 17:34:53.000000000 +0200
@@ -1,25 +1,25 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-extensions = ["sphinx.ext.autodoc", "jaraco.packaging.sphinx", "rst.linker"]
+extensions = ['sphinx.ext.autodoc', 'jaraco.packaging.sphinx', 'rst.linker']
 
 master_doc = "index"
 
 link_files = {
-    "../CHANGES.rst": dict(
-        using=dict(GH="https://github.com";),
+    '../CHANGES.rst': dict(
+        using=dict(GH='https://github.com'),
         replace=[
             dict(
-                pattern=r"(Issue #|\B#)(?P<issue>\d+)",
-                url="{package_url}/issues/{issue}",
+                pattern=r'(Issue #|\B#)(?P<issue>\d+)',
+                url='{package_url}/issues/{issue}',
             ),
             dict(
-                pattern=r"^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n",
-                with_scm="{text}\n{rev[timestamp]:%d %b %Y}\n",
+                pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n',
+                with_scm='{text}\n{rev[timestamp]:%d %b %Y}\n',
             ),
             dict(
-                pattern=r"PEP[- ](?P<pep_number>\d+)",
-                url="https://www.python.org/dev/peps/pep-{pep_number:0>4}/",
+                pattern=r'PEP[- ](?P<pep_number>\d+)',
+                url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
             ),
         ],
     )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/pin-pip.py new/zipp-0.5.1/pin-pip.py
--- old/zipp-0.5.0/pin-pip.py   2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/pin-pip.py   1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-"""
-Downgrade to pip 19.0 before installing requirements, working
-around limitations introduced in 19.1 (ref
-https://github.com/pypa/pip/issues/6434)
-"""
-
-import sys
-import subprocess
-import shlex
-
-
-def main():
-    subprocess.check_call(shlex.split("python -m pip install pip<19.1"))
-    subprocess.check_call(shlex.split("python -m pip install") + sys.argv[1:])
-
-
-__name__ == "__main__" and main()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/pyproject.toml 
new/zipp-0.5.1/pyproject.toml
--- old/zipp-0.5.0/pyproject.toml       2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/pyproject.toml       2019-05-16 17:34:53.000000000 +0200
@@ -1,3 +1,6 @@
 [build-system]
 requires = ["setuptools>=34.4", "wheel", "setuptools_scm>=1.15"]
 build-backend = "setuptools.build_meta"
+
+[tool.black]
+skip-string-normalization = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/pytest.ini new/zipp-0.5.1/pytest.ini
--- old/zipp-0.5.0/pytest.ini   2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/pytest.ini   1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
-[pytest]
-norecursedirs=dist build .tox .eggs
-addopts=--doctest-modules --flake8
-doctest_optionflags=ALLOW_UNICODE ELLIPSIS
-filterwarnings=
-       ignore:Possible nested set::pycodestyle:113
-       ignore:Using or importing the ABCs::flake8:410
-       # workaround for https://sourceforge.net/p/docutils/bugs/348/
-       ignore:'U' mode is deprecated::docutils.io
-       # workaround for https://gitlab.com/pycqa/flake8/issues/275
-       ignore:You passed a bytestring as `filenames`.::flake8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/setup.cfg new/zipp-0.5.1/setup.cfg
--- old/zipp-0.5.0/setup.cfg    2019-05-08 20:41:39.000000000 +0200
+++ new/zipp-0.5.1/setup.cfg    2019-05-16 17:35:17.000000000 +0200
@@ -6,7 +6,7 @@
 name = zipp
 author = Jason R. Coombs
 author_email = jar...@jaraco.com
-description = Pathlib-compatible object wrapper for zip files
+description = Backport of pathlib-compatible object wrapper for zip files
 long_description = file:README.rst
 url = https://github.com/jaraco/zipp
 classifiers = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/skeleton.md new/zipp-0.5.1/skeleton.md
--- old/zipp-0.5.0/skeleton.md  2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/skeleton.md  2019-05-16 17:34:53.000000000 +0200
@@ -50,7 +50,8 @@
 - setuptools declarative configuration using setup.cfg
 - tox for running tests
 - A README.rst as reStructuredText with some popular badges, but with 
readthedocs and appveyor badges commented out
-- A CHANGES.rst file intended for publishing release notes about the project.
+- A CHANGES.rst file intended for publishing release notes about the project
+- Use of [black](https://black.readthedocs.io/en/stable/) for code formatting 
(disabled on unsupported Python 3.5 and earlier)
 
 ## Packaging Conventions
 
@@ -97,8 +98,8 @@
 
 Relies a .flake8 file to correct some default behaviors:
 
-- allow tabs for indentation (legacy for jaraco projects)
-- disable mutually incompatible rules W503 and W504.
+- disable mutually incompatible rules W503 and W504
+- support for black format
 
 ## Continuous Integration
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/tox.ini new/zipp-0.5.1/tox.ini
--- old/zipp-0.5.0/tox.ini      2019-05-08 20:41:19.000000000 +0200
+++ new/zipp-0.5.1/tox.ini      2019-05-16 17:34:53.000000000 +0200
@@ -5,7 +5,6 @@
 tox_pip_extensions_ext_venv_update = true
 
 [testenv]
-install_command = python pin-pip.py {opts} {packages}
 deps =
        setuptools>=31.0.1
 commands =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/zipp.egg-info/PKG-INFO 
new/zipp-0.5.1/zipp.egg-info/PKG-INFO
--- old/zipp-0.5.0/zipp.egg-info/PKG-INFO       2019-05-08 20:41:39.000000000 
+0200
+++ new/zipp-0.5.1/zipp.egg-info/PKG-INFO       2019-05-16 17:35:16.000000000 
+0200
@@ -1,7 +1,7 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 0.5.0
-Summary: Pathlib-compatible object wrapper for zip files
+Version: 0.5.1
+Summary: Backport of pathlib-compatible object wrapper for zip files
 Home-page: https://github.com/jaraco/zipp
 Author: Jason R. Coombs
 Author-email: jar...@jaraco.com
@@ -14,14 +14,19 @@
         .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg
            :target: https://travis-ci.org/jaraco/zipp
         
+        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
+           :target: https://github.com/ambv/black
+           :alt: Code style: Black
+        
         .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg
            :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master
         
-        .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest
-           :target: https://zipp.readthedocs.io/en/latest/?badge=latest
+        .. .. image:: 
https://readthedocs.org/projects/zipp/badge/?version=latest
+        ..    :target: https://zipp.readthedocs.io/en/latest/?badge=latest
         
         
-        A pathlib-compatible Zipfile object wrapper.
+        A pathlib-compatible Zipfile object wrapper. A backport of the
+        `Path object 
<https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.
         
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
@@ -30,5 +35,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Requires-Python: >=2.7
-Provides-Extra: docs
 Provides-Extra: testing
+Provides-Extra: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.0/zipp.egg-info/SOURCES.txt 
new/zipp-0.5.1/zipp.egg-info/SOURCES.txt
--- old/zipp-0.5.0/zipp.egg-info/SOURCES.txt    2019-05-08 20:41:39.000000000 
+0200
+++ new/zipp-0.5.1/zipp.egg-info/SOURCES.txt    2019-05-16 17:35:17.000000000 
+0200
@@ -1,4 +1,5 @@
 .flake8
+.pre-commit-config.yaml
 .readthedocs.yml
 .travis.yml
 CHANGES.rst
@@ -6,9 +7,7 @@
 README.rst
 appveyor.yml
 conftest.py
-pin-pip.py
 pyproject.toml
-pytest.ini
 setup.cfg
 setup.py
 skeleton.md


Reply via email to