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