commit python-zipp for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2020-10-29 09:46:13

Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and  /work/SRC/openSUSE:Factory/.python-zipp.new.3463 (New)


Package is "python-zipp"

Thu Oct 29 09:46:13 2020 rev:9 rq:838271 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2020-04-19 
21:40:03.054946893 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.3463/python-zipp.changes
2020-10-29 09:46:15.104052180 +0100
@@ -1,0 +2,12 @@
+Mon Sep 28 12:03:20 UTC 2020 - Dirk Mueller 
+
+- update to 3.2.0:
+  * #57 and bpo-40564: Mutate the passed ZipFile object
+  type instead of making a copy. Prevents issues when
+  both the local copy and the caller's copy attempt to
+  close the same file handle.
+  * #56 and bpo-41035: ``Path._next`` now honors
+  subclasses.
+  * #55: ``Path.is_file()`` now returns False for non-existent names.
+
+---

Old:

  zipp-3.1.0.tar.gz

New:

  zipp-3.2.0.tar.gz



Other differences:
--
++ python-zipp.spec ++
--- /var/tmp/diff_new_pack.IVHmSC/_old  2020-10-29 09:46:15.760052800 +0100
+++ /var/tmp/diff_new_pack.IVHmSC/_new  2020-10-29 09:46:15.760052800 +0100
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:   python-zipp%{psuffix}
-Version:3.1.0
+Version:3.2.0
 Release:0
 Summary:Pathlib-compatible object wrapper for zip files
 License:MIT

++ zipp-3.1.0.tar.gz -> zipp-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.1.0/.pre-commit-config.yaml 
new/zipp-3.2.0/.pre-commit-config.yaml
--- old/zipp-3.1.0/.pre-commit-config.yaml  2020-03-03 11:58:43.0 
+0100
+++ new/zipp-3.2.0/.pre-commit-config.yaml  2020-09-22 17:28:55.0 
+0200
@@ -1,10 +1,10 @@
 repos:
 - repo: https://github.com/psf/black
-  rev: 19.10b0
+  rev: stable
   hooks:
   - id: black
 
 - repo: https://github.com/asottile/blacken-docs
-  rev: v1.4.0
+  rev: v1.8.0
   hooks:
   - id: blacken-docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.1.0/.travis.yml new/zipp-3.2.0/.travis.yml
--- old/zipp-3.1.0/.travis.yml  2020-03-03 11:58:43.0 +0100
+++ new/zipp-3.2.0/.travis.yml  2020-09-22 17:28:55.0 +0200
@@ -1,4 +1,4 @@
-dist: xenial
+dist: bionic
 language: python
 
 python:
@@ -8,10 +8,11 @@
 cache: pip
 
 install:
-- pip install tox tox-venv
+# ensure virtualenv is upgraded to avoid issues like jaraco/path#188
+- pip install -U --upgrade-strategy=eager tox
 
 before_script:
-  # Disable IPv6. Ref travis-ci/travis-ci#8361
+  # Enable IPv6. Ref travis-ci/travis-ci#8361
   - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
   sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.1.0/CHANGES.rst new/zipp-3.2.0/CHANGES.rst
--- old/zipp-3.1.0/CHANGES.rst  2020-03-03 11:58:43.0 +0100
+++ new/zipp-3.2.0/CHANGES.rst  2020-09-22 17:28:55.0 +0200
@@ -1,3 +1,16 @@
+v3.2.0
+==
+
+#57 and bpo-40564: Mutate the passed ZipFile object
+type instead of making a copy. Prevents issues when
+both the local copy and the caller's copy attempt to
+close the same file handle.
+
+#56 and bpo-41035: ``Path._next`` now honors
+subclasses.
+
+#55: ``Path.is_file()`` now returns False for non-existent names.
+
 v3.1.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.1.0/PKG-INFO new/zipp-3.2.0/PKG-INFO
