Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theforeman/pulpcore-packaging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1989725296ac97715047166287d881771bdadd36
Choose a base ref
..
head repository: theforeman/pulpcore-packaging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b4f4413e2240350ab613f2128879ab00cc9ff05
Choose a head ref
2 changes: 1 addition & 1 deletion .github/workflows/generate-package-list.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:
sudo curl --create-dirs -o /usr/local/bin/rpmdev-bumpspec https://pagure.io/rpmdevtools/raw/6f387c1deaa5cbed770310e288abde04b17421dc/f/rpmdev-bumpspec
sudo curl --create-dirs -o /usr/local/bin/rpmdev-vercmp https://pagure.io/rpmdevtools/raw/79740e6f1881e399b0b4340a8090dd5adc91a4ea/f/rpmdev-vercmp
printf '#!/bin/bash\necho "$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>"' | sudo tee /usr/local/bin/rpmdev-packager
sudo chmod +x /usr/local/bin/*
sudo chmod +x /usr/local/bin/spectool /usr/local/bin/rpmdev-*
- name: Initialize git annex
run: git annex init
- name: Update Packages
2 changes: 1 addition & 1 deletion .github/workflows/requirement-check.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
sudo curl --create-dirs -o /usr/local/bin/rpmdev-bumpspec https://pagure.io/rpmdevtools/raw/6f387c1deaa5cbed770310e288abde04b17421dc/f/rpmdev-bumpspec
sudo curl --create-dirs -o /usr/local/bin/rpmdev-vercmp https://pagure.io/rpmdevtools/raw/79740e6f1881e399b0b4340a8090dd5adc91a4ea/f/rpmdev-vercmp
printf '#!/bin/bash\necho "$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>"' | sudo tee /usr/local/bin/rpmdev-packager
sudo chmod +x /usr/local/bin/*
sudo chmod +x /usr/local/bin/spectool /usr/local/bin/rpmdev-*
- name: Sort Updated Libs
run: git diff --unified=0 origin/rpm/develop..pull/${GITHUB_REF_NAME} automation/requirements.txt | grep -Po '(?<=^\+)(?!\+\+).*' > $PACKAGE_TO_UPDATE
- name: Check if package can be updated
2 changes: 1 addition & 1 deletion .github/workflows/update-pulp-packages.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
sudo curl --create-dirs -o /usr/local/bin/rpmdev-bumpspec https://pagure.io/rpmdevtools/raw/6f387c1deaa5cbed770310e288abde04b17421dc/f/rpmdev-bumpspec
sudo curl --create-dirs -o /usr/local/bin/rpmdev-vercmp https://pagure.io/rpmdevtools/raw/79740e6f1881e399b0b4340a8090dd5adc91a4ea/f/rpmdev-vercmp
printf '#!/bin/bash\necho "$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>"' | sudo tee /usr/local/bin/rpmdev-packager
sudo chmod +x /usr/local/bin/*
sudo chmod +x /usr/local/bin/spectool /usr/local/bin/rpmdev-*
- name: Initialize git annex
run: git annex init
- name: Update Packages
1 change: 1 addition & 0 deletions comps/comps-pulpcore-el8.xml
Original file line number Diff line number Diff line change
@@ -204,6 +204,7 @@
<packagereq type="default">python3.11-protobuf</packagereq>
<packagereq type="default">python3.11-ptyprocess</packagereq>
<packagereq type="default">python3.11-psycopg</packagereq>
<packagereq type="default">python3.11-psycopg_c</packagereq>
<packagereq type="default">python3.11-productmd</packagereq>
<packagereq type="default">python3.11-prometheus-client</packagereq>
<packagereq type="default">python3.11-psycopg2</packagereq>
1 change: 1 addition & 0 deletions comps/comps-pulpcore-el9.xml
Original file line number Diff line number Diff line change
@@ -211,6 +211,7 @@
<packagereq type="default">python3.11-protobuf</packagereq>
<packagereq type="default">python3.11-proto-plus</packagereq>
<packagereq type="default">python3.11-psycopg</packagereq>
<packagereq type="default">python3.11-psycopg_c</packagereq>
<packagereq type="default">python3.11-psycopg2</packagereq>
<packagereq type="default">python3.11-ptyprocess</packagereq>
<packagereq type="default">python3.11-pulp-ansible</packagereq>
1 change: 1 addition & 0 deletions package_manifest.yaml
Original file line number Diff line number Diff line change
@@ -274,6 +274,7 @@ tier4_packages:
python-platformdirs: {}
python-ptyprocess: {}
python-psycopg: {}
python-psycopg_c: {}
python-pyasn1: {}
python-pyasn1-modules: {}
python-pygobject: {}
1 change: 1 addition & 0 deletions packages/python-psycopg_c/psycopg_c-3.2.3.tar.gz
63 changes: 63 additions & 0 deletions packages/python-psycopg_c/python-psycopg_c.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11

# Created by pyp2rpm-3.3.3
%global pypi_name psycopg_c

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

License: LGPL-3.0-only
URL: https://psycopg.org/psycopg3/
Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-wheel >= 0.37

BuildRequires: python%{python3_pkgversion}-Cython
BuildRequires: gcc
BuildRequires: postgresql-devel

%description
%{summary}


%package -n python%{python3_pkgversion}-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}


%description -n python%{python3_pkgversion}-%{pypi_name}
%{summary}


%prep
set -ex
%autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info


%build
set -ex
%py3_build


%install
set -ex
%py3_install


%files -n python%{python3_pkgversion}-%{pypi_name}
%license LICENSE.txt
%doc README.rst
%{python3_sitearch}/%{pypi_name}
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info


%changelog
* Wed Oct 09 2024 Evgeni Golov - 3.2.3-1
- Initial package.
7 changes: 5 additions & 2 deletions packages/python-pulp-cli/python-pulp-cli.spec
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

Name: python-%{pypi_name}
Version: 0.29.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Command line interface to talk to pulpcore's REST API

License: GPLv2+
@@ -38,7 +38,7 @@ Requires: python%{python3_pkgversion}-click-shell < 3
Requires: python%{python3_pkgversion}-click-shell >= 2.1
Requires: python%{python3_pkgversion}-packaging
Requires: python%{python3_pkgversion}-pygments
Requires: python%{python3_pkgversion}-requests < 2.32
Requires: python%{python3_pkgversion}-requests < 2.33
Requires: python%{python3_pkgversion}-requests >= 2.24.0
Requires: python%{python3_pkgversion}-schema < 0.8
Requires: python%{python3_pkgversion}-schema >= 0.7.5
@@ -83,6 +83,9 @@ set -ex


%changelog
* Wed Oct 09 2024 Odilon Sousa <osousa@redhat.com> - 0.29.2-2
- Update requirement for requests

* Thu Oct 03 2024 Foreman Packaging Automation <packaging@theforeman.org> - 0.29.2-1
- Update to 0.29.2

8 changes: 5 additions & 3 deletions packages/python-pulp-glue/python-pulp-glue.spec
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

Name: python-%{pypi_name}
Version: 0.29.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Version agnostic glue library to talk to pulpcore's REST API

License: GPLv2+
@@ -30,9 +30,8 @@ Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
Requires: python%{python3_pkgversion}-packaging < 25
Requires: python%{python3_pkgversion}-packaging >= 20.0
Requires: python%{python3_pkgversion}-requests < 2.32
Requires: python%{python3_pkgversion}-requests < 2.33
Requires: python%{python3_pkgversion}-requests >= 2.24.0
Requires: python%{python3_pkgversion}-setuptools

Obsoletes: python3-%{pypi_name} < %{version}-%{release}
%if 0%{?rhel} == 8
@@ -63,6 +62,9 @@ set -ex


%changelog
* Wed Oct 09 2024 Odilon Sousa <osousa@redhat.com> - 0.29.2-2
- Update requirement for requests

* Thu Oct 03 2024 Foreman Packaging Automation <packaging@theforeman.org> - 0.29.2-1
- Update to 0.29.2

7 changes: 6 additions & 1 deletion packages/python-pulpcore/python-pulpcore.spec
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@

Name: python-%{pypi_name}
Version: 3.63.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Pulp Django Application and Related Modules

License: GPLv2+
@@ -100,6 +100,8 @@ Requires: python%{python3_pkgversion}-protobuf >= 4.21.1
Requires: python%{python3_pkgversion}-protobuf < 5.0
Requires: python%{python3_pkgversion}-psycopg >= 3.1.8
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
@@ -189,6 +191,9 @@ done


%changelog
* Wed Oct 09 2024 Odilon Sousa <osousa@redhat.com> - 3.63.0-3
- Add psycopg_c requirement

* Fri Oct 04 2024 Odilon Sousa <osousa@redhat.com> - 3.63.0-2
- Bump pulp-glue requirement

2 changes: 1 addition & 1 deletion packages/python-pycairo/python-pycairo.spec
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ set -ex


%changelog
* Wed Oct 09 2024 Foreman Packaging Automation <packaging@theforeman.org> - 1.27.0-1
* Mon Oct 14 2024 Foreman Packaging Automation <packaging@theforeman.org> - 1.27.0-1
- Update to 1.27.0

* Tue Jan 16 2024 Odilon Sousa <osousa@redhat.com> - 1.20.1-7