From 15aead6ac4b311b5584719a3d06b1c50b2b2ae89 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 09 2021 01:57:57 +0000 Subject: Import python-yaql-1.1.3-16.el9 in CloudSIG xena --- diff --git a/.python-yaql.metadata b/.python-yaql.metadata new file mode 100644 index 0000000..c130418 --- /dev/null +++ b/.python-yaql.metadata @@ -0,0 +1 @@ +21ccfe7c1fdb1ee51be9811831b94cdb0f59b1de SOURCES/yaql-1.1.3.tar.gz diff --git a/SPECS/python-yaql.spec b/SPECS/python-yaql.spec new file mode 100644 index 0000000..8b43621 --- /dev/null +++ b/SPECS/python-yaql.spec @@ -0,0 +1,189 @@ +%global pypi_name yaql + + +# Disable docs building as it doesn't support recent sphinx +%global with_docs 0 + +Name: python-%{pypi_name} +Version: 1.1.3 +Release: 16%{?dist} +Summary: Yet Another Query Language + +License: ASL 2.0 +URL: https://pypi.python.org/pypi/%{pypi_name} +Source0: https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.tar.gz + +BuildArch: noarch + +%description +YAQL library has a out of the box large set of commonly used functions. + +%package -n python3-%{pypi_name} +Summary: YAQL library has a out of the box large set of commonly used functions. +%{?python_provide:%python_provide python3-%{pypi_name}} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-tools +BuildRequires: python3-pbr +BuildRequires: python3-sphinx +BuildRequires: python3-oslo-sphinx + +Requires: python3-six +Requires: python3-pbr +Requires: python3-babel +Requires: python3-ply +Requires: python3-dateutil + +%description -n python3-%{pypi_name} +YAQL library has a out of the box large set of commonly used functions. + +%if 0%{?with_docs} +# Documentation package +%package -n python-%{pypi_name}-doc +Summary: Documentation for YAQL library + +%description -n python-%{pypi_name}-doc +Documentation for YAQL library +%endif + + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info +# Let RPM handle the dependencies +rm -f test-requirements.txt requirements.txt + +rm -rf %{py3dir} +cp -a . %{py3dir} +2to3 --write --nobackups %{py3dir} + +%build +pushd %{py3dir} +%py3_build +popd + +%if 0%{?with_docs} +# generate html docs +sphinx-build-3 doc/source html +# remove the sphinx-build leftovers +rm -rf html/.{doctrees,buildinfo} +%endif + +%install +pushd %{py3dir} +%py3_install +mv %{buildroot}/%{_bindir}/%{pypi_name} %{buildroot}/%{_bindir}/python3-%{pypi_name} +popd + +pushd %{buildroot}%{_bindir} +for i in %{pypi_name}-{3,%{?python3_version}}; do + ln -sf python3-%{pypi_name} $i + ln -sf python3-%{pypi_name} %{pypi_name} +done +popd + +# Delete tests +rm -fr %{buildroot}%{python3_sitelib}/yaql/tests + + +%files -n python3-%{pypi_name} +%license LICENSE +%doc doc/source/readme.rst README.rst +%{_bindir}/python3-%{pypi_name} +%{_bindir}/%{pypi_name}-3* +%{_bindir}/%{pypi_name} +%{python3_sitelib}/%{pypi_name} +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info + +%if 0%{?with_docs} +%files -n python-%{pypi_name}-doc +%doc html +%license LICENSE +%endif + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Aug 28 2020 Alfredo Moralejo - 1.1.3-15 +- Remove references to python2 subpackage. + +* Sat Aug 01 2020 Fedora Release Engineering - 1.1.3-14 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 1.1.3-12 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.1.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.1.3-10 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.1.3-9 +- Rebuilt for Python 3.8 + +* Mon Jul 29 2019 Alfredo Moralejo - 1.1.3-8 +- Remove python2 subpackage from fedora and rhel < 8 +- Remove docs subpackage as it doesn't support recent versions of sphinx + +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 1.1.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 1.1.3-5 +- Drop explicit locale setting + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.1.3-3 +- Rebuilt for Python 3.7 + +* Wed Feb 14 2018 Yatin Karel - 1.1.3-2 +- Fix python-ply Requires for rhel + +* Fri Feb 09 2018 Alfredo Moralejo - 1.1.3-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.1.0-4 +- Rebuild for Python 3.6 + +* Mon Aug 22 2016 Haïkel Guémar - 1.1.0-3 +- Fix Requires in python2-yaql + +* Fri Apr 8 2016 Haïkel Guémar - 1.1.0-2 +- Fix RHBZ#1282081 + +* Fri Apr 8 2016 Haïkel Guémar - 1.1.0-1 +- Upstream 1.1.0 + +* Thu Feb 04 2016 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Nov 18 2015 Marcos Fermin Lobo 1.0.2-1.el7 +- Update to 1.0.2 + +* Thu Nov 12 2015 Kalev Lember - 0.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Wed Aug 26 2015 Marcos Fermin Lobo 0.2.7-1 +- First RPM for FC23