Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zipp for openSUSE:Factory 
checked in at 2021-10-20 20:23:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zipp (Old)
 and      /work/SRC/openSUSE:Factory/.python-zipp.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zipp"

Wed Oct 20 20:23:29 2021 rev:13 rq:925743 version:3.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes  2021-07-21 
19:05:44.683225252 +0200
+++ /work/SRC/openSUSE:Factory/.python-zipp.new.1890/python-zipp.changes        
2021-10-20 20:24:15.097376865 +0200
@@ -1,0 +2,7 @@
+Sat Oct 16 19:42:16 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 3.6.0:
+  *  Only ``Path`` is exposed in the public API.
+  *  Remove news file intended only for CPython. 
+
+-------------------------------------------------------------------

Old:
----
  zipp-3.5.0.tar.gz

New:
----
  zipp-3.6.0.tar.gz

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

Other differences:
------------------
++++++ python-zipp.spec ++++++
--- /var/tmp/diff_new_pack.Nfy4xJ/_old  2021-10-20 20:24:15.585377166 +0200
+++ /var/tmp/diff_new_pack.Nfy4xJ/_new  2021-10-20 20:24:15.589377169 +0200
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:           python-zipp%{psuffix}
-Version:        3.5.0
+Version:        3.6.0
 Release:        0
 Summary:        Pathlib-compatible object wrapper for zip files
 License:        MIT

++++++ zipp-3.5.0.tar.gz -> zipp-3.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/.editorconfig new/zipp-3.6.0/.editorconfig
--- old/zipp-3.5.0/.editorconfig        2021-07-03 01:51:21.000000000 +0200
+++ new/zipp-3.6.0/.editorconfig        2021-09-29 17:33:32.000000000 +0200
@@ -9,6 +9,7 @@
 
 [*.py]
 indent_style = space
+max_line_length = 88
 
 [*.{yml,yaml}]
 indent_style = space
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/.pre-commit-config.yaml 
new/zipp-3.6.0/.pre-commit-config.yaml
--- old/zipp-3.5.0/.pre-commit-config.yaml      2021-07-03 01:51:21.000000000 
+0200
+++ new/zipp-3.6.0/.pre-commit-config.yaml      2021-09-29 17:33:32.000000000 
+0200
@@ -3,8 +3,3 @@
   rev: 20.8b1
   hooks:
   - id: black
-
-- repo: https://github.com/asottile/blacken-docs
-  rev: v1.9.1
-  hooks:
-  - id: blacken-docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/CHANGES.rst new/zipp-3.6.0/CHANGES.rst
--- old/zipp-3.5.0/CHANGES.rst  2021-07-03 01:51:21.000000000 +0200
+++ new/zipp-3.6.0/CHANGES.rst  2021-09-29 17:33:32.000000000 +0200
@@ -1,3 +1,13 @@
+v3.6.0
+======
+
+#78: Only ``Path`` is exposed in the public API.
+
+v3.5.1
+======
+
+#77: Remove news file intended only for CPython.
+
 v3.5.0
 ======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zipp-3.5.0/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst
 
new/zipp-3.6.0/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst
--- 
old/zipp-3.5.0/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst
    2021-07-03 01:51:21.000000000 +0200
+++ 
new/zipp-3.6.0/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst
    1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-:class:`zipfile.Path` now supports :attr:`zipfile.Path.stem`,
-:attr:`zipfile.Path.suffixes`, and :attr:`zipfile.Path.suffix` attributes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/PKG-INFO new/zipp-3.6.0/PKG-INFO
--- old/zipp-3.5.0/PKG-INFO     2021-07-03 01:51:39.542740600 +0200
+++ new/zipp-3.6.0/PKG-INFO     2021-09-29 17:33:52.514101700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 3.5.0
+Version: 3.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-3.5.0/docs/conf.py new/zipp-3.6.0/docs/conf.py
--- old/zipp-3.5.0/docs/conf.py 2021-07-03 01:51:21.000000000 +0200
+++ new/zipp-3.6.0/docs/conf.py 2021-09-29 17:33:32.000000000 +0200
@@ -31,3 +31,10 @@
 
 # Be strict about any broken references:
 nitpicky = True
