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