Summary: Core utilities for Python packages Name: python3-packaging Version: 21.3 Release: 2%{?dist} Url: https://pypi.python.org/pypi/packaging License: BSD or ASL 2.0 Group: Development/Languages/Python Vendor: VMware, Inc. Distribution: Photon Source0: pypi.python.org/packages/source/p/packaging/packaging-%{version}.tar.gz %define sha512 packaging=2e3aa276a4229ac7dc0654d586799473ced9761a83aa4159660d37ae1a2a8f30e987248dd0e260e2834106b589f259a57ce9936eef0dcc3c430a99ac6b663e05 BuildRequires: python3-devel %if 0%{?with_check} BuildRequires: python3-setuptools BuildRequires: curl-devel BuildRequires: openssl-devel BuildRequires: python3-xml BuildRequires: python3-pyparsing BuildRequires: python3-six %endif Requires: python3 Requires: python3-pyparsing Requires: python3-six BuildArch: noarch Provides: python%{python3_version}dist(packaging) %description Cryptography is a Python library which exposes cryptographic recipes and primitives. %prep %autosetup -n packaging-%{version} %build %py3_build %install %py3_install %files %defattr(-,root,root,-) %{python3_sitelib}/* %changelog * Sun Nov 19 2023 Shreenidhi Shedi 21.3-2 - Bump version as a part of openssl upgrade * Mon Oct 31 2022 Prashant S Chauhan 21.3-1 - Update to 21.3 * Tue Dec 15 2020 Shreenidhi Shedi 20.4-3 - Fix build with new rpm * Tue Sep 29 2020 Satya Naga Vasamsetty 20.4-2 - openssl 1.1.1 * Fri Jul 24 2020 Gerrit Photon 20.4-1 - Automatic Version Bump * Fri Jun 19 2020 Tapas Kundu 17.1-3 - Mass removal python2 * Fri Dec 07 2018 Tapas Kundu 17.1-2 - Fix makecheck * Sun Sep 09 2018 Tapas Kundu 17.1-1 - Update to version 17.1 * Wed Jul 26 2017 Divya Thaluru 16.8-4 - Fixed rpm check errors - Fixed runtime dependencies * Tue Apr 25 2017 Priyesh Padmavilasom 16.8-3 - Fix arch * Wed Apr 05 2017 Sarah Choi 16.8-2 - Remove python-setuptools from BuildRequires * Tue Apr 04 2017 Xiaolin Li 16.8-1 - Initial packaging for Photon