From 0b86f2ba94e6413084b678246e0cf0486bed02da Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Nov 08 2022 08:08:33 +0000 Subject: Update to 0.20.46 Related-to: https://review.rdoproject.org/r/q/I69ba646ca95b1b48f79dfb98e05958e3c4621f36 --- diff --git a/.python-dulwich.metadata b/.python-dulwich.metadata new file mode 100644 index 0000000..49fb76c --- /dev/null +++ b/.python-dulwich.metadata @@ -0,0 +1 @@ +0e0db28f1cda17d040bab23ca18d954f2280c3c4 SOURCES/dulwich-0.20.46.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-dulwich.spec b/SPECS/python-dulwich.spec new file mode 100644 index 0000000..73f556b --- /dev/null +++ b/SPECS/python-dulwich.spec @@ -0,0 +1,205 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.2.6) +%define autorelease(e:s:pb:) %{?-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*}}%{?dist} +## END: Set by rpmautospec + +%global srcname dulwich +%global __provides_exclude_from ^(%{python3_sitearch}/.*\\.so)$ + +Name: python-%{srcname} +Version: 0.20.46 +Release: %autorelease +Summary: Python implementation of the Git file formats and protocols + +License: GPLv2+ or ASL 2.0 +URL: https://www.dulwich.io/ +Source0: %{pypi_source} + +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 %{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 +* Tue Sep 13 2022 Fabian Affolter 0.20.46-1 +- Update to latest upstream release 0.20.46 (closes rhbz#2124623) + +* Fri Aug 19 2022 Fabian Affolter 0.20.45-1 +- Update to latest upstream release 0.20.45 (closes rhbz#2107737) + +* Fri Jul 22 2022 Fedora Release Engineering 0.20.44-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jul 08 2022 Fabian Affolter 0.20.44-1 +- Update to latest upstream release 0.20.44 (closes rhbz#2102830) + +* Mon Jun 13 2022 Python Maint 0.20.43-2 +- Rebuilt for Python 3.11 + +* Tue Jun 07 2022 Fabian Affolter 0.20.43-1 +- Update to latest upstream release 0.20.43 (closes rhbz#2089721) + +* Thu May 19 2022 Fabian Affolter 0.20.40-1 +- Update to latest upstream release 0.20.40 (closes rhbz#2086840) + +* Sun May 15 2022 Fabian Affolter 0.20.36-1 +- Update to latest upstream release 0.20.36 (closes rhbz#2086300) + +* Sun Mar 20 2022 Fabian Affolter 0.20.35-1 +- Update to latest upstream release 0.20.35 (closes rhbz#2066021) + +* Thu Mar 17 2022 Fabian Affolter 0.20.34-1 +- Update to latest upstream release 0.20.34 (closes rhbz#2064048) + +* Sun Mar 06 2022 Fabian Affolter 0.20.33-1 +- Update to latest upstream release 0.20.33 (closes rhbz#2061090) + +* Mon Jan 24 2022 Fabian Affolter 0.20.32-1 +- Update to latest upstream release 0.20.31 (closes rhbz#2044558) + +* Fri Jan 21 2022 Fabian Affolter 0.20.31-1 +- * Fri Jan 21 2022 Fabian Affolter - 0.20.31-1 - + Update to latest upstream release 0.20.31 (closes rhbz#2037101) + +* Fri Jan 21 2022 Fedora Release Engineering 0.20.25-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Aug 27 2021 Fabian Affolter 0.20.25-2 +- Update bug id + +* Fri Aug 27 2021 Fabian Affolter 0.20.25-1 +- * Fri Aug 27 2021 Fabian Affolter - 0.20.25-1 - + Update to latest upstream release 0.20.25 (closes rhbz#1923878) + +* Wed Aug 25 2021 Fabian Affolter 0.20.24-1 +- * Wed Aug 25 2021 Fabian Affolter - 0.20.24-1 - + Update to latest upstream release 0.20.24 (rhbz#1925135) + +* Tue Jul 27 2021 Fedora Release Engineering 0.20.23-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 03 2021 Python Maint 0.20.23-2 +- Rebuilt for Python 3.10 + +* Tue May 25 2021 Fabian Affolter 0.20.23-1 +- * Tue May 25 2021 Fabian Affolter - 0.20.23-1 - + Update to latest upstream version 0.20.23 (#1925135) + +* Sat Feb 06 2021 Fabian Affolter 0.20.18-1 +- * 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 +- * 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 +- * Mon Nov 23 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-2 +- Fix name + +* Mon Nov 23 2020 Fabian Affolter 0.20.13-1 +- * 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 +- * 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 +- * Mon Aug 31 2020 Fabian Affolter - 0.20.6-1 - + Update to latest upstream release 0.20.6 (rhbz#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 +- * 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 +- * Mon Jun 22 2020 Fabian Affolter - 0.20.5-1 - + Update to latest upstream release 0.20.5 (rhbz#1846933) + +* Mon Jun 15 2020 Fabian Affolter 0.20.3-1 +- * Mon Jun 15 2020 Fabian Affolter - 0.20.3-1 - + Update to latest upstream release 0.20.3 (rhbz#1846933) + +* Mon Jun 01 2020 Fabian Affolter 0.20.2-1 +- * Mon Jun 01 2020 Fabian Affolter - 0.20.2-1 - + Update to latest upstream release 0.20.2 (rhbz#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 +- * Sat Apr 18 2020 Fabian Affolter - 0.19.16-1 - + Update to latest upstream release 0.19.16 (rhbz#1825352) + +* Fri Feb 28 2020 Fabian Affolter 0.19.15-3 +- RPMAUTOSPEC: unresolvable merge