Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-branca for openSUSE:Factory checked in at 2025-01-07 20:53:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-branca (Old) and /work/SRC/openSUSE:Factory/.python-branca.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-branca" Tue Jan 7 20:53:58 2025 rev:14 rq:1235526 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-branca/python-branca.changes 2024-09-05 15:48:13.110639623 +0200 +++ /work/SRC/openSUSE:Factory/.python-branca.new.1881/python-branca.changes 2025-01-07 20:54:35.615826444 +0100 @@ -1,0 +2,6 @@ +Mon Jan 6 18:30:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 0.8.1 + * Add py.typed file + +------------------------------------------------------------------- Old: ---- branca-0.8.0.tar.gz New: ---- branca-0.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-branca.spec ++++++ --- /var/tmp/diff_new_pack.gMH0C1/_old 2025-01-07 20:54:36.487862511 +0100 +++ /var/tmp/diff_new_pack.gMH0C1/_new 2025-01-07 20:54:36.491862677 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-branca # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # no ipython %global skip_python39 1 Name: python-branca -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: HTML+JS page generator License: MIT ++++++ branca-0.8.0.tar.gz -> branca-0.8.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/branca-0.8.0/.pre-commit-config.yaml new/branca-0.8.1/.pre-commit-config.yaml --- old/branca-0.8.0/.pre-commit-config.yaml 2024-06-10 21:30:46.000000000 +0200 +++ new/branca-0.8.1/.pre-commit-config.yaml 2024-11-18 13:47:29.000000000 +0100 @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-ast @@ -12,7 +12,7 @@ files: requirements-dev.txt - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 exclude: docs/source/conf.py @@ -26,7 +26,7 @@ args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black language_version: python3 @@ -44,7 +44,7 @@ - --ignore-words-list=thex - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.19.0 hooks: - id: pyupgrade args: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/branca-0.8.0/setup.py new/branca-0.8.1/setup.py --- old/branca-0.8.0/setup.py 2024-06-10 21:30:46.000000000 +0200 +++ new/branca-0.8.1/setup.py 2024-11-18 13:47:29.000000000 +0100 @@ -30,6 +30,7 @@ "templates/*.html", "templates/*.js", "templates/*.txt", + "py.typed", ], } pkgs = ["branca"]