65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
Summary: Good password hashing for your software and your servers.
|
|
Name: python-bcrypt
|
|
Version: 3.1.6
|
|
Release: 6%{?dist}
|
|
License: ASL 2.0
|
|
Vendor: Microsoft Corporation
|
|
Distribution: Mariner
|
|
Group: Development/Languages/Python
|
|
URL: https://github.com/pyca/bcrypt/
|
|
Source0: https://pypi.io/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz
|
|
|
|
%description
|
|
Good password hashing for your software and your servers.
|
|
|
|
%package -n python3-bcrypt
|
|
Summary: Good password hashing for your software and your servers.
|
|
BuildRequires: python3-cffi
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-setuptools
|
|
BuildRequires: python3-six
|
|
BuildRequires: python3-xml
|
|
Requires: python3
|
|
|
|
%description -n python3-bcrypt
|
|
Good password hashing for your software and your servers.
|
|
|
|
%prep
|
|
%autosetup -n bcrypt-%{version}
|
|
|
|
%build
|
|
%py3_build
|
|
|
|
%install
|
|
%py3_install
|
|
|
|
%check
|
|
%{python3} setup.py test
|
|
|
|
%files -n python3-bcrypt
|
|
%defattr(-,root,root)
|
|
%license LICENSE
|
|
%{python3_sitelib}/*
|
|
|
|
%changelog
|
|
* Wed Oct 20 2021 Thomas Crain <thcrain@microsoft.com> - 3.1.6-6
|
|
- Add license to python3 package
|
|
- Remove python2 package
|
|
- Lint spec
|
|
|
|
* Tue Jan 05 2021 Thomas Crain <thcrain@microsoft.com> - 3.1.6-5
|
|
- Switch to package testing with python3
|
|
- Fix Source0 URL
|
|
|
|
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 3.1.6-4
|
|
- Added %%license line automatically
|
|
|
|
* Mon Apr 13 2020 Jon Slobodzian <joslobo@microsoft.com> - 3.1.6-3
|
|
- Verified License. Fixed Source0 link. Fixed URL. Removed sha1.
|
|
|
|
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> - 3.1.6-2
|
|
- Initial CBL-Mariner import from Photon (license: Apache2).
|
|
|
|
* Wed Mar 06 2019 Tapas Kundu <tkundu@vmware.com> - 3.1.6-1
|
|
- Initial packaging for Photon
|