From dfccf545d8dbaf2ec287f18f5f8ea83082b67d72 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 06 2021 13:14:22 +0000 Subject: Import GitPython-3.1.14-1.el9 in CloudSIG xena --- diff --git a/.GitPython.metadata b/.GitPython.metadata new file mode 100644 index 0000000..72c68dc --- /dev/null +++ b/.GitPython.metadata @@ -0,0 +1 @@ +c1ada3a86243ad5f2871394a0d6d54a7f8f069bc SOURCES/GitPython-3.1.14.tar.gz diff --git a/SPECS/GitPython.spec b/SPECS/GitPython.spec new file mode 100644 index 0000000..ee9dc1e --- /dev/null +++ b/SPECS/GitPython.spec @@ -0,0 +1,221 @@ +%global modname git +%global srcname GitPython + +Name: %{srcname} +Version: 3.1.14 +Release: 1%{?dist} +Summary: Python Git Library + +License: BSD +URL: https://github.com/gitpython-developers/GitPython +Source0: %pypi_source + +BuildArch: noarch + +%global _description \ +GitPython is a python library used to interact with git repositories,\ +high-level like git-porcelain, or low-level like git-plumbing.\ +\ +It provides abstractions of git objects for easy access of repository data,\ +and additionally allows you to access the git repository more directly using\ +either a pure python implementation, or the faster, but more resource\ +intensive git command implementation.\ +\ +The object database implementation is optimized for handling large quantities\ +of objects and large datasets, which is achieved by using\ +low-level structures and data streaming. + +%description %{_description} + +%package -n python3-%{srcname} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{srcname}} +BuildRequires: python3-devel +BuildRequires: python3-setuptools +Requires: git-core +Requires: python3-gitdb >= 4.0.0 + +%description -n python3-%{srcname} %{_description} + +Python 3 version. + +%prep +%autosetup -n %{srcname}-%{version} -p1 + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{srcname} +%license LICENSE +%doc CHANGES AUTHORS +%{python3_sitelib}/%{srcname}-*.egg-info/ +%{python3_sitelib}/%{modname}/ + +%changelog +* Sat Mar 27 2021 Kevin Fenzi - 3.1.14-1 +- Update to 3.1.14. Fixes rhbz#1933468 + +* Fri Feb 12 2021 Kevin Fenzi - 3.1.13-1 +- Update to 3.1.13. Fixes rhbz#1913159 + +* Mon Jan 25 2021 Fedora Release Engineering - 3.1.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Oct 23 2020 Athos Ribeiro - 3.1.11-1 +- New upstream release 3.1.11 + +* Fri Oct 23 2020 Athos Ribeiro - 3.1.10-1 +- New upstream release 3.1.10 +- Use sources from PyPI + +* Mon Jul 27 2020 Fedora Release Engineering - 3.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 3.1.0-2 +- Rebuilt for Python 3.9 + +* Mon Feb 24 2020 Lubomír Sedlář - 3.1.0-1 +- New upstream release 3.1.0 + +* Tue Jan 28 2020 Fedora Release Engineering - 3.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 3.0.2-2 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 22 2019 Kevin Fenzi - 3.0.2-1 +- Update to 3.0.2. Fixes bug #1742158 + +* Fri Aug 16 2019 Miro Hrončok - 2.1.11-5 +- Rebuilt for Python 3.8 + +* Wed Jul 24 2019 Fedora Release Engineering - 2.1.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jun 22 2019 Kevin Fenzi - 2.1.11-3 +- Drop python2 subpackages. Fixes bug #1722909 + +* Thu Jan 31 2019 Fedora Release Engineering - 2.1.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jul 17 2018 Igor Gnatenko - 2.1.11-1 +- Update to 2.1.11 + +* Thu Jul 12 2018 Fedora Release Engineering - 2.1.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Jun 17 2018 Miro Hrončok - 2.1.10-2 +- Rebuilt for Python 3.7 + +* Sat May 19 2018 Kevin Fenzi - 2.1.10-1 +- Update to 2.9.10. Fixes bug #1580033 + +* Sun Mar 25 2018 Kevin Fenzi - 2.1.9-1 +- Update to 2.9.1. Fixes bug #1560214 + +* Wed Feb 07 2018 Fedora Release Engineering - 2.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Dec 13 2017 Igor Gnatenko - 2.1.8-1 +- Update to 2.1.8 + +* Wed Nov 01 2017 Igor Gnatenko - 2.1.7-2 +- Fix interaction with git 2.15 + +* Sat Sep 30 2017 Igor Gnatenko - 2.1.7-1 +- Update to 2.1.7 + +* Tue Aug 08 2017 Igor Gnatenko - 2.1.5-1 +- Update to 2.1.5 + +* Wed Jul 26 2017 Fedora Release Engineering - 2.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Mar 11 2017 Igor Gnatenko - 2.1.3-1 +- Update to 2.1.3 + +* Fri Feb 10 2017 Fedora Release Engineering - 2.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Dec 28 2016 Igor Gnatenko - 2.1.1-2 +- Provide/Obsolete old name + +* Wed Dec 28 2016 Igor Gnatenko - 2.1.1-1 +- Update to 2.1.1 +- Modernize spec + +* Mon Dec 19 2016 Miro Hrončok - 2.1.0-2 +- Rebuild for Python 3.6 + +* Tue Nov 29 2016 Lubomír Sedlář - 2.1.0-1 +- New upstream release + +* Tue Jul 19 2016 Fedora Release Engineering - 1.0.1-6 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Wed Feb 03 2016 Fedora Release Engineering - 1.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sun Dec 27 2015 Peter Robinson 1.0.1-4 +- Require git-core + +* Tue Nov 10 2015 Fedora Release Engineering - 1.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Tue Jun 16 2015 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun May 31 2015 Dennis Gilmore - 1.0.1-1 +- Update to 1.0.1 +- Add python3 build + +* Fri Jun 06 2014 Fedora Release Engineering - 0.3.2-0.7.RC1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Dec 07 2013 Dennis Gilmore - 0.3.2-0.6-RC1 +- apply patch from Igor Gnatenko for bz#1010706 + +* Fri Aug 02 2013 Fedora Release Engineering - 0.3.2-0.5.RC1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 0.3.2-0.4.RC1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 0.3.2-0.3.RC1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 0.3.2-0.2.RC1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Sep 23 2011 Jesse Keating - 0.3.2-0.1.RC1 +- Update to 0.3.2 RC1 + +* Fri May 27 2011 Jesse Keating - 0.2.0-0.6.beta1 +- Patches for indented parts of git config files + +* Mon Feb 14 2011 Jesse Keating - 0.2.0-0.5.beta1 +- Fix parsing of config files + +* Mon Feb 07 2011 Fedora Release Engineering - 0.2.0-0.4.beta1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 30 2010 Dennis Gilmore - 0.2.0-0.3.beta1 +- Require /usr/bin/git + +* Wed Jul 21 2010 David Malcolm - 0.2.0-0.2.beta1 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Mon May 24 2010 Devan Goodwin - 0.2.0-0.1-beta1 +- Updating for 0.2.0-beta1. + +* Fri Jan 08 2010 Terje Rosten - 0.1.6-2 +- Add python-setuptools to buildreq +- Explicit file list +- Use version macro in source url + +* Wed Jan 06 2010 Jesse Keating - 0.1.6-1 +- Initial Fedora package +