Skip to content

Commit

Permalink
Mass Rebuild with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Nov 11, 2023
1 parent 030819f commit 2c6102f
Show file tree
Hide file tree
Showing 255 changed files with 1,525 additions and 252 deletions.
7 changes: 6 additions & 1 deletion packages/ansible-lint/ansible-lint.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
# Created by pyp2rpm-3.3.3
%global pypi_name ansible-lint

Name: %{pypi_name}
Version: 5.0.8
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Checks playbooks for practices and behaviour that could potentially be improved

License: MIT
Expand Down Expand Up @@ -54,6 +56,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/ansible_lint-%{version}-py%{python3_version}.egg-info

%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 5.0.8-5
- Build against python 3.11

* Thu Apr 28 2022 Odilon Sousa <osousa@redhat.com> - 5.0.8-4
- Rebuilding against python 3.9

Expand Down
8 changes: 7 additions & 1 deletion packages/createrepo_c/createrepo_c.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11

%global libmodulemd_version 2.3.0

%define __cmake_in_source_build 1
Expand Down Expand Up @@ -43,7 +46,7 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 1.0.2
Release: 2%{?dist}
Release: 3%{?dist}
License: GPL-2.0-or-later
URL: https://github.com/rpm-software-management/createrepo_c
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -263,6 +266,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%endif

%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com>
- Build against python 3.11

* Mon Nov 06 2023 Odilon Sousa <osousa@redhat.com> - 1.0.2-2
- Build python3.6 using python3 naming for EL8

Expand Down
8 changes: 7 additions & 1 deletion packages/libcomps/libcomps.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11

# explicitly define, as we build on top of an scl, not inside with scl_package
%if 0%{?scl:1}
%global scl_prefix %{scl}-
Expand Down Expand Up @@ -25,7 +28,7 @@

Name: libcomps
Version: 0.1.18
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Comps XML file manipulation library

License: GPLv2+
Expand Down Expand Up @@ -240,6 +243,9 @@ popd
%endif
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 0.1.18-5
- Build against python 3.11
* Thu May 12 2022 Yanis Guenane <yguenane@redhat.com> - 0.1.18-4
- Fix obsolete named package
Expand Down
8 changes: 7 additions & 1 deletion packages/libsolv/libsolv.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11

# explicitly define, as we build on top of an scl, not inside with scl_package
%if 0%{?scl:1}
%global scl_prefix %{scl}-
Expand Down Expand Up @@ -46,7 +49,7 @@

Name: lib%{libname}
Version: 0.7.22
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Package dependency solver

License: BSD
Expand Down Expand Up @@ -389,6 +392,9 @@ set -ex
%endif
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 0.7.22-5
- Build against python 3.11
* Thu May 12 2022 Yanis Guenane <yguenane@redhat.com> - 0.7.22-4
- Fix obsolete named package
Expand Down
8 changes: 7 additions & 1 deletion packages/pyproject-rpm-macros/pyproject-rpm-macros.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11

Name: pyproject-rpm-macros
Summary: RPM macros for PEP 517 Python packages
License: MIT
Expand All @@ -9,7 +12,7 @@ License: MIT
# Increment Z when this is a bugfix or a cosmetic change
# Dropping support for EOL Fedoras is *not* considered a breaking change
Version: 1.9.0
Release: 2%{?dist}
Release: 3%{?dist}

# Macro files
Source001: macros.pyproject
Expand Down Expand Up @@ -128,6 +131,9 @@ test "$signature1" != ""


%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 1.9.0-3
- Build against python 3.11

* Fri Oct 13 2023 Odilon Sousa <osousa@redhat.com> - 1.9.0-2
- Add pip as requirements

Expand Down
7 changes: 6 additions & 1 deletion packages/python-aiodns/python-aiodns.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -6,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 3.0.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Simple DNS resolver for asyncio

License: MIT
Expand Down Expand Up @@ -63,6 +65,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 3.0.0-4
- Build against python 3.11
* Fri Apr 22 2022 Yanis Guenane <yguenane@redhat.com> - 3.0.0-3
- Build against python 3.9
Expand Down
7 changes: 6 additions & 1 deletion packages/python-aiofiles/python-aiofiles.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -6,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 22.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: File support for asyncio

