From c3ad2eebbe144803eaddfe1974da2ca3b4508b593ac98aa3542a2e1f43af4db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 15 Dec 2023 12:09:55 +0000 Subject: [PATCH] Accepting request 1133140 from home:pgajdos:python pmmu version update OBS-URL: https://build.opensuse.org/request/show/1133140 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bracex?expand=0&rev=8 --- bracex-2.2.1.tar.gz | 3 --- bracex-2.4.tar.gz | 3 +++ python-bracex.changes | 14 ++++++++++++++ python-bracex.spec | 10 ++++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 bracex-2.2.1.tar.gz create mode 100644 bracex-2.4.tar.gz diff --git a/bracex-2.2.1.tar.gz b/bracex-2.2.1.tar.gz deleted file mode 100644 index 97721be..0000000 --- a/bracex-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c8d1296e00ad9a91030ccb4c291f9e4dc7c054f12c707ba3c5ff3e9a81bcd21 -size 28645 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/python-bracex.changes b/python-bracex.changes index 22cd241..e8667f7 100644 --- a/python-bracex.changes +++ b/python-bracex.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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 diff --git a/python-bracex.spec b/python-bracex.spec index 9986a6f..f98d044 100644 --- a/python-bracex.spec +++ b/python-bracex.spec @@ -18,12 +18,14 @@ %{?sle15_python_module_pythons} Name: python-bracex -Version: 2.2.1 +Version: 2.4 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 @@ -35,13 +37,13 @@ BuildArch: noarch Bash style brace expander. %prep -%setup -q -n bracex-%{version} +%autosetup -p1 -n bracex-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check