Compare commits
2 Commits
1.15.0-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
069048e86b | |||
7afd6e407c |
@ -1,6 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-josepy
|
||||
Version: 1.15.0
|
||||
Version: 2.1.0
|
||||
Release: 1mamba
|
||||
Summary: JOSE protocol implementation in Python using cryptography
|
||||
Group: System/Libraries
|
||||
@ -14,7 +14,6 @@ BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(cryptography)
|
||||
BuildRequires: python3.11dist(pyopenssl)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
@ -54,6 +53,12 @@ rm -f %{buildroot}%{python_sitelib}/{CHANGELOG.rst,CONTRIBUTING.md}
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jul 09 2025 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 11 2025 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 23 2025 Automatic Build System <autodist@openmamba.org> 1.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user