From 9bd1a44998ce3015d4c7eee9985d75d840996430 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 07 2021 08:23:27 +0000 Subject: Import python-dulwich-0.20.18-1.el9 in CloudSIG xena --- diff --git a/.python-dulwich.metadata b/.python-dulwich.metadata new file mode 100644 index 0000000..e8c7fb3 --- /dev/null +++ b/.python-dulwich.metadata @@ -0,0 +1 @@ +18ed4917b4c0d2ebaf110f75f51ea0f5de6b17f6 SOURCES/dulwich-0.20.18.tar.gz diff --git a/SPECS/python-dulwich.spec b/SPECS/python-dulwich.spec new file mode 100644 index 0000000..9320bfb --- /dev/null +++ b/SPECS/python-dulwich.spec @@ -0,0 +1,344 @@ +%global srcname dulwich +%global __provides_exclude_from ^(%{python3_sitearch}/.*\\.so)$ + +Name: python-%{srcname} +Version: 0.20.18 +Release: 1%{?dist} +Summary: Python implementation of the Git file formats and protocols + +License: GPLv2+ or ASL 2.0 +URL: https://www.dulwich.io/ +Source0: https://github.com/dulwich/dulwich/archive/dulwich-%{version}.tar.gz + +BuildRequires: gcc + +%description +Dulwich is a pure-Python implementation of the Git file formats and +protocols. The project is named after the village in which Mr. and +Mrs. Git live in the Monty Python sketch. + +%package -n python3-%{srcname} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +%{?python_provide:%python_provide python3-%{srcname}} + +%description -n python3-%{srcname} +Dulwich is a pure-Python implementation of the Git file formats and +protocols. The project is named after the village in which Mr. and +Mrs. Git live in the Monty Python sketch. + +%package -n %{name}-doc +Summary: The %{name} documentation + +BuildRequires: python3-sphinx +BuildRequires: python3-docutils +BuildRequires: python3-sphinx-epytext + +%description -n %{name}-doc +Documentation for %{name}. + +%prep +%autosetup -n dulwich-%{srcname}-%{version} + +%build +%py3_build +PYTHONPATH=${PWD} sphinx-build-3 docs html +rm -rf html/.{doctrees,buildinfo} + +%install +%py3_install +# Remove extra copy of text docs +rm -rf %{buildroot}%{python3_sitearch}/docs/tutorial/ + +#%check +# FIXME test_non_ascii fails cause of unicode issue +#nosetests -e non_ascii -w dulwich/tests -v + +%files -n python3-%{srcname} +%doc AUTHORS README.rst +%license COPYING +%{_bindir}/dul-* +%{_bindir}/%{srcname} +%{python3_sitearch}/%{srcname}* +%exclude %{python3_sitearch}/%{srcname}/tests* + +%files -n %{name}-doc +%doc AUTHORS README.rst +%license COPYING +%doc html + +%changelog +* Sat Feb 06 2021 Fabian Affolter - 0.20.18-1 +- Update to latest upstream release 0.20.18 (#1925135) + +* Wed Jan 27 2021 Fedora Release Engineering - 0.20.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 23 2020 Fabian Affolter - 0.20.15-1 +- Update to latest upstream release 0.20.15 (#1910183) + +* Fri Nov 27 2020 Fabian Affolter - 0.20.14-1 +- Update to latest upstream release 0.20.14 (#1902106) + +* Mon Nov 23 2020 Fabian Affolter - 0.20.13-1 +- CLI part was fixed by upstream (#1866463) +- Update to latest upstream release 0.20.13 (#1900385) + +* Fri Oct 30 2020 Fabian Affolter - 0.20.11-1 +- Update to latest upstream release 0.20.11 (#1893055) + +* Mon Aug 31 2020 Fabian Affolter - 0.20.6-1 +- Update to latest upstream release 0.20.6 (#1873748) + +* Wed Jul 29 2020 Fedora Release Engineering - 0.20.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Fabian Affolter - 0.20.5-2 +- Add python3-setuptools as BR + +* Mon Jun 22 2020 Fabian Affolter - 0.20.5-1 +- Update to latest upstream release 0.20.5 (#1846933) + +* Mon Jun 22 2020 Fabian Affolter - 0.20.4-1 +- Update to latest upstream release 0.20.4 (#1846933) + +* Mon Jun 15 2020 Fabian Affolter - 0.20.3-1 +- Update to latest upstream release 0.20.3 (#1846933) + +* Mon Jun 01 2020 Fabian Affolter - 0.20.2-1 +- Update to latest upstream release 0.20.2 (#1842651) + +* Sat May 23 2020 Miro Hrončok - 0.19.16-2 +- Rebuilt for Python 3.9 + +* Sat Apr 18 2020 Fabian Affolter - 0.19.16-1 +- Update to latest upstream release 0.19.16 (#1825352) + +* Fri Feb 28 2020 Fabian Affolter - 0.19.15-3 +- Move docs to subpackage + +* Thu Jan 30 2020 Fedora Release Engineering - 0.19.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 27 2020 Fabian Affolter - 0.19.15-1 +- Update to new upstream version 0.19.15 + +* Wed Dec 25 2019 Fabian Affolter - 0.19.14-1 +- Update to new upstream version 0.19.14 + +* Mon Nov 11 2019 Fabian Affolter - 0.19.13-1 +- Remove Python 2 (#1761783) +- Update to new upstream version 0.19.13 + +* Thu Oct 03 2019 Miro Hrončok - 0.19.12-3 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Wed Aug 21 2019 Miro Hrončok - 0.19.12-2 +- Rebuilt for Python 3.8 + +* Mon Aug 19 2019 Fabian Affolter - 0.19.12-1 +- Update to new upstream version 0.19.12 + +* Sat Aug 17 2019 Miro Hrončok - 0.19.11-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.19.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jun 24 2019 Yatin Karel - 0.19.11-2 +- Rebuild after removing python2-sphinx + +* Fri Mar 1 2019 Yatin Karel - 0.19.11-1 +- Update to new upstream version 0.19.11 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.19.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Nov 18 2018 Fabian Affolter - 0.19.9-1 +- Update to new upstream version 0.19.9 + +* Mon Aug 27 2018 Fabian Affolter - 0.19.6-1 +- Update to new upstream version 0.19.6 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.19.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.19.2-2 +- Rebuilt for Python 3.7 + +* Sat May 05 2018 Fabian Affolter - 0.19.2-1 +- Update to new upstream version 0.19.2 + +* Fri Mar 23 2018 Fabian Affolter - 0.19.0-1 +- Update to new upstream version 0.19.0 + +* Tue Mar 13 2018 Iryna Shcherbina - 0.18.6-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 0.18.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Nov 27 2017 Alan Pevec 0.18.6-1 +- Update to 0.18.6 +- Fixes CVE-2017-16228 + +* Fri Oct 13 2017 Fabian Affolter - 0.18.4-1 +- Update to new upstream version 0.16.0 (#*1405983) + +* Thu Aug 03 2017 Fedora Release Engineering - 0.16.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.16.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Jan 23 2017 Fabian Affolter - 0.16.0-1 +- Update to new upstream version 0.16.0 + +* Sat Jan 21 2017 Fabian Affolter - 0.15.0-1 +- Update to new upstream version 0.15.0 + +* Mon Dec 19 2016 Miro Hrončok - 0.12.0-4 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.12.0-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Tue Feb 02 2016 Raphael Groner - 0.12.0-2 +- Generate documentation for python3 +- Split binaries in subpackage to avoid duplication +- Execute tests +- Fix #1304050 + +* Tue Feb 02 2016 Fabian Affolter - 0.12.0-1 +- Update to new upstream version 0.12.0 + +* Sat Nov 14 2015 Fabian Affolter - 0.11.2-3 +- Cleanup and py3 + +* Tue Oct 06 2015 Fabian Affolter - 0.11.2-2 +- Update docs +- Update to new upstream version 0.11.2 + +* Tue Oct 06 2015 Fabian Affolter - 0.11.1-1 +- Update to new upstream version 0.11.1 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Mar 23 2015 Fabian Affolter - 0.10.0-1 +- Fix for CVE-2014-9706 (#1204889, #1204890, and #1204891) +- Update to new upstream version 0.10.0 + +* Mon Mar 23 2015 Fabian Affolter - 0.9.9-1 +- Update to new upstream version 0.9.9 + +* Sun Aug 17 2014 Fedora Release Engineering - 0.9.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Jun 27 2014 Fabian Affolter - 0.9.7-1 +- Update to new upstream version 0.9.7 + +* Sat Jun 07 2014 Fedora Release Engineering - 0.9.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat May 24 2014 Fabian Affolter - 0.9.6-1 +- Update to new upstream version 0.9.6 + +* Wed Feb 26 2014 Fabian Affolter - 0.9.5-1 +- Tests are currently not working +- Update to new upstream version 0.9.5 + +* Mon Oct 28 2013 Fabian Affolter - 0.9.1-1 +- Update to new upstream version 0.9.1 + +* Sun Aug 04 2013 Fedora Release Engineering - 0.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sat Jun 15 2013 Fabian Affolter - 0.9.0-1 +- Update to new upstream version 0.9.0 +- Now dual-licensed GPLv2+ or ASL 2.0 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.8.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 15 2013 Fabian Affolter - 0.8.7-1 +- Update to new upstream version 0.8.7 + +* Sat Nov 10 2012 Fabian Affolter - 0.8.6-1 +- Update to new upstream version 0.8.6 + +* Sat Jul 21 2012 Fedora Release Engineering - 0.8.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jun 23 2012 Matěj Cepl - 0.8.5-2 +- We don’t need python-unittest2 anymore. + +* Fri Apr 13 2012 Fabian Affolter - 0.8.5-1 +- Update to new upstream version 0.8.5 + +* Fri Apr 06 2012 Fabian Affolter - 0.8.4-1 +- Update to new upstream version 0.8.4 + +* Fri Feb 24 2012 Fabian Affolter - 0.8.3-1 +- Update to new upstream version 0.8.3 + +* Sat Jan 28 2012 Fabian Affolter - 0.8.2-2 +- Add missing BR + +* Fri Jan 27 2012 Fabian Affolter - 0.8.2-1 +- Update to new upstream version 0.8.2 + +* Sat Jan 14 2012 Fedora Release Engineering - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Oct 13 2011 Fabian Affolter - 0.8.0-1 +- Update to new upstream version 0.8.0 + +* Sun Apr 17 2011 Fabian Affolter - 0.7.1-1 +- Update to new upstream version 0.7.1 + +* Fri Mar 11 2011 Fabian Affolter - 0.7.0-3 +- Test section reworked + +* Tue Feb 08 2011 Fedora Release Engineering - 0.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Jan 27 2011 Fabian Affolter - 0.7.0-1 +- Update to new upstream version 0.7.0 + +* Mon Nov 08 2010 Fabian Affolter - 0.6.2-1 +- Filtering added +- Update to new upstream version 0.6.2 + +* Wed Sep 01 2010 Fabian Affolter - 0.6.1-1 +- Fix grep parameter +- Run all test now +- Update to new upstream version 0.6.1 + +* Sat Jul 03 2010 Fabian Affolter - 0.6.0-3 +- Remove exec permission from test.py +- Add python-nose + +* Fri Jun 25 2010 Fabian Affolter - 0.6.0-2 +- Change summary +- Change to srcname +- Fix rpmlint issue +- Add check section and exclude the tests directory + +* Thu Jun 17 2010 Fabian Affolter - 0.6.0-1 +- Fix some rpmlint issues +- Add docs directory +- Update to new upstream version 0.6.0 + +* Wed Apr 28 2010 Fabian Affolter - 0.5.0-2 +- Add Doc +- Add BR setuptools + +* Fri Apr 16 2010 Steve 'Ashcrow' Milner 0.5.0-1 +- Initial package