Compare commits

...

No commits in common. 'epel9' and 'i8ce' have entirely different histories.
epel9 ... i8ce

7
.gitignore vendored

@ -1,6 +1 @@
/jaraco.packaging-6.1.tar.gz SOURCES/jaraco.packaging-6.2.tar.gz
/jaraco.packaging-6.2.tar.gz
/jaraco.packaging-8.1.0.tar.gz
/jaraco.packaging-8.1.1.tar.gz
/jaraco.packaging-8.2.0.tar.gz
/jaraco.packaging-8.2.1.tar.gz

@ -0,0 +1 @@
d83380c3b6a7fc794a08ea0ad813aec0c09fc9a3 SOURCES/jaraco.packaging-6.2.tar.gz

@ -6,8 +6,8 @@
%bcond_with docs %bcond_with docs
Name: python-%{pkg_name} Name: python-%{pkg_name}
Version: 8.2.1 Version: 6.2
Release: 5%{?dist} Release: 6%{?dist}
Summary: Tools to supplement packaging Python releases Summary: Tools to supplement packaging Python releases
License: MIT License: MIT
@ -32,14 +32,14 @@ A Parent package for jaraco's parent dir and init file.
%package -n python3-%{pkg_name} %package -n python3-%{pkg_name}
Summary: %{summary} Summary: %{summary}
Requires: python3-jaraco Requires: python3-jaraco
Requires: python3dist(rst-linker) Requires: python3dist(rst.linker)
Requires: python3dist(six) >= 1.4 Requires: python3dist(six) >= 1.4
Requires: python3dist(setuptools) Requires: python3dist(setuptools)
BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools)
BuildRequires: python3-setuptools_scm >= 1.15.0 BuildRequires: python3-setuptools_scm >= 1.15.0
BuildRequires: python3dist(six) >= 1.4 BuildRequires: python3dist(six) >= 1.4
BuildRequires: python3dist(toml) BuildRequires: python3-zipp >= 0.5
%if 0%{?python3_version_nodots} < 38 %if 0%{?python3_version_nodots} < 38
Requires: python3dist(importlib-metadata) >= 0.18 Requires: python3dist(importlib-metadata) >= 0.18
@ -60,7 +60,7 @@ version or author name.
Summary: jaraco.packaging documentation Summary: jaraco.packaging documentation
BuildRequires: python3dist(sphinx) BuildRequires: python3dist(sphinx)
BuildRequires: python3dist(rst-linker) BuildRequires: python3dist(rst.linker)
%description -n python-%{pkg_name}-doc %description -n python-%{pkg_name}-doc
Documentation for jaraco.packaging Documentation for jaraco.packaging
@ -68,6 +68,8 @@ Documentation for jaraco.packaging
%prep %prep
%autosetup -n %{pypi_name}-%{version} %autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
%build %build
%py3_build %py3_build
@ -94,9 +96,10 @@ rm -rf html/.{doctrees,buildinfo}
%files -n python3-%{pkg_name} %files -n python3-%{pkg_name}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{_bindir}/upload-package
%{_bindir}/dependency-tree %{_bindir}/dependency-tree
%{python3_sitelib}/jaraco/packaging %{python3_sitelib}/jaraco/packaging
%{python3_sitelib}/jaraco.packaging-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/jaraco.packaging-%{version}-py?.?.egg-info
%if %{with docs} %if %{with docs}
%files -n python-%{pkg_name}-doc %files -n python-%{pkg_name}-doc
@ -105,41 +108,8 @@ rm -rf html/.{doctrees,buildinfo}
%endif %endif
%changelog %changelog
* Tue Feb 08 2022 Dan Radez <dradez@redhat.com> - 8.2.1-5 * Wed Jan 24 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 6.2-6
- Don't remove egginfo - Rebuilt for MSVSphere 8.9
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 8.2.1-2
- Rebuilt for Python 3.10
* Fri Apr 30 2021 Dan Radez <dradez@redhat.com> - 8.2.1-1
- Update to 8.2.1
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 05 2021 Dan Radez <dradez@redhat.com> - 8.2.0-1
- Update to 8.2.0
* Wed Dec 09 2020 Dan Radez <dradez@redhat.com> - 8.1.1-1
- Update to 8.1.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 8.1.0-2
- Rebuilt for Python 3.9
* Fri May 08 2020 Dan Radez <dradez@redhat.com> - 8.1.0-1
- Update to 8.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 6.2-6 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 6.2-6
- Rebuilt for Python 3.8.0rc1 (#1748018) - Rebuilt for Python 3.8.0rc1 (#1748018)

@ -1 +0,0 @@
SHA512 (jaraco.packaging-8.2.1.tar.gz) = 3235756833bb4b0aff8dc832adb6e269bda622c5458493a302c6d487547ce224865aa367773f42bd456553c69cf451944d9b50d148761a40a775f59a398ec02c
Loading…
Cancel
Save