update to 6.0.1 [release 6.0.1-1mamba;Thu Nov 28 2024]
This commit is contained in:
parent
821a79f04a
commit
5cc4dce912
@ -1,6 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - .)
|
||||
Name: python-jaraco-context
|
||||
Version: 5.3.0
|
||||
Version: 6.0.1
|
||||
Release: 1mamba
|
||||
Summary: Context managers by jaraco
|
||||
Group: System/Libraries
|
||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/jaraco/jaraco.context
|
||||
Source: https://pypi.debian.net/jaraco.context/jaraco.context-%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/jaraco.context/jaraco_context-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
@ -23,7 +23,7 @@ BuildRequires: python3.11dist(backports.tarfile)
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n jaraco.context-%{version}
|
||||
%setup -q -n jaraco_context-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
@ -43,11 +43,14 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||
%{python_sitelib}/jaraco/context.py
|
||||
%{python3_sitelib}/jaraco/__pycache__/context.cpython*.pyc
|
||||
%dir %{python_sitelib}/jaraco/context/
|
||||
%{python3_sitelib}/jaraco/context/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.1-1mamba
|
||||
- update to 6.0.1
|
||||
|
||||
* Mon Apr 08 2024 Automatic Build System <autodist@openmamba.org> 5.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user