forked from pool/python-bracex
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c8d1296e00ad9a91030ccb4c291f9e4dc7c054f12c707ba3c5ff3e9a81bcd21
|
||||
size 28645
|
||||
3
bracex-2.4.tar.gz
Normal file
3
bracex-2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a27eaf1df42cf561fed58b7a8f3fdf129d1ea16a81e1fadd1d17989bc6384beb
|
||||
size 26588
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 09:16:43 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- 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 <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user