Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add psycopg_c as requirement for Pulpcore 3.49 #1363

Merged
merged 7 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pulpcore==3.49.19
pulpcore==3.49.21
pulp-container==2.20.3
pulp-deb==3.2.1
pulp-rpm==3.26.1
Expand Down
1 change: 0 additions & 1 deletion packages/python-psycopg/psycopg-3.1.9.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/python-psycopg/psycopg-3.2.3.tar.gz
10 changes: 8 additions & 2 deletions packages/python-psycopg/python-psycopg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
%global pypi_name psycopg

Name: python-%{pypi_name}
Version: 3.1.9
Release: 5%{?dist}
Version: 3.2.3
Release: 1%{?dist}
Summary: PostgreSQL database adapter for Python

License: GNU Lesser General Public License v3 (LGPLv3)
Expand Down Expand Up @@ -58,6 +58,12 @@ set -ex


%changelog
* Thu Oct 03 2024 Foreman Packaging Automation <[email protected]> - 3.2.3-1
- Update to 3.2.3

* Mon Sep 16 2024 Foreman Packaging Automation <[email protected]> - 3.1.18-1
- Update to 3.1.18

* Tue Jan 16 2024 Odilon Sousa <[email protected]> - 3.1.9-5
- Remove SCL bits

Expand Down
1 change: 0 additions & 1 deletion packages/python-pulpcore/pulpcore-3.49.19.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/python-pulpcore/pulpcore-3.49.21.tar.gz
23 changes: 16 additions & 7 deletions packages/python-pulpcore/python-pulpcore.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%global wrappers gunicorn pulpcore-worker pulp-content pulpcore-manager

Name: python-%{pypi_name}
Version: 3.49.19
Version: 3.49.21
Release: 1%{?dist}
Summary: Pulp Django Application and Related Modules

Expand Down Expand Up @@ -47,8 +47,6 @@ Requires: python%{python3_pkgversion}-aiofiles >= 22.1
Requires: python%{python3_pkgversion}-aiofiles < 23.3.0
Requires: python%{python3_pkgversion}-aiohttp >= 3.8.4
Conflicts: python%{python3_pkgversion}-aiohttp >= 3.9.6
Requires: python%{python3_pkgversion}-aioredis >= 2.0.1
Conflicts: python%{python3_pkgversion}-aioredis >= 2.1
Requires: python%{python3_pkgversion}-asyncio-throttle >= 1.0
Conflicts: python%{python3_pkgversion}-asyncio-throttle >= 1.1
Requires: python%{python3_pkgversion}-backoff >= 2.1.2
Expand All @@ -75,11 +73,11 @@ Requires: python%{python3_pkgversion}-drf-nested-routers >= 0.93.4
Requires: python%{python3_pkgversion}-drf-nested-routers <= 0.93.5
Requires: python%{python3_pkgversion}-drf-spectacular = 0.26.5
Requires: python%{python3_pkgversion}-dynaconf >= 3.1.12
Requires: python%{python3_pkgversion}-dynaconf <= 3.2.5
Requires: python%{python3_pkgversion}-dynaconf <= 3.3.0
Requires: python%{python3_pkgversion}-gnupg >= 0.5.0
Requires: python%{python3_pkgversion}-gnupg <= 0.5.2
Requires: python%{python3_pkgversion}-gunicorn >= 20.1.0
Requires: python%{python3_pkgversion}-gunicorn < 22.1.0
Requires: python%{python3_pkgversion}-gunicorn < 23.1.0
Requires: python%{python3_pkgversion}-jinja2 >= 3.1
Requires: python%{python3_pkgversion}-jinja2 <= 3.1.4
Requires: python%{python3_pkgversion}-importlib-metadata >= 6.0.1
Expand All @@ -102,7 +100,9 @@ Requires: python%{python3_pkgversion}-opentelemetry_instrumentation_wsgi <
Requires: python%{python3_pkgversion}-protobuf >= 4.21.1
Requires: python%{python3_pkgversion}-protobuf < 4.25.4
Requires: python%{python3_pkgversion}-psycopg >= 3.1.8
Requires: python%{python3_pkgversion}-psycopg <= 3.1.18
Odilhao marked this conversation as resolved.
Show resolved Hide resolved
Requires: python%{python3_pkgversion}-psycopg <= 3.2.3
Requires: python%{python3_pkgversion}-psycopg_c >= 3.1.8
Requires: python%{python3_pkgversion}-psycopg_c <= 3.2.3
Requires: python%{python3_pkgversion}-pygtrie >= 2.5
Conflicts: python%{python3_pkgversion}-pygtrie >= 2.6
Requires: python%{python3_pkgversion}-pyparsing >= 3.1.0
Expand All @@ -118,7 +118,7 @@ Requires: python%{python3_pkgversion}-url-normalize >= 1.4.3
Conflicts: python%{python3_pkgversion}-url-normalize >= 1.5
Requires: python%{python3_pkgversion}-uuid6 >= 2023.5.2
Requires: python%{python3_pkgversion}-uuid6 <= 2024.1.12
Conflicts: python%{python3_pkgversion}-whitenoise >= 6.5.0
Conflicts: python%{python3_pkgversion}-whitenoise >= 6.7.0
Requires: python%{python3_pkgversion}-whitenoise >= 5.0.0
Requires: python%{python3_pkgversion}-yarl >= 1.8
Requires: python%{python3_pkgversion}-yarl < 1.9.5
Expand Down Expand Up @@ -194,6 +194,15 @@ done


%changelog
* Wed Oct 09 2024 Odilon Sousa <[email protected]> - 3.49.21-1
- Release python-pulpcore 3.49.21

* Wed Sep 18 2024 Foreman Packaging Automation <[email protected]> - 3.49.20-1
- Update to 3.49.20

* Tue Sep 10 2024 Odilon Sousa <[email protected]> - 3.49.19-2
- Sync requirements with Pulp upstream requirements

* Tue Sep 03 2024 Foreman Packaging Automation <[email protected]> - 3.49.19-1
- Update to 3.49.19

Expand Down