# For consistency and completeness %global python2_pkgversion 2 # Need PyTest ≥ 3.2.1 (but not 3.3.0) for test suite # python2-pytest dropped from F-32 # python-pytest too old prior to F-26 # No Python 2 builds on EL-8 %global run_tests (0%{?fedora} > 25 && 0%{?fedora} < 32) %global sum Modern password hashing for your software and your servers Name: python2-bcrypt Version: 3.1.7 Release: 4%{?dist} Summary: %{sum} # crypt_blowfish code is in Public domain and all other code in ASL 2.0 License: ASL 2.0 and Public Domain and BSD URL: http://pypi.python.org/pypi/bcrypt Source0: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: python%{python2_pkgversion}-devel >= 2.7 BuildRequires: python%{python2_pkgversion}-setuptools %if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7) BuildRequires: python-cffi >= 1.1 Requires: python-cffi >= 1.1 %else BuildRequires: python%{python2_pkgversion}-cffi >= 1.1 Requires: python%{python2_pkgversion}-cffi >= 1.1 %endif %if %{run_tests} BuildRequires: python%{python2_pkgversion}-pytest >= 3.2.1 %endif BuildRequires: python%{python2_pkgversion}-six >= 1.4.1 Requires: python%{python2_pkgversion}-six >= 1.4.1 Provides: py-bcrypt = 0.4-11 Obsoletes: py-bcrypt < 0.4-11 %{?python_provide:%python_provide python2-bcrypt} %description %{sum}. %prep %setup -q -n bcrypt-%{version} %build %py2_build %install %py2_install # Better safe than sorry find %{buildroot}%{python2_sitearch} -name '*.so' -exec chmod -c 755 {} ';' %check %if %{run_tests} %{__python2} setup.py test %endif %files %license LICENSE %doc README.rst %{python2_sitearch}/bcrypt/ %{python2_sitearch}/bcrypt-%{version}* %changelog * Tue Jul 26 2022 Paul Howarth - 3.1.7-4 - Use %%license unconditionally * Mon Aug 17 2020 Paul Howarth - 3.1.7-3 - Create python2-bcrypt package from last python-bcrypt package version that supported Python 2 * Tue Nov 26 2019 Paul Howarth - 3.1.7-2 - Import from Fedora * Tue Aug 20 2019 Pierre-Yves Chibon - 3.1.7-1 - Update to 3.1.7 * Fri Aug 16 2019 Miro Hrončok - 3.1.6-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 3.1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Mar 18 2019 Marc Dequènes (Duck) - 3.1.6-2 - Adaptations to build Python 3 on EPEL * Fri Feb 08 2019 Alfredo Moralejo - 3.1.6-1 - Update to 3.1.6. * Sat Feb 02 2019 Fedora Release Engineering - 3.1.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 3.1.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 16 2018 Miro Hrončok - 3.1.4-5 - Rebuilt for Python 3.7 * Thu Apr 05 2018 Pierre-Yves Chibon - 3.1.4-4 - Fix Requires for epel7 * Fri Feb 09 2018 Fedora Release Engineering - 3.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Oct 21 2017 williamjmorenor@gmail.com - 3.1.4-2 - Update python2 requirements - Enable tests in build * Sat Oct 21 2017 williamjmorenor@gmail.com - 3.1.4-1 - Update to 3.1.4 Upstream notes: - Fixed compilation with mingw and on illumos. * Wed Aug 09 2017 Gwyn Ciesla - 3.1.3-4 - Replace py-bcrypt. * Thu Aug 03 2017 Fedora Release Engineering - 3.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 3.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 06 2017 William Moreno - 3.1.3-1 - Update to 3.1.3 upstream release * Sat Feb 11 2017 Fedora Release Engineering - 3.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Feb 10 2017 William Moreno - 3.1.2-1 - Update to v3.1.2 * Mon Dec 12 2016 Charalampos Stratakis - 3.1.0-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 3.1.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Jun 30 2016 William Moreno - 3.1.0-1 - Update to bugfix release 3.1.0 - Add conflicts for the python3 subpackage * Thu Jun 30 2016 Pierre-Yves Chibon - 3.0.0-1 - Update to 3.0.0 (Fixes RHBZ#1351377) * Thu Feb 04 2016 Fedora Release Engineering - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jan 06 2016 Pierre-Yves Chibon - 2.0.0-3 - Add conflicts to py-bcrypt since they both provide a bcrypt python module - Fix macro that were using %%{module} instead of %%{modname} - In fact the .so files must be executable, so ensure they are such * Wed Jan 06 2016 Pierre-Yves Chibon - 2.0.0-2 - Fix the license as the package has some Public Domain files - Ensure the .so files are not executable * Tue Jan 05 2016 Pierre-Yves Chibon - 2.0.0-1 - initial package for Fedora