%global pypi_name python-registry %global srcname registry %{?python_disable_dependency_generator} Name: python-%{srcname} Version: 1.4 Release: 11%{?dist} Summary: Read access to Windows Registry files License: ASL 2.0 URL: https://github.com/williballenthin/python-registry Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz Patch0001: 0001-Replace-unicodecsv-by-standard-csv-module.patch BuildArch: noarch %description python-registry is a pure Python library that provides read-only access to Windows NT Registry files. These include NTUSER.DAT, userdiff, and SAM. The interface is two-fold: a high-level interface suitable for most tasks, and a low level set of parsing objects and methods which may be used for advanced study of the Windows NT Registry. %package -n python%{python3_pkgversion}-%{srcname} Summary: %{summary} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-pytest %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} %description -n python%{python3_pkgversion}-%{srcname} python-registry is a pure Python library that provides read-only access to Windows NT Registry files. These include NTUSER.DAT, userdiff, and SAM. The interface is two-fold: a high-level interface suitable for most tasks, and a low level set of parsing objects and methods which may be used for advanced study of the Windows NT Registry. %prep %autosetup -p1 -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info sed -i -e '/^#!\//, 1d' Registry/*.py %build %py3_build %install %py3_install %check %pytest -v tests -k "not test_regsz_value and not test_decoding and not test_utf16le_kanji_with_nulls" %files -n python%{python3_pkgversion}-%{srcname} %doc CHANGELOG.TXT README.MD %license LICENSE.TXT %{python3_sitelib}/Registry/ %{python3_sitelib}/python_registry-*.egg-info/ %changelog * Fri Jul 21 2023 Fedora Release Engineering - 1.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 1.4-10 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Aug 04 2022 Joel Capitao - 1.4-8 - Replace unicodecsv by standard csv module * Fri Jul 22 2022 Fedora Release Engineering - 1.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.4-6 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.4-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 24 2021 Fabian Affolter - 1.4-1 - Add new BR, license file and docs (#1914873) - Update to latest upstream release 1.4 * Wed Jul 29 2020 Fedora Release Engineering - 1.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 1.3.1-3 - Rebuilt for Python 3.9 * Mon Mar 23 2020 Fabian Affolter - 1.3.1-2 - Disable dep generator to avoid issue with enum-compat (rhbz#1809910) * Wed Mar 04 2020 Fabian Affolter - 1.3.1-1 - Initial package for Fedora