Update package gitdb of version 4.0.9

This commit is contained in:
A_L_I_E_Z 2022-05-31 08:38:16 +00:00
parent 999b5d5554
commit 4350ba2171
2 changed files with 41 additions and 33 deletions

View File

@ -1,50 +1,55 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-gitdb Name: python-gitdb
Version: 4.0.5 Version: 4.0.9
Release: 1 Release: 1
Summary: Git Object Database Summary: Git Object Database
License: BSD License: BSD
URL: https://github.com/gitpython-developers/gitdb URL: https://github.com/gitpython-developers/gitdb
Source0: https://files.pythonhosted.org/packages/d1/05/eaf2ac564344030d8b3ce870b116d7bb559020163e80d9aa4a3d75f3e820/gitdb-4.0.5.tar.gz Source0: https://files.pythonhosted.org/packages/fc/44/64e02ef96f20b347385f0e9c03098659cb5a1285d36c3d17c56e534d80cf/gitdb-4.0.9.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
GitDB allows you to access bare git repositories for reading and writing.\ GitDB allows you to access bare git repositories for reading and writing.
It aims at allowing full access to loose objects as well as packs with\ It aims at allowing full access to loose objects as well as packs with
performance and scalability in mind. It operates exclusively on streams,\ performance and scalability in mind. It operates exclusively on streams,
allowing to handle large objects with a small memory footprint. allowing to handle large objects with a small memory footprint.
%package -n python3-gitdb %package -n python3-gitdb
Summary: Git Object Database Summary: Git Object Database
Provides: python-gitdb Provides: python-gitdb
# Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
# General requires
BuildRequires: python3-smmap
# General requires
Requires: python3-smmap Requires: python3-smmap
%description -n python3-gitdb %description -n python3-gitdb
GitDB allows you to access bare git repositories for reading and writing.\ GitDB allows you to access bare git repositories for reading and writing.
It aims at allowing full access to loose objects as well as packs with\ It aims at allowing full access to loose objects as well as packs with
performance and scalability in mind. It operates exclusively on streams,\ performance and scalability in mind. It operates exclusively on streams,
allowing to handle large objects with a small memory footprint. allowing to handle large objects with a small memory footprint.
%package help %package help
Summary: Development documents and examples for gitdb Summary: Git Object Database
Provides: python3-gitdb-doc Provides: python3-gitdb-doc
%description help %description help
GitDB allows you to access bare git repositories for reading and writing.\ GitDB allows you to access bare git repositories for reading and writing.
It aims at allowing full access to loose objects as well as packs with\ It aims at allowing full access to loose objects as well as packs with
performance and scalability in mind. It operates exclusively on streams,\ performance and scalability in mind. It operates exclusively on streams,
allowing to handle large objects with a small memory footprint. allowing to handle large objects with a small memory footprint.
%prep %prep
%autosetup -n gitdb-4.0.5 %autosetup -n gitdb-%{version}
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -78,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue May 31 2022 OpenStack_SIG <openstack@openeuler.org> - 4.0.9-1
- Upgrade package python3-gitdb to version 4.0.9
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org> * Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Update to 4.0.5 - Update to 4.0.5