Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cli-helpers for openSUSE:Factory checked in at 2026-03-05 17:14:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cli-helpers (Old) and /work/SRC/openSUSE:Factory/.python-cli-helpers.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cli-helpers" Thu Mar 5 17:14:59 2026 rev:14 rq:1336592 version:2.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cli-helpers/python-cli-helpers.changes 2026-02-17 16:48:58.203501700 +0100 +++ /work/SRC/openSUSE:Factory/.python-cli-helpers.new.561/python-cli-helpers.changes 2026-03-05 17:18:17.582462703 +0100 @@ -1,0 +2,7 @@ +Wed Mar 4 21:30:48 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.10.1: + * Update license dates. + * Provisional Python 3.6 compatibility (Union syntax). + +------------------------------------------------------------------- Old: ---- cli_helpers-2.10.0.tar.gz New: ---- cli_helpers-2.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cli-helpers.spec ++++++ --- /var/tmp/diff_new_pack.I2jn0Y/_old 2026-03-05 17:18:18.102484224 +0100 +++ /var/tmp/diff_new_pack.I2jn0Y/_new 2026-03-05 17:18:18.106484390 +0100 @@ -17,7 +17,7 @@ Name: python-cli-helpers -Version: 2.10.0 +Version: 2.10.1 Release: 0 Summary: Helpers for building command-line apps License: BSD-3-Clause ++++++ cli_helpers-2.10.0.tar.gz -> cli_helpers-2.10.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/CHANGELOG new/cli_helpers-2.10.1/CHANGELOG --- old/cli_helpers-2.10.0/CHANGELOG 2026-02-09 11:37:32.000000000 +0100 +++ new/cli_helpers-2.10.1/CHANGELOG 2026-02-18 11:19:54.000000000 +0100 @@ -1,5 +1,13 @@ # Changelog +## Version 2.10.1 + +(released on 2025-02-18) + +- Update license dates. +- Change `master` branch references to `main`. +- Provisional Python 3.6 compatibility (Union syntax). + ## Version 2.10.0 (released on 2026-02-09) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/CONTRIBUTING.rst new/cli_helpers-2.10.1/CONTRIBUTING.rst --- old/cli_helpers-2.10.0/CONTRIBUTING.rst 2022-09-14 02:59:33.000000000 +0200 +++ new/cli_helpers-2.10.1/CONTRIBUTING.rst 2026-02-14 15:23:18.000000000 +0100 @@ -39,14 +39,14 @@ $ pip install -r requirements-dev.txt $ pip install --editable . -6. Create a branch for your bugfix or feature based off the ``master`` branch:: +6. Create a branch for your bugfix or feature based off the ``main`` branch:: - $ git checkout -b <name-of-bugfix-or-feature> master + $ git checkout -b <name-of-bugfix-or-feature> main 7. While you work on your bugfix or feature, be sure to pull the latest changes from ``upstream``. This ensures that your local codebase is up-to-date:: - $ git pull upstream master + $ git pull upstream main 8. When your work is ready for the CLI Helpers team to review it, make sure to add an entry to CHANGELOG file, and add your name to the AUTHORS file. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/LICENSE new/cli_helpers-2.10.1/LICENSE --- old/cli_helpers-2.10.0/LICENSE 2022-09-14 02:59:33.000000000 +0200 +++ new/cli_helpers-2.10.1/LICENSE 2026-02-14 15:15:14.000000000 +0100 @@ -1,4 +1,4 @@ -Copyright (c) 2017, dbcli +Copyright (c) 2017-2026, dbcli maintainers All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/PKG-INFO new/cli_helpers-2.10.1/PKG-INFO --- old/cli_helpers-2.10.0/PKG-INFO 2026-02-09 11:40:24.000000000 +0100 +++ new/cli_helpers-2.10.1/PKG-INFO 2026-02-18 11:23:02.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: cli_helpers -Version: 2.10.0 +Version: 2.10.1 Summary: Helpers for building command-line apps Home-page: https://github.com/dbcli/cli_helpers Author: dbcli @@ -39,13 +39,10 @@ CLI Helpers =========== -.. image:: https://travis-ci.org/dbcli/cli_helpers.svg?branch=master - :target: https://travis-ci.org/dbcli/cli_helpers - -.. image:: https://ci.appveyor.com/api/projects/status/37a1ri2nbcp237tr/branch/master?svg=true +.. image:: https://ci.appveyor.com/api/projects/status/37a1ri2nbcp237tr/branch/main?svg=true :target: https://ci.appveyor.com/project/dbcli/cli-helpers -.. image:: https://codecov.io/gh/dbcli/cli_helpers/branch/master/graph/badge.svg +.. image:: https://codecov.io/gh/dbcli/cli_helpers/branch/main/graph/badge.svg :target: https://codecov.io/gh/dbcli/cli_helpers .. image:: https://img.shields.io/pypi/v/cli_helpers.svg?style=flat diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/README.rst new/cli_helpers-2.10.1/README.rst --- old/cli_helpers-2.10.0/README.rst 2022-09-14 02:59:33.000000000 +0200 +++ new/cli_helpers-2.10.1/README.rst 2026-02-14 15:23:18.000000000 +0100 @@ -2,13 +2,10 @@ CLI Helpers =========== -.. image:: https://travis-ci.org/dbcli/cli_helpers.svg?branch=master - :target: https://travis-ci.org/dbcli/cli_helpers - -.. image:: https://ci.appveyor.com/api/projects/status/37a1ri2nbcp237tr/branch/master?svg=true +.. image:: https://ci.appveyor.com/api/projects/status/37a1ri2nbcp237tr/branch/main?svg=true :target: https://ci.appveyor.com/project/dbcli/cli-helpers -.. image:: https://codecov.io/gh/dbcli/cli_helpers/branch/master/graph/badge.svg +.. image:: https://codecov.io/gh/dbcli/cli_helpers/branch/main/graph/badge.svg :target: https://codecov.io/gh/dbcli/cli_helpers .. image:: https://img.shields.io/pypi/v/cli_helpers.svg?style=flat diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/cli_helpers/__init__.py new/cli_helpers-2.10.1/cli_helpers/__init__.py --- old/cli_helpers-2.10.0/cli_helpers/__init__.py 2026-02-09 11:38:31.000000000 +0100 +++ new/cli_helpers-2.10.1/cli_helpers/__init__.py 2026-02-18 11:21:15.000000000 +0100 @@ -1 +1 @@ -__version__ = "2.10.0" +__version__ = "2.10.1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/cli_helpers/utils.py new/cli_helpers-2.10.1/cli_helpers/utils.py --- old/cli_helpers-2.10.0/cli_helpers/utils.py 2026-02-09 11:37:32.000000000 +0100 +++ new/cli_helpers-2.10.1/cli_helpers/utils.py 2026-02-18 11:19:54.000000000 +0100 @@ -5,7 +5,7 @@ import os import re from functools import lru_cache -from typing import Dict +from typing import Dict, Union from typing import TYPE_CHECKING @@ -119,7 +119,7 @@ @lru_cache() -def _get_formatter(style) -> Terminal256Formatter | TerminalTrueColorFormatter: +def _get_formatter(style) -> Union[Terminal256Formatter, TerminalTrueColorFormatter]: if "truecolor" in os.getenv("COLORTERM", "").lower(): return TerminalTrueColorFormatter(style=style) else: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/cli_helpers.egg-info/PKG-INFO new/cli_helpers-2.10.1/cli_helpers.egg-info/PKG-INFO --- old/cli_helpers-2.10.0/cli_helpers.egg-info/PKG-INFO 2026-02-09 11:40:24.000000000 +0100 +++ new/cli_helpers-2.10.1/cli_helpers.egg-info/PKG-INFO 2026-02-18 11:23:02.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: cli_helpers -Version: 2.10.0 +Version: 2.10.1 Summary: Helpers for building command-line apps Home-page: https://github.com/dbcli/cli_helpers Author: dbcli @@ -39,13 +39,10 @@ CLI Helpers =========== -.. image:: https://travis-ci.org/dbcli/cli_helpers.svg?branch=master - :target: https://travis-ci.org/dbcli/cli_helpers - -.. image:: https://ci.appveyor.com/api/projects/status/37a1ri2nbcp237tr/branch/master?svg=true +.. image:: https://ci.appveyor.com/api/projects/status/37a1ri2nbcp237tr/branch/main?svg=true :target: https://ci.appveyor.com/project/dbcli/cli-helpers -.. image:: https://codecov.io/gh/dbcli/cli_helpers/branch/master/graph/badge.svg +.. image:: https://codecov.io/gh/dbcli/cli_helpers/branch/main/graph/badge.svg :target: https://codecov.io/gh/dbcli/cli_helpers .. image:: https://img.shields.io/pypi/v/cli_helpers.svg?style=flat diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cli_helpers-2.10.0/release.py new/cli_helpers-2.10.1/release.py --- old/cli_helpers-2.10.0/release.py 2025-07-10 21:33:34.000000000 +0200 +++ new/cli_helpers-2.10.1/release.py 2026-02-14 15:23:18.000000000 +0100 @@ -74,7 +74,7 @@ def push_to_github(): - run_step("git", "push", "origin", "master") + run_step("git", "push", "origin", "main") def push_tags_to_github():
