Compare commits
7 Commits
1.8.0-2mam
...
1.13.0-3ma
Author | SHA1 | Date | |
---|---|---|---|
8a46b4a1b6 | |||
4885e0333d | |||
65fe6f7928 | |||
79f7a4c6e9 | |||
f60526f7b9 | |||
8a73519b12 | |||
75699cdcb1 |
@ -1,20 +1,21 @@
|
||||
Name: python-josepy
|
||||
Version: 1.8.0
|
||||
Release: 2mamba
|
||||
Version: 1.13.0
|
||||
Release: 3mamba
|
||||
Summary: JOSE protocol implementation in Python using cryptography
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pypi.python.org/pypi/josepy
|
||||
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,27 @@ 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
|
||||
|
||||
* Fri Mar 11 2022 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 13 2022 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 18 2021 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 28 2021 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 10 2021 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
|
Reference in New Issue
Block a user