From 595c402bfd9d43e0c5db209eabbde36c2d3e1354 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 12 Feb 2024 20:57:56 +0300 Subject: [PATCH] import python-rich-13.1.0-1.el9 --- .gitignore | 1 + .python-rich.metadata | 1 + SPECS/python-rich.spec | 261 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 263 insertions(+) create mode 100644 .gitignore create mode 100644 .python-rich.metadata create mode 100644 SPECS/python-rich.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..37cdf31 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/rich-13.1.0.tar.gz diff --git a/.python-rich.metadata b/.python-rich.metadata new file mode 100644 index 0000000..a35e5d8 --- /dev/null +++ b/.python-rich.metadata @@ -0,0 +1 @@ +5dd5af716dad38761deea4001718cf6b4dda2cb5 SOURCES/rich-13.1.0.tar.gz diff --git a/SPECS/python-rich.spec b/SPECS/python-rich.spec new file mode 100644 index 0000000..bf8d659 --- /dev/null +++ b/SPECS/python-rich.spec @@ -0,0 +1,261 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +%global pypi_name rich + +Name: python-%{pypi_name} +Version: 13.1.0 +Release: %autorelease +Summary: Render rich text and beautiful formatting in the terminal + +License: MIT +URL: https://github.com/Textualize/rich +Source0: %{url}/archive/v%{version}/rich-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: pyproject-rpm-macros +# for checks +BuildRequires: python3dist(pytest) + +%description +Rich is a Python library for rich text and beautiful formatting in the terminal. +The Rich API makes it easy to add color and style to terminal output. Rich can +also render pretty tables, progress bars, markdown, syntax highlighted source +code, tracebacks, and more — out of the box. + +%package -n python3-%{pypi_name} +Summary: %{summary} +# This was previously misnamed, remove the obsolete in Fedora 38, EPEL 10 +Obsoletes: python-%{pypi_name} < 10.16.1-2 + +%description -n python3-%{pypi_name} +Rich is a Python library for rich text and beautiful formatting in the terminal. +The Rich API makes it easy to add color and style to terminal output. Rich can +also render pretty tables, progress bars, markdown, syntax highlighted source +code, tracebacks, and more — out of the box. + +%prep +%autosetup -p1 -n %{pypi_name}-%{version} + +%generate_buildrequires +%pyproject_buildrequires -r + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files rich + +%check +# add below to make sure initial build will catch runtime import errors +%pyproject_check_import + +# some tests are skipped so python-rich builds during Python 3.11 mass rebuild +# downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=2049619 +%pytest -k "not test_inspect_text and not test_inspect_integer_with_methods and not test_log and not test_attrs_broken and not test_inspect_builtin_function" + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%license LICENSE +%doc README.md + +%changelog +* Mon Feb 12 2024 Arkady L. Shane - 13.1.0-1 +- Rebuilt for MSVSphere 9.3 + +* Wed May 10 2023 Parag Nemade - 13.1.0-1 +- Update to 13.1.0 version + +* Mon Jan 02 2023 Parag Nemade - 13.0.0-1 +- local build + +* Mon Oct 17 2022 Miro Hrončok - 12.6.0-2 +- Remove superfluous build-time dependency on python3-toml + +* Mon Oct 03 2022 Parag Nemade - 12.6.0-1 +- local build + +* Fri Jul 22 2022 Fedora Release Engineering - 12.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jul 12 2022 Parag Nemade - 12.5.1-1 +- local build + +* Sat Jul 09 2022 Parag Nemade - 12.4.4-4 +- Add %%pyproject_check_import to detect runtime errors + +* Tue Jun 14 2022 Python Maint - 12.4.4-3 +- Rebuilt for Python 3.11 + +* Thu Jun 02 2022 Tomáš Hrnčiar - 12.4.4-2 +- Temporarily disable some test so package builds with Python 3.11 + +* Tue May 31 2022 Parag Nemade - 12.4.4-1 +- local build + +* Fri May 13 2022 Parag Nemade - 12.4.1-2 +- Remove upstreamed patch + +* Fri May 13 2022 Parag Nemade - 12.4.1-1 +- local build + +* Wed May 11 2022 Charalampos Stratakis - 12.3.0-2 +- Fix a test case with Pygments 2.12.0 + +* Wed Apr 27 2022 Parag Nemade - 12.3.0-1 +- local build + +* Tue Apr 12 2022 Parag Nemade - 12.2.0-1 +- local build + +* Wed Mar 23 2022 Parag Nemade - 12.0.1-1 +- local build + +* Mon Mar 14 2022 Parag Nemade - 12.0.0-1 +- local build + +* Tue Feb 08 2022 Mikel Olasagasti Uranga - 11.2.0-1 +- Update to 11.2.0 - Closes rhbz#2035874 rhbz#2042308 +- Re-enable some tests that now work with Pygments-2.11 +- Update homepage URL + +* Mon Feb 07 2022 Karolina Surma - 10.16.1-4 +- Fix failing tests with Pygments 2.11 (#2042308) + +* Fri Jan 21 2022 Fedora Release Engineering - 10.16.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jan 18 2022 Miro Hrončok - 10.16.1-2 +- Fix the built package name + +* Mon Dec 13 2021 Parag Nemade - 10.16.0-1 +- Update to 10.16.0 version (#2031494) + +* Mon Dec 06 2021 Parag Nemade - 10.15.2-1 +- Update to 10.15.2 version (#2028523) + +* Tue Nov 30 2021 Parag Nemade - 10.15.1-1 +- Update to 10.15.1 version (#2027489) + +* Wed Nov 17 2021 Parag Nemade - 10.14.0-1 +- Update to 10.14.0 version (#2023800) + +* Mon Nov 08 2021 Parag Nemade - 10.13.0-1 +- Update to 10.13.0 version (#2020951) + +* Wed Oct 20 2021 Parag Nemade - 10.12.0-1 +- Update to 10.12.0 version (#2011373) + +* Tue Sep 28 2021 Parag Nemade - 10.11.0-1 +- Update to 10.11.0 version (#2007584) + +* Sat Sep 18 2021 Parag Nemade - 10.10.0-1 +- Update to 10.10.0 version (#2005578) + +* Thu Sep 02 2021 Parag Nemade - 10.9.0-1 +- Update to 10.9.0 version (#1998751) + +* Fri Aug 06 2021 Parag Nemade - 10.7.0-1 +- Update to 10.7.0 version (#1990647) + +* Fri Jul 23 2021 Fedora Release Engineering - 10.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jul 13 2021 Parag Nemade - 10.6.0-1 +- Update to 10.6.0 version (#1981531) + +* Mon Jul 12 2021 Parag Nemade - 10.5.0-1 +- Update to 10.5.0 version (#1979302) + +* Fri Jul 02 2021 Parag Nemade - 10.4.0-1 +- Update to 10.4.0 version (#1973835) + +* Fri Jun 11 2021 Parag Nemade - 10.3.0-1 +- Update to 10.3.0 version (#1970067) + +* Fri Jun 04 2021 Python Maint - 10.2.2-2 +- Rebuilt for Python 3.10 + +* Fri May 21 2021 Parag Nemade - 10.2.2-1 +- Update to 10.2.2 version (#1962272) + +* Tue May 18 2021 Parag Nemade - 10.2.1-1 +- Update to 10.2.1 version (#1961434) + +* Sat May 15 2021 Parag Nemade - 10.2.0-1 +- Update to 10.2.0 version (#1959946) + +* Wed Apr 07 2021 Parag Nemade - 10.1.0-1 +- Update to 10.1.0 version (#1945988) + +* Wed Mar 31 2021 Parag Nemade - 10.0.1-1 +- Update to 10.0.1 version (#1944804) + +* Sat Mar 27 2021 Parag Nemade - 10.0.0-1 +- Update to 10.0.0 version (#1943805) + +* Mon Mar 08 2021 Parag Nemade - 9.13.0-1 +- Update to 9.13.0 version (#1936085) + +* Thu Mar 04 2021 Parag Nemade - 9.12.4-1 +- Update to 9.12.4 version (#1933882) + +* Sun Feb 28 2021 Parag Nemade - 9.12.3-1 +- Update to 9.12.3 version (#1933478) + +* Sun Feb 28 2021 Parag Nemade - 9.12.2-1 +- Update to 9.12.2 version (#1931063) + +* Tue Feb 16 2021 Parag Nemade - 9.11.0-1 +- Update to 9.11.0 version (#1928971) + +* Tue Feb 2 14:22:24 IST 2021 Parag Nemade - 9.10.0-1 +- Update to 9.10.0 version (#1921301) + +* Wed Jan 27 2021 Fedora Release Engineering - 9.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Jan 24 08:37:21 IST 2021 Parag Nemade - 9.9.0-1 +- Update to 9.9.0 version (#1915923) + +* Tue Jan 12 14:05:31 IST 2021 Parag Nemade - 9.8.0-1 +- Update to 9.8.0 version (#1913979) + +* Sat Jan 2 21:51:00 IST 2021 Parag Nemade - 9.6.1-1 +- Update to 9.6.1 version (#1911840) + +* Thu Dec 31 22:12:44 IST 2020 Parag Nemade - 9.6.0-1 +- Update to 9.6.0 version (#1911672) + +* Tue Dec 22 20:05:06 IST 2020 Parag Nemade - 9.5.1-1 +- Update to 9.5.1 version (#1909212) + +* Fri Dec 18 13:36:15 IST 2020 Parag Nemade - 9.4.0-1 +- Update to 9.4.0 version (#1907029) + +* Thu Dec 3 15:11:46 IST 2020 Parag Nemade - 9.3.0-1 +- Update to 9.3.0 version (#1903254) + +* Fri Nov 13 12:18:46 IST 2020 Parag Nemade - 9.2.0-1 +- Update to 9.2.0 version (#1895694) + +* Sat Oct 24 12:47:42 IST 2020 Parag Nemade - 9.1.0-1 +- Update to 9.1.0 version (#1889145) + +* Sun Oct 18 16:38:50 IST 2020 Parag Nemade - 8.0.0-1 +- Update to 8.0.0 version (#1884915) + +* Thu Oct 1 08:41:03 IST 2020 Parag Nemade - 7.1.0-1 +- Update to 7.1.0 version (#1882733) + +* Wed Aug 26 2020 Parag Nemade - 6.0.0-1 +- Initial package. +