+
+# Include Python intersphinx mapping to prevent failures
+# jaraco/skeleton#51
+extensions += ['sphinx.ext.intersphinx']
+intersphinx_mapping = {
+    'python': ('https://docs.python.org/3', None),
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/pyproject.toml 
new/zipp-3.6.0/pyproject.toml
--- old/zipp-3.5.0/pyproject.toml       2021-07-03 01:51:21.000000000 +0200
+++ new/zipp-3.6.0/pyproject.toml       2021-09-29 17:33:32.000000000 +0200
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4.1"]
+requires = ["setuptools>=56", "wheel", "setuptools_scm[toml]>=3.4.1"]
 build-backend = "setuptools.build_meta"
 
 [tool.black]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/setup.cfg new/zipp-3.6.0/setup.cfg
--- old/zipp-3.5.0/setup.cfg    2021-07-03 01:51:39.542740600 +0200
+++ new/zipp-3.6.0/setup.cfg    2021-09-29 17:33:52.514101700 +0200
@@ -1,6 +1,4 @@
 [metadata]
-license_files = 
-       LICENSE
 name = zipp
 author = Jason R. Coombs
 author_email = [email protected]
@@ -33,9 +31,11 @@
        pytest >= 4.6
        pytest-checkdocs >= 2.4
        pytest-flake8
-       pytest-black >= 0.3.7; python_implementation != "PyPy" and 
python_version < "3.10"
+       pytest-black >= 0.3.7; \
+       python_implementation != "PyPy"
        pytest-cov
-       pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
+       pytest-mypy; \
+       python_implementation != "PyPy"
        pytest-enabler >= 1.0.1
        
        jaraco.itertools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/zipp.egg-info/PKG-INFO 
new/zipp-3.6.0/zipp.egg-info/PKG-INFO
--- old/zipp-3.5.0/zipp.egg-info/PKG-INFO       2021-07-03 01:51:39.000000000 
+0200
+++ new/zipp-3.6.0/zipp.egg-info/PKG-INFO       2021-09-29 17:33:52.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zipp
-Version: 3.5.0
+Version: 3.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-3.5.0/zipp.egg-info/SOURCES.txt 
new/zipp-3.6.0/zipp.egg-info/SOURCES.txt
--- old/zipp-3.5.0/zipp.egg-info/SOURCES.txt    2021-07-03 01:51:39.000000000 
+0200
+++ new/zipp-3.6.0/zipp.egg-info/SOURCES.txt    2021-09-29 17:33:52.000000000 
+0200
@@ -17,7 +17,6 @@
 zipp.py
 .github/dependabot.yml
 .github/workflows/main.yml
-Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst
 docs/conf.py
 docs/history.rst
 docs/index.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/zipp.egg-info/requires.txt 
new/zipp-3.6.0/zipp.egg-info/requires.txt
--- old/zipp-3.5.0/zipp.egg-info/requires.txt   2021-07-03 01:51:39.000000000 
+0200
+++ new/zipp-3.6.0/zipp.egg-info/requires.txt   2021-09-29 17:33:52.000000000 
+0200
@@ -13,6 +13,6 @@
 jaraco.itertools
 func-timeout
 
-[testing:platform_python_implementation != "PyPy" and python_version < "3.10"]
+[testing:platform_python_implementation != "PyPy"]
 pytest-black>=0.3.7
 pytest-mypy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/zipp.egg-info/top_level.txt 
new/zipp-3.6.0/zipp.egg-info/top_level.txt
--- old/zipp-3.5.0/zipp.egg-info/top_level.txt  2021-07-03 01:51:39.000000000 
+0200
+++ new/zipp-3.6.0/zipp.egg-info/top_level.txt  2021-09-29 17:33:52.000000000 
+0200
@@ -1,2 +1 @@
-Misc
 zipp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zipp-3.5.0/zipp.py new/zipp-3.6.0/zipp.py
--- old/zipp-3.5.0/zipp.py      2021-07-03 01:51:21.000000000 +0200
+++ new/zipp-3.6.0/zipp.py      2021-09-29 17:33:32.000000000 +0200
@@ -12,6 +12,9 @@
     OrderedDict = dict
 
 
+__all__ = ['Path']
+
+
 def _parents(path):
     """
     Given a path with elements separated by

Reply via email to