From 3b6b532986f65111c53c12443839b4829d2d853cf40b415d5a5b65f93f81e81a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 8 Aug 2025 10:49:38 +0000 Subject: [PATCH] - Update to 2.6 * NEW: Drop support for Python 3.8. * NEW: Add support for Python 3.14. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bracex?expand=0&rev=14 --- .gitattributes | 23 +++++++++++++++++ .gitignore | 1 + bracex-2.4.tar.gz | 3 +++ bracex-2.5.post1.tar.gz | 3 +++ bracex-2.5.tar.gz | 3 +++ bracex-2.6.tar.gz | 3 +++ python-bracex.changes | 52 +++++++++++++++++++++++++++++++++++++ python-bracex.spec | 57 +++++++++++++++++++++++++++++++++++++++++ 8 files changed, 145 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 bracex-2.4.tar.gz create mode 100644 bracex-2.5.post1.tar.gz create mode 100644 bracex-2.5.tar.gz create mode 100644 bracex-2.6.tar.gz create mode 100644 python-bracex.changes create mode 100644 python-bracex.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/bracex-2.4.tar.gz b/bracex-2.4.tar.gz new file mode 100644 index 0000000..595f1b8 --- /dev/null +++ b/bracex-2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27eaf1df42cf561fed58b7a8f3fdf129d1ea16a81e1fadd1d17989bc6384beb +size 26588 diff --git a/bracex-2.5.post1.tar.gz b/bracex-2.5.post1.tar.gz new file mode 100644 index 0000000..4a85287 --- /dev/null +++ b/bracex-2.5.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c50952415bfa773d2d9ccb8e79651b8cdb1f31a42f6091b804f6ba2b4a66b6 +size 26641 diff --git a/bracex-2.5.tar.gz b/bracex-2.5.tar.gz new file mode 100644 index 0000000..d2cbab9 --- /dev/null +++ b/bracex-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0725da5045e8d37ea9592ab3614d8b561e22c3c5fde3964699be672e072ab611 +size 26622 diff --git a/bracex-2.6.tar.gz b/bracex-2.6.tar.gz new file mode 100644 index 0000000..589948d --- /dev/null +++ b/bracex-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f1347cd77e22ee8d967a30ad4e310b233f7754dbf31ff3fceb76145ba47dc7 +size 26642 diff --git a/python-bracex.changes b/python-bracex.changes new file mode 100644 index 0000000..218784c --- /dev/null +++ b/python-bracex.changes @@ -0,0 +1,52 @@ +------------------------------------------------------------------- +Thu Aug 7 11:45:57 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.6 + * NEW: Drop support for Python 3.8. + * NEW: Add support for Python 3.14. + +------------------------------------------------------------------- +Tue Oct 22 15:54:37 UTC 2024 - Dirk Müller + +- update to 2.5.post1: + * **FIX**: Fix PyPI landing page. + +------------------------------------------------------------------- +Fri Aug 9 06:54:40 UTC 2024 - Dirk Müller + +- update to 2.5: + * **NEW** Add Python 3.13 support. + +------------------------------------------------------------------- +Thu Dec 14 09:16:43 UTC 2023 - Petr Gajdos + +- update to 2.4: + * **NEW**: Formally declare support for Python 3.11 and 3.12. + * **NEW**: Drop Python 3.7 support. + * ## 2.3.post1 + * **CHORE**: Fix issue where tar ball did not include all + required files for running tests. + * ## 2.3 + * **NEW**: Drop Python 3.6 support. + * **NEW**: Switch to Hatch build backend instead of + Setuptools. + +------------------------------------------------------------------- +Fri May 5 11:56:21 UTC 2023 - Johannes Kastl + +- add sle15_python_module_pythons + +------------------------------------------------------------------- +Mon Oct 10 14:38:28 UTC 2022 - pgajdos@suse.com + +- python-six is not required + +------------------------------------------------------------------- +Tue Jan 25 09:00:00 UTC 2022 - Mathias Homann + +- Updated to 2.2.1 with py2pack + +------------------------------------------------------------------- +Thu Jun 3 06:59:24 UTC 2021 - Mathias Homann + +- initial package done with py2pack diff --git a/python-bracex.spec b/python-bracex.spec new file mode 100644 index 0000000..bfa7098 --- /dev/null +++ b/python-bracex.spec @@ -0,0 +1,57 @@ +# +# spec file for package python-bracex +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-bracex +Version: 2.6 +Release: 0 +Summary: Bash style brace expander +License: MIT +URL: https://github.com/facelessuser/bracex +Source: https://files.pythonhosted.org/packages/source/b/bracex/bracex-%{version}.tar.gz +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildArch: noarch +%python_subpackages + +%description +Bash style brace expander. + +%prep +%autosetup -p1 -n bracex-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%doc README.md +%license LICENSE.md +%{python_sitelib}/bracex* + +%changelog