Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jaraco.functools for
openSUSE:Factory checked in at 2022-11-01 16:10:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.functools (Old)
and /work/SRC/openSUSE:Factory/.python-jaraco.functools.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.functools"
Tue Nov 1 16:10:36 2022 rev:11 rq:1032522 version:3.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jaraco.functools/python-jaraco.functools.changes
2022-09-16 13:32:18.257261629 +0200
+++
/work/SRC/openSUSE:Factory/.python-jaraco.functools.new.2275/python-jaraco.functools.changes
2022-11-01 16:10:38.738457264 +0100
@@ -1,0 +2,6 @@
+Fri Oct 28 17:48:20 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to v3.5.2
+ * Refreshed packaging.
+
+-------------------------------------------------------------------
Old:
----
jaraco.functools-3.5.1.tar.gz
New:
----
jaraco.functools-3.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jaraco.functools.spec ++++++
--- /var/tmp/diff_new_pack.6eCGJb/_old 2022-11-01 16:10:40.534466061 +0100
+++ /var/tmp/diff_new_pack.6eCGJb/_new 2022-11-01 16:10:40.542466100 +0100
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jaraco.functools
-Version: 3.5.1
+Version: 3.5.2
Release: 0
Summary: Tools to work with functools
License: MIT
++++++ jaraco.functools-3.5.1.tar.gz -> jaraco.functools-3.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jaraco.functools-3.5.1/.github/workflows/main.yml
new/jaraco.functools-3.5.2/.github/workflows/main.yml
--- old/jaraco.functools-3.5.1/.github/workflows/main.yml 2022-07-14
07:17:47.000000000 +0200
+++ new/jaraco.functools-3.5.2/.github/workflows/main.yml 2022-09-27
02:20:46.000000000 +0200
@@ -7,22 +7,26 @@
strategy:
matrix:
python:
- # Build on pre-releases until stable, then stable releases.
- # actions/setup-python#213
- - ~3.7.0-0
- - ~3.10.0-0
- - ~3.11.0-0
+ - "3.7"
+ - "3.10"
+ - "3.11"
+ # Workaround for actions/setup-python#508
+ dev:
+ - -dev
platform:
- ubuntu-latest
- macos-latest
- windows-latest
+ include:
+ - python: pypy3.9
+ platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
- python-version: ${{ matrix.python }}
+ python-version: ${{ matrix.python }}${{ matrix.dev }}
- name: Install tox
run: |
python -m pip install tox
@@ -52,9 +56,9 @@
steps:
- uses: actions/checkout@v3
- name: Setup Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
- python-version: "3.10"
+ python-version: 3.11-dev
- name: Install tox
run: |
python -m pip install tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jaraco.functools-3.5.1/CHANGES.rst
new/jaraco.functools-3.5.2/CHANGES.rst
--- old/jaraco.functools-3.5.1/CHANGES.rst 2022-07-14 07:17:47.000000000
+0200
+++ new/jaraco.functools-3.5.2/CHANGES.rst 2022-09-27 02:20:46.000000000
+0200
@@ -1,3 +1,8 @@
+v3.5.2
+======
+
+Refreshed packaging.
+
v3.5.1
======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jaraco.functools-3.5.1/PKG-INFO
new/jaraco.functools-3.5.2/PKG-INFO
--- old/jaraco.functools-3.5.1/PKG-INFO 2022-07-14 07:18:07.631296000 +0200
+++ new/jaraco.functools-3.5.2/PKG-INFO 2022-09-27 02:21:21.222534700 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: jaraco.functools
-Version: 3.5.1
+Version: 3.5.2
Summary: Functools like those found in stdlib
Home-page: https://github.com/jaraco/jaraco.functools
Author: Jason R. Coombs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jaraco.functools-3.5.1/docs/conf.py
new/jaraco.functools-3.5.2/docs/conf.py
--- old/jaraco.functools-3.5.1/docs/conf.py 2022-07-14 07:17:47.000000000
+0200
+++ new/jaraco.functools-3.5.2/docs/conf.py 2022-09-27 02:20:46.000000000
+0200
@@ -1,10 +1,15 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-extensions = ['sphinx.ext.autodoc', 'jaraco.packaging.sphinx', 'rst.linker']
+extensions = [
+ 'sphinx.ext.autodoc',
+ 'jaraco.packaging.sphinx',
+]
master_doc = "index"
+# Link dates and other references in the changelog
+extensions += ['rst.linker']
link_files = {
'../CHANGES.rst': dict(
using=dict(GH='https://github.com'),
@@ -25,7 +30,7 @@
)
}
-# Be strict about any broken references:
+# Be strict about any broken references
nitpicky = True
# Include Python intersphinx mapping to prevent failures
@@ -35,4 +40,7 @@
'python': ('https://docs.python.org/3', None),
}
+# Preserve authored syntax for defaults
+autodoc_preserve_defaults = True
+
extensions += ['jaraco.tidelift']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jaraco.functools-3.5.1/jaraco.functools.egg-info/PKG-INFO
new/jaraco.functools-3.5.2/jaraco.functools.egg-info/PKG-INFO
--- old/jaraco.functools-3.5.1/jaraco.functools.egg-info/PKG-INFO
2022-07-14 07:18:07.000000000 +0200
+++ new/jaraco.functools-3.5.2/jaraco.functools.egg-info/PKG-INFO
2022-09-27 02:21:21.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: jaraco.functools
-Version: 3.5.1
+Version: 3.5.2
Summary: Functools like those found in stdlib
Home-page: https://github.com/jaraco/jaraco.functools
Author: Jason R. Coombs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jaraco.functools-3.5.1/jaraco.functools.egg-info/requires.txt
new/jaraco.functools-3.5.2/jaraco.functools.egg-info/requires.txt
--- old/jaraco.functools-3.5.1/jaraco.functools.egg-info/requires.txt
2022-07-14 07:18:07.000000000 +0200
+++ new/jaraco.functools-3.5.2/jaraco.functools.egg-info/requires.txt
2022-09-27 02:21:21.000000000 +0200
@@ -1,7 +1,7 @@
more_itertools
[docs]
-sphinx
+sphinx>=3.5
jaraco.packaging>=9
rst.linker>=1.9
jaraco.tidelift>=1.4
@@ -10,6 +10,7 @@
pytest>=6
pytest-checkdocs>=2.4
pytest-flake8
+flake8<5
pytest-cov
pytest-enabler>=1.3
jaraco.classes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jaraco.functools-3.5.1/setup.cfg
new/jaraco.functools-3.5.2/setup.cfg
--- old/jaraco.functools-3.5.1/setup.cfg 2022-07-14 07:18:07.631296000
+0200
+++ new/jaraco.functools-3.5.2/setup.cfg 2022-09-27 02:21:21.222534700
+0200
@@ -31,6 +31,7 @@
pytest >= 6
pytest-checkdocs >= 2.4
pytest-flake8
+ flake8 < 5
pytest-black >= 0.3.7; \
python_implementation != "PyPy"
pytest-cov
@@ -40,7 +41,7 @@
jaraco.classes
docs =
- sphinx
+ sphinx >= 3.5
jaraco.packaging >= 9
rst.linker >= 1.9
jaraco.tidelift >= 1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jaraco.functools-3.5.1/test_functools.py
new/jaraco.functools-3.5.2/test_functools.py
--- old/jaraco.functools-3.5.1/test_functools.py 2022-07-14
07:17:47.000000000 +0200
+++ new/jaraco.functools-3.5.2/test_functools.py 2022-09-27
02:20:46.000000000 +0200
@@ -16,8 +16,8 @@
class TestThrottler:
@pytest.mark.xfail(
os.environ.get('GITHUB_ACTIONS') # type: ignore
- and platform.system() == 'Darwin',
- reason="Performance is heavily throttled on Github Actions Mac runs",
+ and platform.system() in ('Darwin', 'Windows'),
+ reason="Performance is heavily throttled on Github Actions Mac/Windows
runs",
)
def test_function_throttled(self):
"""