commit python-singledispatch for openSUSE:Factory

2022-09-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-singledispatch for 
openSUSE:Factory checked in at 2022-09-15 23:00:14

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


Package is "python-singledispatch"

Thu Sep 15 23:00:14 2022 rev:3 rq:1003957 version:3.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-singledispatch/python-singledispatch.changes  
2022-01-13 00:22:12.083922938 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-singledispatch.new.2083/python-singledispatch.changes
2022-09-15 23:01:30.049606782 +0200
@@ -1,0 +2,7 @@
+Thu Sep 15 18:27:47 UTC 2022 - Dirk M??ller 
+
+- update to 3.7.0:
+  * Add ``singledispatchmethod`` from Python 3.8.
+  * bpo-23572: Fix behavior when metaclass implements bool.
+
+---

Old:

  singledispatch-3.6.1.tar.gz

New:

  singledispatch-3.7.0.tar.gz



Other differences:
--
++ python-singledispatch.spec ++
--- /var/tmp/diff_new_pack.XwkR7o/_old  2022-09-15 23:01:30.477607992 +0200
+++ /var/tmp/diff_new_pack.XwkR7o/_new  2022-09-15 23:01:30.481608002 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-singledispatch
-Version:3.6.1
+Version:3.7.0
 Release:0
 Summary:Provides functools.singledispatch for Python 2.x
 License:MIT AND Python-2.0

++ singledispatch-3.6.1.tar.gz -> singledispatch-3.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/singledispatch-3.6.1/.coveragerc 
new/singledispatch-3.7.0/.coveragerc
--- old/singledispatch-3.6.1/.coveragerc2021-02-25 20:32:26.0 
+0100
+++ new/singledispatch-3.7.0/.coveragerc2021-08-14 04:37:54.0 
+0200
@@ -1,5 +1,7 @@
 [run]
-omit = .tox/*
+omit =
+   # leading `*/` for pytest-dev/pytest-cov#456
+   */.tox/*
 
 [report]
 show_missing = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/singledispatch-3.6.1/.github/dependabot.yml 
new/singledispatch-3.7.0/.github/dependabot.yml
--- old/singledispatch-3.6.1/.github/dependabot.yml 1970-01-01 
01:00:00.0 +0100
+++ new/singledispatch-3.7.0/.github/dependabot.yml 2021-08-14 
04:37:54.0 +0200
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  - package-ecosystem: "pip"
+directory: "/"
+schedule:
+  interval: "daily"
+allow:
+  - dependency-type: "all"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/singledispatch-3.6.1/.github/workflows/automerge.yml 
new/singledispatch-3.7.0/.github/workflows/automerge.yml
--- old/singledispatch-3.6.1/.github/workflows/automerge.yml2021-02-25 
20:32:26.0 +0100
+++ new/singledispatch-3.7.0/.github/workflows/automerge.yml1970-01-01 
01:00:00.0 +0100
@@ -1,27 +0,0 @@
-name: automerge
-on:
-  pull_request:
-types:
-  - labeled
-  - unlabeled
-  - synchronize
-  - opened
-  - edited
-  - ready_for_review
-  - reopened
-  - unlocked
-  pull_request_review:
-types:
-  - submitted
-  check_suite:
-types:
-  - completed
-  status: {}
-jobs:
-  automerge:
-runs-on: ubuntu-latest
-steps:
-  - name: automerge
-uses: "pascalgn/automerge-action@v0.12.0"
-env:
-  GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/singledispatch-3.6.1/.github/workflows/main.yml 
new/singledispatch-3.7.0/.github/workflows/main.yml
--- old/singledispatch-3.6.1/.github/workflows/main.yml 2021-02-25 
20:32:26.0 +0100
+++ new/singledispatch-3.7.0/.github/workflows/main.yml 2021-08-14 
04:37:54.0 +0200
@@ -6,7 +6,12 @@
   test:
 strategy:
   matrix:
-python: [2.7, 3.5, 3.6, 3.8, 3.9]
+python:
+- 2.7
+- 3.5
+- 3.6
+- 3.9
+- 3.10.0-alpha - 3.10.99
 platform: [ubuntu-latest, macos-latest, windows-latest]
 runs-on: ${{ matrix.platform }}
 steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/singledispatch-3.6.1/.pre-commit-config.yaml 
new/singledispatch-3.7.0/.pre-commit-config.yaml
--- old/singledispatch-3.6.1/.pre-commit-config.yaml2021-02-25 
20:32:26.0 +0100
+++ new/singledispatch-3.7.0/.pre-commit-config.yaml2021-08-14 
04:37:54.0 +0200
@@ -3,8 +3,3 @@
   rev: 20.8b1
   hooks:
   - id: black
-
-- repo: 

commit python-singledispatch for openSUSE:Factory

2022-01-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-singledispatch for 
openSUSE:Factory checked in at 2022-01-13 00:22:05

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


Package is "python-singledispatch"

Thu Jan 13 00:22:05 2022 rev:2 rq:945539 version:3.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-singledispatch/python-singledispatch.changes  
2021-05-02 18:39:12.692156382 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-singledispatch.new.1892/python-singledispatch.changes
2022-01-13 00:22:12.083922938 +0100
@@ -1,0 +2,5 @@
+Tue Jan 11 09:45:52 UTC 2022 - Dirk M??ller 
+
+- add python-rpm-macros dependency 
+
+---



Other differences:
--
++ python-singledispatch.spec ++
--- /var/tmp/diff_new_pack.0YR0Dq/_old  2022-01-13 00:22:12.487923229 +0100
+++ /var/tmp/diff_new_pack.0YR0Dq/_new  2022-01-13 00:22:12.491923231 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-singledispatch
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module toml}
+BuildRequires:  python-rpm-macros
 Requires:   python-six
 BuildArch:  noarch
 %python_subpackages