--- old/zipp-3.1.0/PKG-INFO 2020-03-03 11:59:12.363708500 +0100
+++ new/zipp-3.2.0/PKG-INFO 2020-09-22 17:29:17.801306000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 3.1.0
+Version: 3.2.0
 Summary: Backport of pathlib-compatible object wrapper for zip files
 Home-page: https://github.com/jaraco/zipp
 Author: Jason R. Coombs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.1.0/appveyor.yml new/zipp-3.2.0/appveyor.yml
--- old/zipp-3.1.0/appveyor.yml 2020-03-03 11:58:43.0 +0100
+++ new/zipp-3.2.0/appveyor.yml 2020-09-22 17:28:55.0 +0200
@@ -18,7 +18,7 @@
   - '%LOCALAPPDATA%\pip\Cache'
 
 test_script:
-  - "python -m pip install -U tox tox-venv virtualenv"
+  - "python -m pip install -U tox virtualenv"
   - "tox"
 
 version: '{build}'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.1.0/azure-pipelines.yml 
new/zipp-3.2.0/azure-pipelines.yml

commit python-zipp for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2020-04-19 21:40:01

Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and  /work/SRC/openSUSE:Factory/.python-zipp.new.2738 (New)


Package is "python-zipp"

Sun Apr 19 21:40:01 2020 rev:8 rq:784549 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2019-09-04 
08:56:38.695086012 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.2738/python-zipp.changes
2020-04-19 21:40:03.054946893 +0200
@@ -1,0 +2,28 @@
+Fri Mar 13 07:52:03 UTC 2020 - Tomáš Chvátal 
+
+- Drop not-removed py2 dependencies
+
+---
+Mon Mar  9 12:20:53 UTC 2020 - pgaj...@suse.com
+
+- version update to 3.1.0
+  * #47: ``.open`` now raises ``FileNotFoundError`` and
+``IsADirectoryError`` when appropriate.
+  * #44: ``zipp.Path.open()`` now supports a compatible signature
+as ``pathlib.Path.open()``, accepting text (default) or binary
+modes and soliciting keyword parameters passed through to
+``io.TextIOWrapper`` (encoding, newline, etc). The stream is
+opened in text-mode by default now. ``open`` no
+longer accepts ``pwd`` as a positional argument and does not
+accept the ``force_zip64`` parameter at all. This change is
+a backward-incompatible change for that single function.
+  * #43: Restored performance of implicit dir computation.
+  * #36: Rebuild package with minimum Python version declared both
+in package metadata and in the python tag.
+  * #32: For read-only zip files, complexity of ``.exists`` and
+``joinpath`` is now constant time instead of ``O(n)``, preventing
+quadratic time in common use-cases and rendering large
+zip files unusable for Path. Big thanks to Benjy Weinberger
+for the bug report and contributed fix (#33).
+
+---

Old:

  zipp-0.6.0.tar.gz

New:

  zipp-3.1.0.tar.gz



Other differences:
--
++ python-zipp.spec ++
--- /var/tmp/diff_new_pack.iuJ0si/_old  2020-04-19 21:40:06.102953009 +0200
+++ /var/tmp/diff_new_pack.iuJ0si/_new  2020-04-19 21:40:06.106953017 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zipp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -26,7 +27,7 @@
 %bcond_with test
 %endif
 Name:   python-zipp%{psuffix}
-Version:0.6.0
+Version:3.1.0
 Release:0
 Summary:Pathlib-compatible object wrapper for zip files
 License:MIT
@@ -35,16 +36,15 @@
 Source: 
https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools_scm >= 1.15.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module toml}
 BuildRequires:  fdupes
-BuildRequires:  python-contextlib2
-BuildRequires:  python-rpm-macros
-BuildRequires:  python-unittest2
+Requires:   python-more-itertools
 BuildArch:  noarch
 %if %{with test}
+BuildRequires:  %{python_module jaraco.itertools}
 BuildRequires:  %{python_module more-itertools}
 BuildRequires:  %{python_module pytest >= 3.5}
 %endif
