patroni pgdg-python3-botocore pgdg-python3-dns pgdg-python3-prettytable pgdg-python3...
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 22 Sep 2025 02:28:40 +0000 (21:28 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 22 Sep 2025 02:28:40 +0000 (21:28 -0500)
18 files changed:
rpm/redhat/main/common/patroni/main/patroni.spec
rpm/redhat/main/common/pgdg-python3-argcomplete/main/pgdg-python3-argcomplete.spec
rpm/redhat/main/common/pgdg-python3-boto3/main/pgdg-python3-boto3.spec
rpm/redhat/main/common/pgdg-python3-botocore/main/pgdg-python3-botocore.spec
rpm/redhat/main/common/pgdg-python3-click/main/pgdg-python3-click.spec
rpm/redhat/main/common/pgdg-python3-dateutil/main/pgdg-python3-dateutil.spec
rpm/redhat/main/common/pgdg-python3-dns/main/pgdg-python3-dns.spec
rpm/redhat/main/common/pgdg-python3-kazoo/main/pgdg-python3-kazoo.spec
rpm/redhat/main/common/pgdg-python3-lz4/main/pgdg-python3-lz4.spec
rpm/redhat/main/common/pgdg-python3-prettytable/main/pgdg-python3-prettytable.spec
rpm/redhat/main/common/pgdg-python3-psutil/main/pgdg-python3-psutil.spec
rpm/redhat/main/common/pgdg-python3-psycopg2/main/pgdg-python3-psycopg2.spec
rpm/redhat/main/common/pgdg-python3-wcwidth/main/pgdg-python3-wcwidth.spec
rpm/redhat/main/common/pgdg-python3-zstandard/main/python3-zstandard.spec
rpm/redhat/main/common/py-consul/main/py-consul.spec
rpm/redhat/main/common/python3-etcd/main/python3-etcd.spec
rpm/redhat/main/common/python3-ydiff/main/python3-ydiff.spec
rpm/redhat/main/common/python3.12-six/main/python3.12-six.spec

index 662d603321e34d089570c2d342560ee28eb8be6b..d9c073775aeaf0eb6e68934f2fe2e8e1f2e28904 100644 (file)
@@ -1,3 +1,7 @@
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -16,7 +20,7 @@
 Summary:       A Template for PostgreSQL HA with ZooKeeper, etcd or Consul
 Name:          patroni
 Version:       4.0.6
-Release:       2PGDG%{?dist}
+Release:       2PGDG%{?dist}.1
 License:       MIT
 Source0:       https://github.com/patroni/%{name}/archive/v%{version}.tar.gz
 Source1:       %{name}.service
@@ -231,6 +235,9 @@ fi
 %files -n %{name}-zookeeper
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 4.0.6-2PGDG.1
+- Add Fedora 43 support
+
 * Mon Aug 18 2025 Devrim Gündüz <devrim@gunduz.org> - 4.0.6-2PGDG
 - Make sure that OS picks up the latest python3-ydiff package.
   Otherwise many patronictl commands will fail.
index cb9b67648dd67367269f03295a65c8f7ff143a5b..f8199c5628b3d69f941d026e39d358a62404aeae 100644 (file)
@@ -1,5 +1,9 @@
 %global modname argcomplete
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __python3 %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -16,7 +20,7 @@
 Name:          python%{python3_pkgversion}-%{modname}
 Summary:       Bash tab completion for argparse
 Version:       3.6.2
-Release:       1PGDG%{dist}
+Release:       1PGDG%{dist}.1
 License:       Apache-2.0
 URL:           https://github.com/kislyuk/%{modname}
 Source0:       https://files.pythonhosted.org/packages/source/a/%{modname}/%{modname}-%{version}.tar.gz
@@ -81,6 +85,9 @@ sed -i '/^#!/d' argcomplete/scripts/*.py
 %{python3_sitelib}/argcomplete/scripts/__pycache__/*.py*
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 3.6.2-1PGDG.1
+- Add Fedora 43 support
+
 * Mon May 19 2025 Devrim Gunduz <devrim@gunduz.org> - 3.6.2-1PGDG
 - Inıtial packaging for the PostgreSQL RPM repository to support Barman
   on RHEL 9 and RHEL 8. Modified Fedora rawhide spec file.
index 4e79b6f2726d16207c020ac07db3a2703567220f..7cfd999bd6468fa2c4d03a3b77491ad17a65d2fa 100644 (file)
@@ -1,5 +1,9 @@
 %global modname boto3
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -18,7 +22,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       1.38.19
-Release:       2PGDG%{?dist}
+Release:       2PGDG%{?dist}.1
 Summary:       The AWS SDK for Python
 
 License:       Apache-2.0
@@ -75,6 +79,9 @@ hardlink -c '%{buildroot}%{python3_sitelib}/%{modname}'
 %{python3_sitelib}/%{modname}/s3/__pycache__/*
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 1.38.19-2PGDG.1
+- Add Fedora 43 support
+
 * Sat May 31 2025 Devrim Gunduz <devrim@gunduz.org> - 1.38.19-2PGDG
 - Add missing botocore dependency, per:
   https://github.com/pgdg-packaging/pgdg-rpms/issues/36
index 57dccffe656bf762d4c801585a84e10d7a6ad3ad..298d80da8d29506a9853031ab78181cf6650c549 100644 (file)
@@ -1,6 +1,10 @@
 %global pypi_name botocore
 
-%if 0%{?fedora} && 0%{?fedora} >= 41
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
+%if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
 %endif
@@ -18,7 +22,7 @@
 Name:          python%{python3_pkgversion}-%{pypi_name}
 # NOTICE - Updating this package requires updating python-boto3
 Version:       1.38.19
-Release:       1PGDG%{?dist}
+Release:       1PGDG%{?dist}.1
 Summary:       Low-level, data-driven core of boto 3
 
 License:       Apache-2.0
@@ -56,6 +60,9 @@ rm -vr tests/functional/leak
 %{python3_sitelib}/%{pypi_name}/*
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 1.38.19-1PGDG.1
+- Add Fedora 43 support
+
 * Sat May 31 2025 Devrim Gunduz <devrim@gunduz.org> - 1.38.19-1PGDG
 - Inıtial packaging for the PostgreSQL RPM repository to support Patroni
   on RHEL 9 and RHEL 8.
index 9c13edde5e866f28d4893d3602191f463bdeae79..24a1af361caec5450755de53e7c428e303f75a66 100644 (file)
@@ -1,5 +1,9 @@
 %global modname click
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -18,7 +22,7 @@
 
 Name:          python%{python3_pkgversion}-click
 Version:       8.1.7
-Release:       43PGDG%{?dist}
+Release:       43PGDG%{?dist}.1
 Summary:       Simple wrapper around optparse for powerful command line utilities
 
 License:       BSD-3-Clause
@@ -54,6 +58,9 @@ comes with good defaults out of the box.
 %{pgdg_python3_sitearch}/%{modname}/py.typed
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 8.1.7-43PGDG.1
+- Add Fedora 43 support
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 8.1.7-43PGDG
 - Add Provides:
 
index 689c937df453ecb6d21d82b171dc99b1f608f68c..67c7a660f32bb6d2291ab72cc257bcb653f5bd0d 100644 (file)
@@ -1,5 +1,9 @@
 %global modname dateutil
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -18,7 +22,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       2.9.0.post0
-Release:       1PGDG%{?dist}
+Release:       1PGDG%{?dist}.1
 Summary:       Powerful extensions to the standard datetime module
 License:       (Apache-2.0 AND BSD-3-Clause) OR BSD-3-Clause
 URL:           https://github.com/%{modname}/%{modname}
@@ -76,6 +80,9 @@ iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
 %{pgdg_python3_sitearch}/python_dateutil-%{version}-py%{pybasever}.egg-info/*
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 2.9.0.post0-1PGDG.1
+- Add Fedora 43 support
+
 * Sun May 18 2025 Devrim Gunduz <devrim@gunduz.org> - 2.9.0.post0-1PGDG
 - Inıtial packaging for the PostgreSQL RPM repository to support Barman
   on RHEL 9 and RHEL 8.
index c2ad4335d284f7e1bb0aeb930486932efc0c4783..3b8b2a9b797260e6d5bcad5c7493c1bc0591748c 100644 (file)
@@ -1,3 +1,7 @@
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __python3 %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -13,7 +17,7 @@
 
 Name:          python%{python3_pkgversion}-dns
 Version:       1.15.0
-Release:       42PGDG%{?dist}
+Release:       42PGDG%{?dist}.1
 Summary:       DNS toolkit for Python
 
 Group:         Development/Languages
@@ -56,6 +60,9 @@ find examples -type f | xargs chmod a-x
 %{python3_sitelib}/dns
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 1.15.0-42PGDG.1
+- Add Fedora 43 support
+
 * Wed May 21 2025 Devrim Gunduz <devrim@gunduz.org> - 1.15.0-42PGDG
 - Initial packaging for the PostgreSQL RPM repository to support
   patroni-etcd package on RHEL 9.
index 8f4c2bda9e535dab15f42e36007e8adf19591731..0a0ea3d87782e5d21609834e34e1a3fb4015c610 100644 (file)
@@ -1,4 +1,9 @@
 %global modname kazoo
+
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -17,7 +22,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       2.8.0
-Release:       42PGDG%{?dist}
+Release:       42PGDG%{?dist}.1
 Summary:       Higher level Python Zookeeper client
 
 License:       Apache-2.0
@@ -55,6 +60,9 @@ find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
 %{python3_sitelib}/%{modname}-%{version}-py%{pybasever}.egg-info
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 2.8.0-42PGDG.1
+- Add Fedora 43 support
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 2.8.0-42PGDG
 - Initial packaging for the PostgreSQL RPM repository to support Patroni
   on RHEL 9 and 8 and SLES 15.
index cfa444ce2b7b1fd61aed827e045de6a61bda4c17..37b8f8f5efa2053733c02aee9ddaf7efe4a80278 100644 (file)
@@ -1,6 +1,10 @@
 %global srcname lz4
 
-%if 0%{?fedora} && 0%{?fedora} >= 41
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
+%if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
 %endif
@@ -18,7 +22,7 @@
 
 Name:          python%{python3_pkgversion}-%{srcname}
 Version:       4.3.3
-Release:       43PGDG%{?dist}
+Release:       43PGDG%{?dist}.1
 URL:           https://github.com/python-%{srcname}/python-%{srcname}
 Summary:       LZ4 Bindings for Python
 # Automatically converted from old format: BSD - review is highly recommended.
@@ -70,6 +74,9 @@ find %{buildroot}%{python3_sitearch} -name 'lz4*.so' \
 %endif
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 4.3.3-43PGDG.1
+- Add Fedora 43 support
+
 * Wed Jun 11 2025 Devrim Gunduz <devrim@gunduz.org> - 4.3.3-43PGDG
 - Add SLES 15 support
 
index 9f01f6f12cc1fac0838a40c6d58cd734ae7ec38a..1999c90e742c91395f1e28525e0feb4aff0a4d63 100644 (file)
@@ -1,4 +1,9 @@
 %global modname prettytable
+
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -17,7 +22,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       3.4.0
-Release:       44PGDG%{dist}
+Release:       44PGDG%{dist}.1
 Summary:       Python library to display tabular data in tables
 
 License:       BSD-3-Clause
@@ -58,6 +63,9 @@ sed -i -e '/^*!\//, 1d' src/prettytable/*.py
 %{python3_sitelib}/%{modname}/__pycache__/*.py*
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 3.4.0-44PGDG.1
+- Add Fedora 43 support
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 3.4.0-44PGDG
 - Define python3_sitelib macro globally. For some reason it does not
   build on RHEL 8 - aarch64 without this.
index 85a91a974907557b9f2b3379093dbbc68b493734..240d0fc57ddc2f672c2c8d1bef8aba268ce81e25 100644 (file)
@@ -1,5 +1,9 @@
 %global modname psutil
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -18,7 +22,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       6.1.1
-Release:       43PGDG%{?dist}
+Release:       43PGDG%{?dist}.1
 Summary:       A process and system utilities module for Python
 
 License:       BSD-3-Clause
@@ -61,6 +65,9 @@ done
 %{python3_sitearch}/%{modname}/*.so
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 6.1.1-43PGDG.1
+- Add Fedora 43 support
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 6.1.1-43PGDG
 - Define python3_sitelib macro globally. For some reason it does not
   build on RHEL 8 - aarch64 without this.
index 2d76073d6419a902ae82cf0cac2e9a29b427b6bb..a7004ec14b62d1847c4e9950152696ad9d82be14 100644 (file)
@@ -1,5 +1,9 @@
 %global sname psycopg2
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -19,7 +23,7 @@
 Summary:       A PostgreSQL database adapter for Python %{python3_pkgversion}
 Name:          python%{python3_pkgversion}-%{sname}
 Version:       2.9.10
-Release:       1PGDG%{?dist}
+Release:       1PGDG%{?dist}.1
 # The exceptions allow linking to OpenSSL and PostgreSQL's libpq
 License:       LGPLv3+ with exceptions
 Url:           https://www.psycopg.org
@@ -63,6 +67,9 @@ export PATH=%{pginstdir}/bin:$PATH
 
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 2.9.10-1PGDG.1
+- Add Fedora 43 support
+
 * Fri May 16 2025 Devrim Gündüz <devrim@gunduz.org> - 2.9.10-1PGDG
 - Initial packaging for the PostgreSQL RPM repository to support
   Patroni and Barman packages on RHEL 8 and 9.
index 9ebca561302c52180b1b3303daf9c2e596a83c26..d338ecd9b320dff23232111f5de13a9c4f08dee7 100644 (file)
@@ -1,5 +1,9 @@
 %global modname wcwidth
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -19,7 +23,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       0.2.13
-Release:       1PGDG%{dist}
+Release:       1PGDG%{dist}.1
 Summary:       Measures number of Terminal column cells of wide-character codes
 
 # part of the code is under HPND-Markus-Kuhn
@@ -52,6 +56,9 @@ sed -i -e 's|--cov[^[:space:]]*||g' tox.ini
 %{python3_sitelib}/%{modname}/__pycache__/*.py*
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 0.2.13-1PGDG.1
+- Add Fedora 43 support
+
 * Tue May 20 2025 Devrim Gunduz <devrim@gunduz.org> - 0.2.3-1PGDG
 - Initial packaging for the PostgreSQL RPM repository to support Patroni
   on RHEL 9 and RHEL 8.
index 1a712b06c0ba268c8f681430c98a8da518d9661b..31a6d5badb3ca1e917352de9e9379036f14dbd19 100644 (file)
@@ -1,5 +1,9 @@
 %global pypi_name zstandard
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -18,7 +22,7 @@
 
 Name:          python%{python3_pkgversion}-%{pypi_name}
 Version:       0.23.0
-Release:       43PGDG%{?dist}
+Release:       43PGDG%{?dist}.1
 Summary:       Zstandard bindings for Python
 License:       (BSD-3-Clause OR GPL-2.0-only) AND MIT
 URL:           https://github.com/indygreg/python-%{pypi_name}
@@ -59,6 +63,9 @@ compression library. A C extension and CFFI interface are provided.
 %endif
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 0.23.0-43PGDG.1
+- Add Fedora 43 support
+
 * Fri Jun 13 2025 Devrim Gunduz <devrim@gunduz.org> - 0.23.0-43PGDG
 - Add SLES 15 support
 
index 093d75518d25c3b42a9e9695289dd4b7623130da..ae51c93be3807b1b4a82f892f297fa1d16f8f9a0 100644 (file)
@@ -1,5 +1,9 @@
 %global modname py_consul
 
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -18,7 +22,7 @@
 
 Name:          py-consul
 Version:       1.6.0
-Release:       44PGDG%{?dist}
+Release:       44PGDG%{?dist}.1
 Summary:       Python client for Consul
 License:       MIT
 URL:           https://github.com/criteo/%{name}
@@ -60,6 +64,9 @@ Python client for Consul
 %{pgdg_python3_sitelib}/consul/api/acl/__pycache__/*.py*
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 1.6.0-44PGDG.1
+- Add Fedora 43 support
+
 * Sat Jun 7 2025 Devrim Gündüz <devrim@gunduz.org> - 1.6.0-44PGDG
 - Provide the correct Provides for python3Xdist(py-consul)
 
index a1174dc535cdde63e6c00cfd4f60143145435c6b..7193027d2013255124bc3f70de87cb2350432088 100644 (file)
@@ -1,3 +1,7 @@
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -19,7 +23,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       0.4.5
-Release:       49PGDG%{?dist}
+Release:       49PGDG%{?dist}.1
 Summary:       A python client library for etcd
 
 License:       MIT
@@ -78,6 +82,9 @@ election.
 %{python3_sitelib}/*
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 0.4.5-49PGDG.1
+- Add Fedora 43 support
+
 * Mon May 26 2025 Devrim Gündüz <devrim@gunduz.org> - 0.4.5-49PGDG
 - Rebuild
 
index 1e0614aa35e2001b22fe0e017daedac57a055d33..b1928cd2e2b8021f95b5e2b244340f97b1267cac 100644 (file)
@@ -1,3 +1,7 @@
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -16,7 +20,7 @@
 
 Name:          ydiff
 Version:       1.4.2
-Release:       46PGDG%{?dist}
+Release:       46PGDG%{?dist}.1
 Summary:       View colored, incremental diff
 URL:           https://github.com/ymattw/%{name}
 License:       BSD
@@ -64,6 +68,9 @@ Python library that implements API used by ydiff tool.
 %{python3_sitelib}/%{name}-%{version}-py%{py3ver}.egg-info
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 1.4.2-46PGDG.1
+- Add Fedora 43 support
+
 * Wed May 21 2025 Devrim Gündüz <devrim@gunduz.org> - 1.4.2-46PGDG
 - Rebuild the package per:
   https://github.com/pgdg-packaging/pgdg-rpms/issues/18
index 54729f49f8cbdd10530acad54c095bfd4ac3801e..542ebf44a79a5e3cd8e478d52d2eff443c007dd8 100644 (file)
@@ -1,3 +1,7 @@
+%if 0%{?fedora} && 0%{?fedora} == 43
+%global __ospython %{_bindir}/python3.14
+%global python3_pkgversion 3.14
+%endif
 %if 0%{?fedora} && 0%{?fedora} <= 42
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
@@ -15,7 +19,7 @@
 
 Name:          python%{python3_pkgversion}-six
 Version:       1.16.0
-Release:       1PGDG%{?dist}
+Release:       1PGDG%{?dist}.1
 Summary:       Python 2 and 3 compatibility utilities
 
 License:       MIT
@@ -53,6 +57,9 @@ of writing Python code that is compatible on both Python versions.}
 %pycached %{python3_sitelib}/six.py
 
 %changelog
+* Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 1.16.0-1PGDG.1
+- Add Fedora 43 support
+
 * Mon May 19 2025 Devrim Gunduz <devrim@gunduz.org> - 1.16.0-1PGDG
 - Initial packaging for the PostgreSQL RPM repository to support
   Barman on RHEL 9.