14 Commits

Author SHA1 Message Date
79f7a4c6e9 automatic version update by autodist [release 1.12.0-1mamba;Thu Jan 13 2022] 2024-01-06 11:20:08 +01:00
f60526f7b9 automatic version update by autodist [release 1.11.0-1mamba;Thu Nov 18 2021] 2024-01-06 11:20:08 +01:00
8a73519b12 automatic version update by autodist [release 1.10.0-1mamba;Tue Sep 28 2021] 2024-01-06 11:20:08 +01:00
75699cdcb1 automatic version update by autodist [release 1.9.0-1mamba;Fri Sep 10 2021] 2024-01-06 11:20:08 +01:00
14a7dfe30d rebuilt with distdeps [release 1.8.0-2mamba;Fri Apr 09 2021] 2024-01-06 11:20:07 +01:00
ecc041945c automatic version update by autodist [release 1.8.0-1mamba;Wed Mar 17 2021] 2024-01-06 11:20:07 +01:00
d2a223e258 automatic version update by autodist [release 1.7.0-1mamba;Sun Feb 21 2021] 2024-01-06 11:20:07 +01:00
e11ef05f04 automatic version update by autodist [release 1.6.0-1mamba;Sat Jan 30 2021] 2024-01-06 11:20:07 +01:00
3e0a0c5b49 automatic version update by autodist [release 1.5.0-1mamba;Wed Nov 04 2020] 2024-01-06 11:20:07 +01:00
483fcfa506 automatic version update by autodist [release 1.4.0-1mamba;Tue Aug 18 2020] 2024-01-06 11:20:07 +01:00
ec86464b99 require pyOpenSSL[-py3*] [release 1.3.0-3mamba;Sat Apr 11 2020] 2024-01-06 11:20:07 +01:00
dd5d8eec28 automatic version update by autodist [release 1.3.0-1mamba;Sun Feb 02 2020] 2024-01-06 11:20:07 +01:00
e230c2b7e6 automatic version update by autodist [release 1.2.0-1mamba;Fri Jul 12 2019] 2024-01-06 11:20:07 +01:00
b1ff7fb25c automatic version update by autodist [release 1.1.0-1mamba;Sat May 19 2018] 2024-01-06 11:20:07 +01:00

View File

@ -1,20 +1,20 @@
Name: python-josepy
Version: 1.0.1
Version: 1.12.0
Release: 1mamba
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: libpython-devel
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(cryptography)
BuildRequires: python3.7dist(pyopenssl)
BuildRequires: python3.7dist(setuptools)
## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
@ -38,11 +38,63 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%if "%{?pyappend}" != "py3"
rm -f %{buildroot}%{_bindir}/jws
sed -i "/\/usr\/bin\/jws/d" %{name}.filelist
%endif
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/josepy-%{version}-py*.egg-info
%{python_sitearch}/josepy-%{version}-py*.egg-info/*
%changelog
* 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
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
- automatic version update by autodist
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic version update by autodist
* Sat Jan 30 2021 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic version update by autodist
* Wed Nov 04 2020 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
- automatic version update by autodist
* Tue Aug 18 2020 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic version update by autodist
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-3mamba
- require pyOpenSSL[-py3*]
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
- rebuilt with py3* packages
* Sun Feb 02 2020 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic version update by autodist
* Fri Jul 12 2019 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic version update by autodist
* Sat May 19 2018 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
- automatic version update by autodist
* Mon Apr 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
- package created using the webbuild interface