Project

General

Profile

« Previous | Next » 

Revision 4122a1e5

Added by Samir Jha about 4 years ago

Bump python-pulpcore to 3.2.1

(cherry picked from commit a633a25c8f4e891f53c786f2ced2528bc5ae1b0a)

View differences:

packages/pulpcore/python-pulpcore/python-pulpcore.spec
%global pypi_name pulpcore
Name: python-%{pypi_name}
Version: 3.0.1
Release: 2%{?dist}
Version: 3.2.1
Release: 1%{?dist}
Summary: Pulp Django Application and Related Modules
License: GPLv2+
......
BuildArch: noarch
BuildRequires: python3-devel
Requires: python3-Django >= 2.2.3
Conflicts: python3-Django >= 2.3
BuildRequires: python3-PyYAML < 5.4.0
BuildRequires: python3-PyYAML >= 5.1.1
BuildRequires: python3-aiodns
BuildRequires: python3-aiofiles
BuildRequires: python3-aiohttp
BuildRequires: python3-backoff
Requires: python3-coreapi >= 2.3.3
Conflicts: python3-coreapi >= 2.4
Requires: python3-django-filter >= 2.2.0
Conflicts: python3-django-filter >= 2.3
Requires: python3-djangorestframework >= 3.10.2
Conflicts: python3-djangorestframework >= 3.11
Requires: python3-djangorestframework-queryfields >= 1.0.0
Conflicts: python3-djangorestframework-queryfields >= 1.1
Requires: python3-drf-nested-routers >= 0.91.0
Conflicts: python3-drf-nested-routers >= 0.92
Requires: python3-drf-yasg >= 1.17.0
Conflicts: python3-drf-yasg >= 1.18
BuildRequires: python3-dynaconf < 4.0
BuildRequires: python3-dynaconf >= 2.2
Requires: python3-gnupg >= 0.4.0
Conflicts: python3-gnupg >= 0.5
BuildRequires: python3-gunicorn < 20.1
BuildRequires: python3-gunicorn >= 19.9
BuildRequires: python3-psycopg2 < 2.9
BuildRequires: python3-psycopg2 >= 2.7
Requires: python3-pygtrie >= 2.3.2
Conflicts: python3-pygtrie >= 2.4
BuildRequires: python3-redis >= 3.4.0
BuildRequires: python3-rq < 1.3
BuildRequires: python3-rq >= 1.1
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools < 42.1.0
BuildRequires: python3-setuptools >= 39.2.0
BuildRequires: python3-whitenoise < 5.1.0
BuildRequires: python3-whitenoise >= 4.1.3
%description
Pulp is a platform for managing repositories of content, such as software
packages, and pushing that content out to large numbers of consumers.
Using Pulp you can:
- Locally mirror all or part of a repository
- Host your own content in a new repository
- Manage content from multiple sources in one place
- Promote content through different repos in an organized way
%{summary}
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
Requires: python3-Django >= 2.2.3
Conflicts: python3-Django >= 2.3
Requires: python3-PyYAML < 5.4.0
Requires: python3-PyYAML >= 5.1.1
Requires: python3-aiodns
Requires: python3-aiofiles
Requires: python3-aiohttp
Requires: python3-backoff
Requires: python3-coreapi >= 2.3.3
Conflicts: python3-coreapi >= 2.4
Requires: python3-django >= 2.2.3
Conflicts: python3-django >= 2.3
Requires: python3-django-filter >= 2.2.0
Conflicts: python3-django-filter >= 2.3
Requires: python3-djangorestframework >= 3.10.2
Conflicts: python3-djangorestframework >= 3.11
Requires: python3-djangorestframework-queryfields >= 1.0.0
Conflicts: python3-djangorestframework-queryfields >= 1.1
Requires: python3-drf-nested-routers >= 0.91
Requires: python3-drf-nested-routers >= 0.91.0
Conflicts: python3-drf-nested-routers >= 0.92
Requires: python3-drf-yasg >= 1.17.0
Conflicts: python3-drf-yasg >= 1.18
Requires: python3-dynaconf < 2.3
Requires: python3-dynaconf < 4.0
Requires: python3-dynaconf >= 2.2
Requires: python3-gnupg >= 0.4.0
Conflicts: python3-gnupg >= 0.5
Requires: python3-gunicorn < 20.1
Requires: python3-gunicorn >= 19.9
Requires: python3-psycopg2 < 2.9
Requires: python3-psycopg2 >= 2.7
Requires: python3-pygtrie >= 2.3.2
Conflicts: python3-pygtrie >= 2.4
Requires: python3-pyyaml < 5.3.0
Requires: python3-pyyaml >= 5.1.1
Requires: python3-redis >= 3.1.0
Conflicts: python3-redis >= 3.2
Requires: python3-rq >= 1.1.0
Conflicts: python3-rq >= 1.2
Requires: python3-setuptools < 42.1.0
Requires: python3-redis >= 3.4.0
Requires: python3-rq < 1.3
Requires: python3-rq >= 1.1
Requires: python3-setuptools
Requires: python3-setuptools >= 39.2.0
Requires: python3-whitenoise < 5.1.0
Requires: python3-whitenoise >= 4.1.3
Conflicts: python3-whitenoise >= 4.2
%description -n python3-%{pypi_name}
Pulp is a platform for managing repositories of content, such as software
packages, and pushing that content out to large numbers of consumers.
Using Pulp you can:
- Locally mirror all or part of a repository
- Host your own content in a new repository
- Manage content from multiple sources in one place
- Promote content through different repos in an organized way
%{summary}
%prep
%autosetup -n %{pypi_name}-%{version}
......
%license LICENSE
%doc README.md
%{_bindir}/pulp-content
%{_bindir}/pulpcore-manager
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Wed Mar 18 2020 Samir Jha 3.2.1-1
- Update to 3.2.1
* Fri Feb 28 2020 Zach Huntington-Meath <zhunting@redhat.com> - 3.0.1-2
- Bump release to build for el8

Also available in: Unified diff