From 0d19b46e8a205f0f4e62238592f06ed72ef0811c Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 4 Jan 2025 11:50:39 +0300 Subject: [PATCH] import python-matplotlib-inline-0.1.7-3.el10 --- .gitignore | 1 + .python-matplotlib-inline.metadata | 1 + SPECS/python-matplotlib-inline.spec | 92 +++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+) create mode 100644 .gitignore create mode 100644 .python-matplotlib-inline.metadata create mode 100644 SPECS/python-matplotlib-inline.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..255b94b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/matplotlib_inline-0.1.7.tar.gz diff --git a/.python-matplotlib-inline.metadata b/.python-matplotlib-inline.metadata new file mode 100644 index 0000000..2689771 --- /dev/null +++ b/.python-matplotlib-inline.metadata @@ -0,0 +1 @@ +e4b75edd8282ca604a8d2f0ea5f5a2a019f96983 SOURCES/matplotlib_inline-0.1.7.tar.gz diff --git a/SPECS/python-matplotlib-inline.spec b/SPECS/python-matplotlib-inline.spec new file mode 100644 index 0000000..caff9d0 --- /dev/null +++ b/SPECS/python-matplotlib-inline.spec @@ -0,0 +1,92 @@ +Name: python-matplotlib-inline +Version: 0.1.7 +Release: 3%{?dist} +Summary: Inline Matplotlib backend for Jupyter + +License: BSD +URL: https://github.com/ipython/matplotlib-inline +Source0: %{pypi_source matplotlib_inline} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: pyproject-rpm-macros + +%description +Inline Matplotlib backend for Jupyter + +%package -n python3-matplotlib-inline +Summary: %{summary} + +%description -n python3-matplotlib-inline +Inline Matplotlib backend for Jupyter + + +%prep +%autosetup -n matplotlib_inline-%{version} + +%generate_buildrequires +%pyproject_buildrequires + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files matplotlib_inline + +%files -n python3-matplotlib-inline -f %{pyproject_files} +%license LICENSE +%doc README.md + +%changelog +* Sat Jan 04 2025 Arkady L. Shane - 0.1.7-3 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.1.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.1.7-2 +- Rebuilt for Python 3.13 + +* Wed Apr 24 2024 Lumír Balhar - 0.1.7-1 +- Update to 0.1.7 (rhbz#2275288) + +* Fri Jan 26 2024 Fedora Release Engineering - 0.1.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.1.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.1.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 0.1.6-3 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Nov 30 2022 Christoph Junghans - 0.1.6-1 +- Version bump to v0.1.6 + +* Mon Aug 22 2022 Lumír Balhar - 0.1.5-1 +- Update to 0.1.5 +Resolves: rhbz#2119014 + +* Fri Jul 22 2022 Fedora Release Engineering - 0.1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.1.2-5 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.1.2-2 +- Rebuilt for Python 3.10 + +* Tue May 04 2021 Lumír Balhar - 0.1.2-1 +- Initial package.