-Requires:   python-more-itertools
 %python_subpackages
 
 %description
@@ -66,6 +66,10 @@
 
 %if %{with test}
 %check
+# skip performance test (we do not have func_timeout sofar)
+sed -i -e 's:import func_timeout::' \
+   -e 's:@func_timeout.func_set_timeout(.):@unittest.skip("skip 
performance test"):' \
+   test_zipp.py
 %pytest
 %endif
 

++ zipp-0.6.0.tar.gz -> zipp-3.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.6.0/.coveragerc new/zipp-3.1.0/.coveragerc
--- old/zipp-0.6.0/.coveragerc  1970-01-01 01:00:00.0 +0100
+++ new/zipp-3.1.0/.coveragerc  2020-03-03 11:58:43.0 +0100
@@ -0,0 +1,5 @@
+[run]
+omit = .tox/*
+
+[report]
+show_missing = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.6.0/.pre-commit-config.yaml 
new/zipp-3.1.0/.pre-commit-config.yaml
--- old/zipp-0.6.0/.pre-commit-config.yaml  2019-08-24 18:27:31.0 
+0200
+++ new/zipp-3.1.0/.pre-commit-config.yaml  2020-03-03 11:58:43.0 
+0100
@@ -1,5 +1,10 @@
 repos:
-- repo: 

commit python-zipp for openSUSE:Factory

2019-09-04 Thread root
Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2019-09-04 08:56:37

Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and  /work/SRC/openSUSE:Factory/.python-zipp.new.7948 (New)


Package is "python-zipp"

Wed Sep  4 08:56:37 2019 rev:7 rq:727096 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2019-07-30 
13:04:31.958400214 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.7948/python-zipp.changes
2019-09-04 08:56:38.695086012 +0200
@@ -1,0 +2,8 @@
+Thu Aug 29 14:07:59 UTC 2019 - Marketa Calabkova 
+
+- update to 0.6.0
+  * When adding implicit dirs, ensure that ancestral directories 
+are added and that duplicates are excluded.
+  * The library now relies on more_itertools.
+
+---

Old:

  zipp-0.5.2.tar.gz

New:

  zipp-0.6.0.tar.gz



Other differences:
--
++ python-zipp.spec ++
--- /var/tmp/diff_new_pack.NoqQZU/_old  2019-09-04 08:56:40.215085838 +0200
+++ /var/tmp/diff_new_pack.NoqQZU/_new  2019-09-04 08:56:40.243085835 +0200
@@ -26,7 +26,7 @@
 %bcond_with test
 %endif
 Name:   python-zipp%{psuffix}
-Version:0.5.2
+Version:0.6.0
 Release:0
 Summary:Pathlib-compatible object wrapper for zip files
 License:MIT
@@ -41,8 +41,10 @@
 BuildRequires:  python-unittest2
 BuildArch:  noarch
 %if %{with test}
+BuildRequires:  %{python_module more-itertools}
 BuildRequires:  %{python_module pytest >= 3.5}
 %endif
+Requires:   python-more-itertools
 %python_subpackages
 
 %description

++ zipp-0.5.2.tar.gz -> zipp-0.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.2/.travis.yml new/zipp-0.6.0/.travis.yml
--- old/zipp-0.5.2/.travis.yml  2019-07-07 23:13:42.0 +0200
+++ new/zipp-0.6.0/.travis.yml  2019-08-24 18:27:31.0 +0200
@@ -13,11 +13,6 @@
 if: tag IS present
 python: *latest_py3
 before_script: skip
-env:
-- TWINE_USERNAME=jaraco
-# TWINE_PASSWORD
-- secure: 
K4MiKMo4GKJIfvEdZYEplypr0F/7qwpOO7nQLJGtQ1qt6SL10e772MzFtiLBPYPZNnBz+aHoSmwwLTDmMOV2S4SgCDwBDT6pz0DY3Ajfs2suLdL0DXM4SeMR8f+apDwcs3SWz1xf1KmzVp2pbSXsTty2QSRBO1/S7ZQo11HsZW8ziGOasxkfogLwbsgH9qdM6UIwPBCpLhmY8HE08dM1sl2YYltC/zv31mTkSi9eV/t15fDXUL6YQTFcrTCKJt/H2X0JYyDUmXEAE6uPuLLHePvqSu2+8FrOsk9w6/lWyB4+L8334d2JV3diygdmSAdMVmQeJqnJas+En30VNVBfXDmNucUZIDN7uqu30f9/b1Yr0dTOPDWLxxF5YojzUvwDAAvT4EUaYW9f/oSDC4Qm8emGhSj2VKJu+bsu0zF+MSHzTtRnsr9MTdbBAS2UA2AVnmW3V6iHlGeWxtVRTT1fvc9Pcjx4P/VzsKokEhh/hONVd62XXor9xzYWgk1wh8I4ylyie4Do2JM3YHc17pKrX9DRzDCef+qlj3qynbg1fMFU4IUefZQodhpnVdPaGSFJ1gEMdeF8DM73DiV/B+GwJ4+gd/IB2bBHA0bm6pe4MYY5APjuWmeGYVYmpjfo3B2HPHaV9D0RF8C5NY45aKQplvMCsRLifYM5kUmX+y6lC+E=
-- TOX_TESTENV_PASSENV="TWINE_USERNAME TWINE_PASSWORD"
 script: tox -e release
 
 cache: pip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.2/CHANGES.rst new/zipp-0.6.0/CHANGES.rst
--- old/zipp-0.5.2/CHANGES.rst  2019-07-07 23:13:42.0 +0200
+++ new/zipp-0.6.0/CHANGES.rst  2019-08-24 18:27:31.0 +0200
@@ -1,3 +1,12 @@
+v0.6.0
+==
+
+#12: When adding implicit dirs, ensure that ancestral directories
+are added and that duplicates are excluded.
+
+The library now relies on
+`more_itertools `_.
+
 v0.5.2
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.2/PKG-INFO new/zipp-0.6.0/PKG-INFO
--- old/zipp-0.5.2/PKG-INFO 2019-07-07 23:14:00.0 +0200
+++ new/zipp-0.6.0/PKG-INFO 2019-08-24 18:27:49.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 0.5.2
+Version: 0.6.0
 Summary: Backport of pathlib-compatible object wrapper for zip files
 Home-page: https://github.com/jaraco/zipp
 Author: Jason R. Coombs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.2/setup.cfg new/zipp-0.6.0/setup.cfg
--- old/zipp-0.5.2/setup.cfg2019-07-07 23:14:00.0 +0200
+++ new/zipp-0.6.0/setup.cfg2019-08-24 18:27:49.0 +0200
@@ -22,6 +22,7 @@
 include_package_data = true
 python_requires = >=2.7
 install_requires = 
+   more_itertools
 setup_requires = setuptools_scm >= 1.15.0
 
 [options.extras_require]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.2/skeleton.md new/zipp-0.6.0/skeleton.md
--- old/zipp-0.5.2/skeleton.md  2019-07-07 23:13:42.0 +0200
+++ new/zipp-0.6.0/skeleton.md  2019-08-24 18:27:31.0 +0200
@@ -103,13 +103,7 @@
 
 ## 

commit python-zipp for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2019-07-30 13:04:30

Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and  /work/SRC/openSUSE:Factory/.python-zipp.new.4126 (New)


Package is "python-zipp"

Tue Jul 30 13:04:30 2019 rev:6 rq:717548 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2019-06-13 
22:38:02.320289841 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.4126/python-zipp.changes
2019-07-30 13:04:31.958400214 +0200
@@ -1,0 +2,6 @@
+Mon Jul 22 11:23:27 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.5.2:
+  * #7: Parent of a directory now actually returns the parent.
+
+---

Old:

  zipp-0.5.1.tar.gz

New:

  zipp-0.5.2.tar.gz



Other differences:
--
++ python-zipp.spec ++
--- /var/tmp/diff_new_pack.ZEenRl/_old  2019-07-30 13:04:33.122399965 +0200
+++ /var/tmp/diff_new_pack.ZEenRl/_new  2019-07-30 13:04:33.122399965 +0200
@@ -26,7 +26,7 @@
 %bcond_with test
 %endif
 Name:   python-zipp%{psuffix}
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:Pathlib-compatible object wrapper for zip files
 License:MIT

++ zipp-0.5.1.tar.gz -> zipp-0.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.1/CHANGES.rst new/zipp-0.5.2/CHANGES.rst
--- old/zipp-0.5.1/CHANGES.rst  2019-05-16 17:34:53.0 +0200
+++ new/zipp-0.5.2/CHANGES.rst  2019-07-07 23:13:42.0 +0200
@@ -1,3 +1,8 @@
+v0.5.2
+==
+
+#7: Parent of a directory now actually returns the parent.
+
 v0.5.1
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.1/PKG-INFO new/zipp-0.5.2/PKG-INFO
--- old/zipp-0.5.1/PKG-INFO 2019-05-16 17:35:17.0 +0200
+++ new/zipp-0.5.2/PKG-INFO 2019-07-07 23:14:00.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 0.5.1
+Version: 0.5.2
 Summary: Backport of pathlib-compatible object wrapper for zip files
 Home-page: https://github.com/jaraco/zipp
 Author: Jason R. Coombs
@@ -35,5 +35,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Requires-Python: >=2.7
-Provides-Extra: testing
 Provides-Extra: docs
+Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.1/appveyor.yml new/zipp-0.5.2/appveyor.yml
--- old/zipp-0.5.1/appveyor.yml 2019-05-16 17:34:53.0 +0200
+++ new/zipp-0.5.2/appveyor.yml 2019-07-07 23:13:42.0 +0200
@@ -18,7 +18,7 @@
   - '%LOCALAPPDATA%\pip\Cache'
 
 test_script:
-  - "python -m pip install tox tox-venv"
+  - "python -m pip install -U tox tox-venv virtualenv"
   - "tox"
 
 version: '{build}'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.1/test_zipp.py new/zipp-0.5.2/test_zipp.py
--- old/zipp-0.5.1/test_zipp.py 2019-05-16 17:34:53.0 +0200
+++ new/zipp-0.5.2/test_zipp.py 2019-07-07 23:13:42.0 +0200
@@ -170,3 +170,14 @@
 root = zipp.Path(zipfile_abcde)
 assert (root / 'a').parent.at == ''
 assert (root / 'a' / 'b').parent.at == 'a/'
+
+def test_dir_parent(self):
+for zipfile_abcde in self.zipfile_abcde():
+root = zipp.Path(zipfile_abcde)
+assert (root / 'b').parent.at == ''
+assert (root / 'b/').parent.at == ''
+
+def test_missing_dir_parent(self):
+for zipfile_abcde in self.zipfile_abcde():
+root = zipp.Path(zipfile_abcde)
+assert (root / 'missing dir/').parent.at == ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.1/tox.ini new/zipp-0.5.2/tox.ini
--- old/zipp-0.5.1/tox.ini  2019-05-16 17:34:53.0 +0200
+++ new/zipp-0.5.2/tox.ini  2019-07-07 23:13:42.0 +0200
@@ -24,8 +24,7 @@
 skip_install = True
 deps =
pep517>=0.5
-   # workaround for https://github.com/pypa/twine/issues/423
-   git+https://github.com/pypa/twine
+   twine>=1.13
path.py
 commands =
python -c "import path; path.Path('dist').rmtree_p()"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.5.1/zipp.egg-info/PKG-INFO 
new/zipp-0.5.2/zipp.egg-info/PKG-INFO
--- old/zipp-0.5.1/zipp.egg-info/PKG-INFO   2019-05-16 17:35:16.0 
+0200
+++ new/zipp-0.5.2/zipp.egg-info/PKG-INFO   2019-07-07 23:14:00.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zipp

commit python-zipp for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2019-06-13 22:38:01

Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and  /work/SRC/openSUSE:Factory/.python-zipp.new.4811 (New)


Package is "python-zipp"

Thu Jun 13 22:38:01 2019 rev:5 rq:708170 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2019-05-20 
10:27:00.501943872 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.4811/python-zipp.changes
2019-06-13 22:38:02.320289841 +0200
@@ -1,0 +2,5 @@
+Thu Jun  6 15:51:59 UTC 2019 - Tomáš Chvátal 
+
+- Switch to mulitbuild to avoid build cycle
+
+---

New:

  _multibuild



Other differences:
--
++ python-zipp.spec ++
--- /var/tmp/diff_new_pack.dNs1tA/_old  2019-06-13 22:38:02.864289664 +0200
+++ /var/tmp/diff_new_pack.dNs1tA/_new  2019-06-13 22:38:02.868289663 +0200
@@ -12,20 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-zipp
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-zipp%{psuffix}
 Version:0.5.1
 Release:0
 Summary:Pathlib-compatible object wrapper for zip files
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/jaraco/zipp
+URL:https://github.com/jaraco/zipp
 Source: 
https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz
-BuildRequires:  %{python_module pytest >= 3.5}
 BuildRequires:  %{python_module setuptools_scm >= 1.15.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -33,7 +40,9 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  python-unittest2
 BuildArch:  noarch
-
+%if %{with test}
+BuildRequires:  %{python_module pytest >= 3.5}
+%endif
 %python_subpackages
 
 %description
@@ -48,15 +57,21 @@
 %python_build
 
 %install
+%if !%{with test}
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
 
+%if %{with test}
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
+%pytest
+%endif
 
+%if !%{with test}
 %files %{python_files}
 %doc README.rst
 %license LICENSE
 %{python_sitelib}/*
+%endif
 
 %changelog

++ _multibuild ++

  test




commit python-zipp for openSUSE:Factory

2019-05-20 Thread root
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.0 +0200
+++ new/zipp-0.5.1/.flake8  2019-05-16 17:34:53.0 +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.0 
+0100
+++ new/zipp-0.5.1/.pre-commit-config.yaml  2019-05-16 17:34:53.0 
+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.0 +0200
+++ new/zipp-0.5.1/CHANGES.rst  2019-05-16 17:34:53.0 +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.0 +0200
+++ new/zipp-0.5.1/PKG-INFO 2019-05-16 17:35:17.0 +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-00.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 
`_.
 
 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

commit python-zipp for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2019-05-16 22:00:03

Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and  /work/SRC/openSUSE:Factory/.python-zipp.new.5148 (New)


Package is "python-zipp"

Thu May 16 22:00:03 2019 rev:3 rq:703034 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2019-05-07 
23:12:20.084087736 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.5148/python-zipp.changes
2019-05-16 22:00:06.010775974 +0200
@@ -1,0 +2,7 @@
+Tue May 14 23:13:22 UTC 2019 - svasude...@suse.com
+
+- Update to 0.5.0
+  * no changelog found
+  * Added runtime dependencies python-unittest2 and python-contextlib2
+
+---

Old:

  zipp-0.4.0.tar.gz

New:

  zipp-0.5.0.tar.gz



Other differences:
--
++ python-zipp.spec ++
--- /var/tmp/diff_new_pack.h89Uij/_old  2019-05-16 22:00:08.134774768 +0200
+++ /var/tmp/diff_new_pack.h89Uij/_new  2019-05-16 22:00:08.178774743 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zipp
-Version:0.4.0
+Version:0.5.0
 Release:0
 Summary:Pathlib-compatible object wrapper for zip files
 License:MIT
@@ -29,7 +29,9 @@
 BuildRequires:  %{python_module setuptools_scm >= 1.15.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-contextlib2
 BuildRequires:  python-rpm-macros
+BuildRequires:  python-unittest2
 BuildArch:  noarch
 
 %python_subpackages

++ zipp-0.4.0.tar.gz -> zipp-0.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.4.0/CHANGES.rst new/zipp-0.5.0/CHANGES.rst
--- old/zipp-0.4.0/CHANGES.rst  2019-04-28 19:12:35.0 +0200
+++ new/zipp-0.5.0/CHANGES.rst  2019-05-08 20:41:19.0 +0200
@@ -1,3 +1,10 @@
+v0.5.0
+==
+
+Add ``.joinpath()`` method and ``.parent`` property.
+
+Now a backport release of the ``zipfile.Path`` class.
+
 v0.4.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.4.0/PKG-INFO new/zipp-0.5.0/PKG-INFO
--- old/zipp-0.4.0/PKG-INFO 2019-04-28 19:12:54.0 +0200
+++ new/zipp-0.5.0/PKG-INFO 2019-05-08 20:41:39.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 0.4.0
+Version: 0.5.0
 Summary: Pathlib-compatible object wrapper for zip files
 Home-page: https://github.com/jaraco/zipp
 Author: Jason R. Coombs
@@ -30,5 +30,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Requires-Python: >=2.7
-Provides-Extra: testing
 Provides-Extra: docs
+Provides-Extra: testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.4.0/conftest.py new/zipp-0.5.0/conftest.py
--- old/zipp-0.4.0/conftest.py  2019-04-28 19:12:35.0 +0200
+++ new/zipp-0.5.0/conftest.py  2019-05-08 20:41:19.0 +0200
@@ -1,66 +0,0 @@
-# coding: utf-8
-
-import io
-import zipfile
-import posixpath
-
-import pytest
-from more_itertools import consume
-
-
-def add_dirs(zipfile):
-"""
-Given a writable zipfile, inject directory entries for
-any directories implied by the presence of children.
-"""
-names = zipfile.namelist()
-consume(
-zipfile.writestr(name + '/', '')
-for name in map(posixpath.dirname, names)
-if name
-and name + '/' not in names
-)
-return zipfile
-
-
-@pytest.fixture(params=[add_dirs, lambda x: x])
-def zipfile_abcde(request):
-"""
-Build the abcde zipfile with and without dir entries.
-"""
-return request.param(build_abcde_files())
-
-
-@pytest.fixture
-def zipfile_abcde_full():
-return add_dirs(build_abcde_files())
-
-
-def build_abcde_files():
-"""
-Create a zip file with this structure:
-
-.
-├── a.txt
-└── b
-├── c.txt
-└── d
-└── e.txt
-"""
-data = io.BytesIO()
-zf = zipfile.ZipFile(data, 'w')
-zf.writestr('a.txt', 'content of a')
-zf.writestr('b/c.txt', 'content of c')
-zf.writestr('b/d/e.txt', 'content of e')
-zf.filename = 'abcde.zip'
-return zf
-
-
-@pytest.fixture
-def zipfile_ondisk(zipfile_abcde, tmpdir):
-buffer = zipfile_abcde.fp
-zipfile_abcde.close()
-

commit python-zipp for openSUSE:Factory

2019-05-07 Thread root
Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2019-05-07 23:12:18

Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and  /work/SRC/openSUSE:Factory/.python-zipp.new.5148 (New)


Package is "python-zipp"

Tue May  7 23:12:18 2019 rev:2 rq:701008 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2019-02-02 
21:49:33.923964388 +0100
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.5148/python-zipp.changes
2019-05-07 23:12:20.084087736 +0200
@@ -1,0 +2,6 @@
+Mon May  6 08:52:42 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.4.0
+  * #4: Add support for zip files with implied directories.
+
+---

Old:

  zipp-0.3.3.tar.gz

New:

  zipp-0.4.0.tar.gz



Other differences:
--
++ python-zipp.spec ++
--- /var/tmp/diff_new_pack.SUBwHn/_old  2019-05-07 23:12:20.704088955 +0200
+++ /var/tmp/diff_new_pack.SUBwHn/_new  2019-05-07 23:12:20.704088955 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zipp
-Version:0.3.3
+Version:0.4.0
 Release:0
 Summary:Pathlib-compatible object wrapper for zip files
 License:MIT

++ zipp-0.3.3.tar.gz -> zipp-0.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.3.3/.flake8 new/zipp-0.4.0/.flake8
--- old/zipp-0.3.3/.flake8  2018-12-27 17:37:51.0 +0100
+++ new/zipp-0.4.0/.flake8  2019-04-28 19:12:35.0 +0200
@@ -2,6 +2,8 @@
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.3.3/.travis.yml new/zipp-0.4.0/.travis.yml
--- old/zipp-0.3.3/.travis.yml  2018-12-27 17:37:51.0 +0100
+++ new/zipp-0.4.0/.travis.yml  2019-04-28 19:12:35.0 +0200
@@ -1,5 +1,4 @@
 dist: xenial
-sudo: false
 language: python
 
 python:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.3.3/CHANGES.rst new/zipp-0.4.0/CHANGES.rst
--- old/zipp-0.3.3/CHANGES.rst  2018-12-27 17:37:51.0 +0100
+++ new/zipp-0.4.0/CHANGES.rst  2019-04-28 19:12:35.0 +0200
@@ -1,3 +1,8 @@
+v0.4.0
+==
+
+#4: Add support for zip files with implied directories.
+
 v0.3.3
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.3.3/PKG-INFO new/zipp-0.4.0/PKG-INFO
--- old/zipp-0.3.3/PKG-INFO 2018-12-27 17:38:11.0 +0100
+++ new/zipp-0.4.0/PKG-INFO 2019-04-28 19:12:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 0.3.3
+Version: 0.4.0
 Summary: Pathlib-compatible object wrapper for zip files
 Home-page: https://github.com/jaraco/zipp
 Author: Jason R. Coombs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-0.3.3/conftest.py new/zipp-0.4.0/conftest.py
--- old/zipp-0.3.3/conftest.py  2018-12-27 17:37:51.0 +0100
+++ new/zipp-0.4.0/conftest.py  2019-04-28 19:12:35.0 +0200
@@ -2,13 +2,41 @@
 
 import io
 import zipfile
-
+import posixpath
 
 import pytest
+from more_itertools import consume
+
+
+def add_dirs(zipfile):
+"""
+Given a writable zipfile, inject directory entries for
+any directories implied by the presence of children.
+"""
+names = zipfile.namelist()
+consume(
+zipfile.writestr(name + '/', '')
+for name in map(posixpath.dirname, names)
+if name
+and name + '/' not in names
+)
+return zipfile
+
+
+@pytest.fixture(params=[add_dirs, lambda x: x])
+def zipfile_abcde(request):
+"""
+Build the abcde zipfile with and without dir entries.
+"""
+return request.param(build_abcde_files())
 
 
 @pytest.fixture
-def zipfile_abcde():
+def zipfile_abcde_full():
+return add_dirs(build_abcde_files())
+
+
+def build_abcde_files():
 """
 Create a zip file with this structure:
 
@@ -22,9 +50,7 @@
 data = io.BytesIO()
 zf = zipfile.ZipFile(data, 'w')
 zf.writestr('a.txt', 'content of a')
-zf.writestr('b/', '')
 zf.writestr('b/c.txt', 'content of c')
-zf.writestr('b/d/', '')
 zf.writestr('b/d/e.txt', 'content of e')
 zf.filename = 'abcde.zip'
 return zf
diff -urN '--exclude=CVS'