License: Apache 2.0
Expand Down Expand Up @@ -62,6 +64,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 22.1.0-2
- Build against python 3.11
* Tue Sep 20 2022 Odilon Sousa 22.1.0-1
- Update to 22.1.0
Expand Down
7 changes: 6 additions & 1 deletion packages/python-aiohttp-socks/python-aiohttp-socks.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}
%{?python_disable_dependency_generator}
Expand All @@ -7,7 +9,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 0.7.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Proxy connector for aiohttp

License: Apache 2
Expand Down Expand Up @@ -67,6 +69,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 0.7.1-4
- Build against python 3.11
* Fri May 06 2022 Odilon Sousa <osousa@redhat.com> - 0.7.1-3
- Rebuilding with python_disable_dependency_generator macro
Expand Down
7 changes: 6 additions & 1 deletion packages/python-aiohttp-xmlrpc/python-aiohttp-xmlrpc.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -6,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 1.5.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: aiohttp XML-RPC server handler and client

License: MIT
Expand Down Expand Up @@ -63,6 +65,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 1.5.0-3
- Build against python 3.11
* Fri Apr 22 2022 Yanis Guenane <yguenane@redhat.com> - 1.5.0-2
- Build against python 3.9
Expand Down
7 changes: 6 additions & 1 deletion packages/python-aiohttp/python-aiohttp.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -6,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 3.8.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Async http client/server framework (asyncio)

License: Apache 2
Expand Down Expand Up @@ -80,6 +82,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 3.8.3-3
- Build against python 3.11
* Mon Feb 13 2023 Odilon Sousa <osousa@redhat.com> - 3.8.3-2
- Remove asynctest requirement, only required for python <3.8
Expand Down
7 changes: 6 additions & 1 deletion packages/python-aioredis/python-aioredis.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -7,7 +9,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 2.0.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: asyncio (PEP 3156) Redis support

License: MIT
Expand Down Expand Up @@ -65,6 +67,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 2.0.1-3
- Build against python 3.11
* Fri Apr 22 2022 Yanis Guenane <yguenane@redhat.com> - 2.0.1-2
- Build against python 3.9
Expand Down
7 changes: 6 additions & 1 deletion packages/python-aiosignal/python-aiosignal.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -6,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 1.3.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: aiosignal: a list of registered asynchronous callbacks

License: Apache 2.0
Expand Down Expand Up @@ -64,6 +66,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 1.3.1-2
- Build against python 3.11
* Fri Feb 03 2023 Odilon Sousa 1.3.1-1
- Update to 1.3.1
Expand Down
7 changes: 6 additions & 1 deletion packages/python-ansible-builder/python-ansible-builder.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -6,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 1.0.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A tool for building Ansible Execution Environments

License: Apache-2.0
Expand Down Expand Up @@ -74,6 +76,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 1.0.1-5
- Build against python 3.11
* Tue May 10 2022 Yanis Guenane <yguenane@redhat.com> - 1.0.1-4
- Obsolete the old Python 3.8 package for smooth upgrade
Expand Down
7 changes: 6 additions & 1 deletion packages/python-anyio/python-anyio.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%global pypi_name anyio

Name: python-%{pypi_name}
Version: 3.6.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: High level compatibility layer for multiple asynchronous event loop implementations

# Check if the automatically generated License and its spelling is correct for Fedora
Expand Down Expand Up @@ -54,5 +56,8 @@ set -ex


%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 3.6.2-2
- Build against python 3.11

* Fri Jul 21 2023 Odilon Sousa - 3.6.2-1
- Initial package.
7 changes: 6 additions & 1 deletion packages/python-asgiref/python-asgiref.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -6,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 3.6.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: ASGI specs, helper code, and adapters

License: BSD
Expand Down Expand Up @@ -60,6 +62,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 3.6.0-2
- Build against python 3.11
* Fri Feb 03 2023 Odilon Sousa 3.6.0-1
- Update to 3.6.0
Expand Down
7 changes: 6 additions & 1 deletion packages/python-async-lru/python-async-lru.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global python3_pkgversion 3.11
%global __python3 /usr/bin/python3.11
%{?scl:%scl_package python-%{pypi_name}}
%{!?scl:%global pkg_name %{name}}

Expand All @@ -6,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 1.0.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple lru_cache for asyncio

License: MIT
Expand Down Expand Up @@ -63,6 +65,9 @@ set -ex
%changelog
* Sat Nov 11 2023 Odilon Sousa <osousa@redhat.com> - 1.0.3-2
- Build against python 3.11
* Tue Sep 20 2022 Odilon Sousa 1.0.3-1
- Update to 1.0.3
Expand Down

0 comments on commit 2c6102f

Please sign in to comment.