rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 1.13.0-3mamba;Tue Sep 26 2023]
This commit is contained in:
parent
4885e0333d
commit
8a46b4a1b6
@ -1,6 +1,6 @@
|
||||
Name: python-josepy
|
||||
Version: 1.13.0
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: JOSE protocol implementation in Python using cryptography
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,11 +10,12 @@ URL: https://pypi.org/project/josepy/
|
||||
Source: https://pypi.debian.net/josepy/josepy-%{version}.tar.gz
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(cryptography)
|
||||
BuildRequires: python3.7dist(pyopenssl)
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(cryptography)
|
||||
BuildRequires: python3.11dist(pyopenssl)
|
||||
BuildRequires: python3.11dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -51,6 +52,9 @@ sed -i "/\/usr\/bin\/jws/d" %{name}.filelist
|
||||
%{python_sitearch}/josepy-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.13.0-3mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Tue Jul 18 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.0-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user