Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bracex for openSUSE:Factory checked in at 2025-08-08 15:13:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bracex (Old) and /work/SRC/openSUSE:Factory/.python-bracex.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bracex" Fri Aug 8 15:13:48 2025 rev:7 rq:1298365 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bracex/python-bracex.changes 2024-10-23 21:11:13.805073768 +0200 +++ /work/SRC/openSUSE:Factory/.python-bracex.new.1085/python-bracex.changes 2025-08-08 15:16:12.383052763 +0200 @@ -1,0 +2,7 @@ +Thu Aug 7 11:45:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 2.6 + * NEW: Drop support for Python 3.8. + * NEW: Add support for Python 3.14. + +------------------------------------------------------------------- Old: ---- bracex-2.5.post1.tar.gz New: ---- bracex-2.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bracex.spec ++++++ --- /var/tmp/diff_new_pack.4gXLeo/_old 2025-08-08 15:16:13.247088947 +0200 +++ /var/tmp/diff_new_pack.4gXLeo/_new 2025-08-08 15:16:13.251089115 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bracex -Version: 2.5.post1 +Version: 2.6 Release: 0 Summary: Bash style brace expander License: MIT ++++++ bracex-2.5.post1.tar.gz -> bracex-2.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/LICENSE.md new/bracex-2.6/LICENSE.md --- old/bracex-2.5.post1/LICENSE.md 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/LICENSE.md 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 - 2024 Isaac Muse +Copyright (c) 2018 - 2025 Isaac Muse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/PKG-INFO new/bracex-2.6/PKG-INFO --- old/bracex-2.5.post1/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ -Metadata-Version: 2.3 +Metadata-Version: 2.4 Name: bracex -Version: 2.5.post1 +Version: 2.6 Summary: Bash style brace expander. Project-URL: Homepage, https://github.com/facelessuser/bracex Author-email: Isaac Muse <isaac.m...@gmail.com> @@ -13,15 +13,15 @@ Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Typing :: Typed -Requires-Python: >=3.8 +Requires-Python: >=3.9 Description-Content-Type: text/markdown [![Donate via PayPal][donate-image]][donate-link] @@ -29,7 +29,7 @@ [![Coverage Status][codecov-image]][codecov-link] [![PyPI Version][pypi-image]][pypi-link] [![PyPI - Python Version][python-image]][pypi-link] -![License][license-image-mit] +[![License][license-image-mit]][license-link] # Bracex Bracex is a brace expanding library (à la Bash) for Python. Brace expanding is used to generate arbitrary strings. @@ -84,7 +84,7 @@ MIT License -[github-ci-image]: https://github.com/facelessuser/bracex/actions/workflows/build.yml/badge.svg?branch=master&event=push +[github-ci-image]: https://github.com/facelessuser/bracex/actions/workflows/build.yml/badge.svg [github-ci-link]: https://github.com/facelessuser/bracex/actions?query=workflow%3Abuild+branch%3Amaster [codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/bracex/master.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333 [codecov-link]: https://codecov.io/github/facelessuser/bracex @@ -92,5 +92,6 @@ [pypi-link]: https://pypi.python.org/pypi/bracex [python-image]: https://img.shields.io/pypi/pyversions/bracex?logo=python&logoColor=aaaaaa&labelColor=333333 [license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333 +[license-link]: https://github.com/facelessuser/bracex/blob/main/LICENSE.md [donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal [donate-link]: https://www.paypal.me/facelessuser diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/README.md new/bracex-2.6/README.md --- old/bracex-2.5.post1/README.md 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/README.md 2020-02-02 01:00:00.000000000 +0100 @@ -3,7 +3,7 @@ [![Coverage Status][codecov-image]][codecov-link] [![PyPI Version][pypi-image]][pypi-link] [![PyPI - Python Version][python-image]][pypi-link] -![License][license-image-mit] +[![License][license-image-mit]][license-link] # Bracex Bracex is a brace expanding library (à la Bash) for Python. Brace expanding is used to generate arbitrary strings. @@ -58,7 +58,7 @@ MIT License -[github-ci-image]: https://github.com/facelessuser/bracex/actions/workflows/build.yml/badge.svg?branch=master&event=push +[github-ci-image]: https://github.com/facelessuser/bracex/actions/workflows/build.yml/badge.svg [github-ci-link]: https://github.com/facelessuser/bracex/actions?query=workflow%3Abuild+branch%3Amaster [codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/bracex/master.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333 [codecov-link]: https://codecov.io/github/facelessuser/bracex @@ -66,5 +66,6 @@ [pypi-link]: https://pypi.python.org/pypi/bracex [python-image]: https://img.shields.io/pypi/pyversions/bracex?logo=python&logoColor=aaaaaa&labelColor=333333 [license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333 +[license-link]: https://github.com/facelessuser/bracex/blob/main/LICENSE.md [donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal [donate-link]: https://www.paypal.me/facelessuser diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/bracex/__meta__.py new/bracex-2.6/bracex/__meta__.py --- old/bracex-2.5.post1/bracex/__meta__.py 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/bracex/__meta__.py 2020-02-02 01:00:00.000000000 +0100 @@ -193,5 +193,5 @@ return Version(major, minor, micro, release, pre, post, dev) -__version_info__ = Version(2, 5, 0, "final", post=1) +__version_info__ = Version(2, 6, 0, "final") __version__ = __version_info__._get_canonical() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/docs/src/markdown/about/changelog.md new/bracex-2.6/docs/src/markdown/about/changelog.md --- old/bracex-2.5.post1/docs/src/markdown/about/changelog.md 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/docs/src/markdown/about/changelog.md 2020-02-02 01:00:00.000000000 +0100 @@ -1,5 +1,10 @@ # Changes +## 2.6 + +- **NEW**: Drop support for Python 3.8. +- **NEW**: Add support for Python 3.14. + ## 2.5.post1 - **FIX**: Fix PyPI landing page. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/docs/src/markdown/about/contributing.md new/bracex-2.6/docs/src/markdown/about/contributing.md --- old/bracex-2.5.post1/docs/src/markdown/about/contributing.md 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/docs/src/markdown/about/contributing.md 2020-02-02 01:00:00.000000000 +0100 @@ -41,7 +41,7 @@ ## Pull Requests -Pull requests are welcome, and a great way to help fix bugs and add new features. If you you are interested in directly +Pull requests are welcome, and a great way to help fix bugs and add new features. If you are interested in directly contributing to the code, please check out [Development](./development.md) for more information on the environment and processes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/docs/src/markdown/about/development.md new/bracex-2.6/docs/src/markdown/about/development.md --- old/bracex-2.5.post1/docs/src/markdown/about/development.md 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/docs/src/markdown/about/development.md 2020-02-02 01:00:00.000000000 +0100 @@ -33,7 +33,7 @@ ## Building and Editing Documents -Documents are in Markdown (with with some additional syntax provided by extensions) and are converted to HTML via Python +Documents are in Markdown (with some additional syntax provided by extensions) and are converted to HTML via Python Markdown. If you would like to build and preview the documentation, you must have these packages installed: - @Python-Markdown/markdown: the Markdown parser. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/hatch_build.py new/bracex-2.6/hatch_build.py --- old/bracex-2.5.post1/hatch_build.py 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/hatch_build.py 2020-02-02 01:00:00.000000000 +0100 @@ -28,12 +28,12 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', 'Topic :: Software Development :: Libraries :: Python Modules', 'Typing :: Typed' ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/mkdocs.yml new/bracex-2.6/mkdocs.yml --- old/bracex-2.5.post1/mkdocs.yml 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/mkdocs.yml 2020-02-02 01:00:00.000000000 +0100 @@ -4,7 +4,7 @@ edit_uri: tree/master/docs/src/markdown site_description: Python spell checker. copyright: | - Copyright © 2018 - 2024 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a> + Copyright © 2018 - 2025 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a> docs_dir: docs/src/markdown theme: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bracex-2.5.post1/pyproject.toml new/bracex-2.6/pyproject.toml --- old/bracex-2.5.post1/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 +++ new/bracex-2.6/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 @@ -9,7 +9,7 @@ description = "Bash style brace expander." readme = "README.md" license = "MIT" -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [ { name = "Isaac Muse", email = "isaac.m...@gmail.com" }, ] @@ -107,7 +107,7 @@ isolated_build = true skipsdist=true envlist= - py38,py39,py310,py311,py312,py313, + py38,py39,py310,py311,py312,py313,py314, lint [testenv]