|
 |
e3d16e6 |
%global pypi_name xpath-expressions
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
Name: python-%{pypi_name}
|
|
 |
e3d16e6 |
Version: 1.0.2
|
|
 |
72747ce |
Release: 12%{?dist}
|
|
 |
e3d16e6 |
Summary: Treat XPath expressions as Python objects
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
License: MIT
|
|
 |
e3d16e6 |
URL: https://github.com/orf/xpath-expressions
|
|
 |
e3d16e6 |
Source0: %{pypi_source}
|
|
 |
e3d16e6 |
BuildArch: noarch
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
%description
|
|
 |
e3d16e6 |
This is a small, lightweight Python library to aide in the manipulations of
|
|
 |
e3d16e6 |
xpath expressions. It allows you to manipulate them as Python objects with
|
|
 |
e3d16e6 |
Python expressions and operators.
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
%package -n python3-%{pypi_name}
|
|
 |
e3d16e6 |
Summary: %{summary}
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
BuildRequires: python3-devel
|
|
 |
e3d16e6 |
BuildRequires: python3-setuptools
|
|
 |
e3d16e6 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
%description -n python3-%{pypi_name}
|
|
 |
e3d16e6 |
This is a small, lightweight Python library to aide in the manipulations of
|
|
 |
e3d16e6 |
xpath expressions. It allows you to manipulate them as Python objects with
|
|
 |
e3d16e6 |
Python expressions and operators.
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
%prep
|
|
 |
e3d16e6 |
%autosetup -n %{pypi_name}-%{version}
|
|
 |
e3d16e6 |
rm -rf %{pypi_name}.egg-info
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
%build
|
|
 |
e3d16e6 |
%py3_build
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
%install
|
|
 |
e3d16e6 |
%py3_install
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
%files -n python3-%{pypi_name}
|
|
 |
e3d16e6 |
%doc README.md
|
|
 |
e3d16e6 |
%license LICENSE
|
|
 |
e3d16e6 |
%{python3_sitelib}/xpath/
|
|
 |
e3d16e6 |
%{python3_sitelib}/xpath_expressions-%{version}-py*.egg-info/
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
%changelog
|
|
 |
72747ce |
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-12
|
|
 |
72747ce |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
 |
72747ce |
|
|
 |
a243f23 |
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.2-11
|
|
 |
a243f23 |
- Rebuilt for Python 3.12
|
|
 |
a243f23 |
|
|
 |
b733d39 |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-10
|
|
 |
b733d39 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
b733d39 |
|
|
 |
7bbe1d9 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-9
|
|
 |
7bbe1d9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
7bbe1d9 |
|
|
 |
ec10fa6 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.2-8
|
|
 |
ec10fa6 |
- Rebuilt for Python 3.11
|
|
 |
ec10fa6 |
|
|
 |
cafe81c |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7
|
|
 |
cafe81c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
cafe81c |
|
|
 |
bfd6824 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-6
|
|
 |
bfd6824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
bfd6824 |
|
|
 |
822b158 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.2-5
|
|
 |
822b158 |
- Rebuilt for Python 3.10
|
|
 |
822b158 |
|
|
 |
4297a9c |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
|
 |
4297a9c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
4297a9c |
|
|
 |
e632aa3 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
|
|
 |
e632aa3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
e632aa3 |
|
|
 |
e3fc0da |
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 1.0.2-2
|
|
 |
e3fc0da |
- Rebuilt for Python 3.9
|
|
 |
e3fc0da |
|
|
 |
e3d16e6 |
* Thu Mar 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.2-1
|
|
 |
e3d16e6 |
- Add LICENSE file (rhbz#1816759)
|
|
 |
e3d16e6 |
|
|
 |
e3d16e6 |
* Tue Mar 24 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.1-1
|
|
 |
e3d16e6 |
- Initial package for Fedora
|