diff --git a/SPECS-EXTENDED/python-flit-core/python-flit-core.signatures.json b/SPECS-EXTENDED/python-flit-core/python-flit-core.signatures.json deleted file mode 100644 index 995b23e27fe..00000000000 --- a/SPECS-EXTENDED/python-flit-core/python-flit-core.signatures.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Signatures": { - "flit_core-3.9.0.tar.gz": "72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba" - } -} diff --git a/SPECS-EXTENDED/python-flit-core/python-flit-core.spec b/SPECS-EXTENDED/python-flit-core/python-flit-core.spec deleted file mode 100644 index d14bc1d3803..00000000000 --- a/SPECS-EXTENDED/python-flit-core/python-flit-core.spec +++ /dev/null @@ -1,300 +0,0 @@ -%global _description %{expand: -This provides a PEP 517 build backend for packages using Flit. -The only public interface is the API specified by PEP 517, -at flit_core.buildapi.} - -Summary: PEP 517 build backend for packages using Flit -Name: python-flit-core -Version: 3.9.0 -Release: 9%{?dist} -# flit-core is BSD-3-Clause -# flit_core/versionno.py contains a regex that is from packaging, BSD-2-Clause -License: BSD-3-Clause AND BSD-2-Clause -Vendor: Microsoft Corporation -Distribution: Azure Linux -URL: https://flit.pypa.io/ -# Source can be found using %%{pypi_source flit_core}. It is available at https://pypi.org/project/flit-core/#files -Source: %{pypi_source flit_core} -BuildRequires: python3-devel -BuildRequires: python3-pip -BuildArch: noarch - -# When bootstrapping new Python we need to build flit in bootstrap mode. -# The Python RPM dependency generators and pip are not yet available. -%{bcond bootstrap 0} -# Tests are enabled by default, unless we bootstrap. -# Disable them to avoid a circular build dependency on testpath. -%{bcond tests %{without bootstrap}} - -%if %{with tests} -BuildRequires: python3-pytest -# Test deps that require flit-core to build: -BuildRequires: python3-testpath -%endif - -%description %{_description} - -%package -n python3-flit-core -Summary: %{summary} -Conflicts: python3-flit < 2.1.0-2 -# RPM generators are not yet available when we bootstrap -%if %{with bootstrap} -Requires: python(abi) = %{python3_version} -Provides: python%{python3_pkgversion}dist(flit-core) = %{version} -Provides: python%{python3_version}dist(flit-core) = %{version} -%endif - -%description -n python3-flit-core %{_description} - -%prep -%autosetup -p1 -n flit_core-%{version} - -# Remove vendored tomli that flit_core includes to solve the circular dependency on older Pythons -# (flit_core requires tomli, but flit_core is needed to build tomli). -# We don't use this, as tomllib is a part of standard library since Python 3.11. -rm -rf flit_core/vendor - - -%if %{without bootstrap} -%generate_buildrequires -%pyproject_buildrequires -%endif - - -%build -%if %{with bootstrap} -%{python3} -m flit_core.wheel -%else -%{pyproject_wheel} -%endif - -%install -%if %{with bootstrap} -%{python3} bootstrap_install.py --install-root %{buildroot} dist/flit_core-%{version}-py3-none-any.whl -# for consistency with %%pyproject_install: -rm %{buildroot}%{python3_sitelib}/flit_core-*.dist-info/RECORD -%else -%{pyproject_install} -%endif - -# don't ship tests in flit_core package -# if upstream decides to change the installation, it can be removed: -# https://github.com/takluyver/flit/issues/403 -rm -r %{buildroot}%{python3_sitelib}/flit_core/tests/ - -%check -%{py3_check_import flit_core flit_core.buildapi} -%if %{with tests} -%pytest -%endif - - -%files -n python3-flit-core -%license LICENSE -%doc README.rst -%{python3_sitelib}/flit_core-*.dist-info/ -%{python3_sitelib}/flit_core/ - -%changelog -* Fri Oct 18 2024 Jocelyn Berrendonner - 3.9.0-9 -- Integrating the spec into Azure Linux -- Initial CBL-Mariner import from Fedora 40 (license: MIT). -- License verified. - -* Fri Jul 19 2024 Fedora Release Engineering - 3.9.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 3.9.0-8 -- Rebuilt for Python 3.13 - -* Thu Jun 06 2024 Python Maint - 3.9.0-7 -- Bootstrap for Python 3.13 - -* Fri Jan 26 2024 Fedora Release Engineering - 3.9.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Jan 22 2024 Fedora Release Engineering - 3.9.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jul 21 2023 Fedora Release Engineering - 3.9.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Fri Jun 16 2023 Python Maint - 3.9.0-3 -- Rebuilt for Python 3.12 - -* Tue Jun 13 2023 Python Maint - 3.9.0-2 -- Bootstrap for Python 3.12 - -* Fri May 26 2023 Miro Hrončok - 3.9.0-1 -- Update to 3.9.0 - -* Fri May 19 2023 Miro Hrončok - 3.8.0-3 -- Fork python-flit-core from the python-flit package -- Adjust the License tag to include flit_core/versionno.py's regex (BSD-2-Clause) - -* Fri Jan 20 2023 Fedora Release Engineering - 3.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Thu Nov 10 2022 Tomáš Hrnčiar - 3.8.0-1 -- Update to 3.8.0 -- Fixes: rhbz#2140390 - -* Fri Jul 22 2022 Fedora Release Engineering - 3.7.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sun Jun 26 2022 Maxwell G - 3.7.1-4 -- Removed unnecessarily vendored tomli. - -* Tue Jun 14 2022 Python Maint - 3.7.1-3 -- Rebuilt for Python 3.11 - -* Mon Jun 13 2022 Python Maint - 3.7.1-2 -- Bootstrap for Python 3.11 - -* Wed Mar 16 2022 Charalampos Stratakis - 3.7.1-1 -- Update to 3.7.1 -- Fixes: rhbz#2057214 - -* Fri Jan 21 2022 Fedora Release Engineering - 3.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Nov 29 2021 Tomáš Hrnčiar - 3.5.1-1 -- Update to 3.5.1 - -* Tue Oct 26 2021 Tomáš Hrnčiar - 3.4.0-1 -- Update to 3.4.0 - -* Wed Aug 04 2021 Tomas Hrnciar - 3.3.0-1 -- Update to 3.3.0 -- Fixes: rhbz#1988744 - -* Tue Jul 27 2021 Fedora Release Engineering - 3.2.0-5 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 3.2.0-4 -- Rebuilt for Python 3.10 - -* Fri Jun 04 2021 Python Maint - 3.2.0-3 -- Bootstrap for Python 3.10 - -* Sat May 29 2021 Miro Hrončok - 3.2.0-2 -- Adapt to pyproject-rpm-macros 0-40+ - -* Tue Mar 30 2021 Karolina Surma - 3.2.0-1 -- Update to 3.2.0 -Resolves: rhbz#1940399 -- Remove tests from the flip_core package - -* Wed Jan 27 2021 Fedora Release Engineering - 3.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Nov 19 2020 Miro Hrončok - 3.0.0-2 -- Replace deprecated pytoml with toml - -* Mon Sep 21 2020 Tomas Hrnciar - 3.0.0-1 -- Update to 3.0.0 - -* Wed Jul 29 2020 Fedora Release Engineering - 2.3.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun May 24 2020 Miro Hrončok - 2.3.0-3 -- Rebuilt for Python 3.9 - -* Sun May 24 2020 Miro Hrončok - 2.3.0-2 -- Bootstrap for Python 3.9 - -* Mon May 11 2020 Tomas Hrnciar - 2.3.0-1 -- Update to 2.3.0 - -* Thu Jan 30 2020 Fedora Release Engineering - 2.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Jan 20 2020 Mukundan Ragavan - 2.2.0-1 -- Update to 2.2.0 - -* Sat Dec 14 2019 Miro Hrončok - 2.1.0-2 -- Properly package flit-core and restore /usr/bin/flit (#1783610) - -* Tue Dec 03 2019 Mukundan Ragavan - 2.1.0-1 -- Update to 2.1.0 - -* Thu Oct 03 2019 Miro Hrončok - 1.3-4 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Sat Aug 17 2019 Miro Hrončok - 1.3-3 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 1.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 10 2019 Mukundan Ragavan - 1.3-1 -- Update to 1.3 - -* Sat Feb 02 2019 Fedora Release Engineering - 1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Sep 03 2018 Igor Gnatenko - 1.1-1 -- Update to 1.1 - -* Sat Aug 18 2018 Mukundan Ragavan - 1.0-4 -- Drop pypandoc as requires - -* Sat Jul 14 2018 Fedora Release Engineering - 1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 1.0-2 -- Rebuilt for Python 3.7 - -* Sun Apr 08 2018 Mukundan Ragavan - 1.0-1 -- Update to 1.0 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.13-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Jan 09 2018 Miro Hrončok - 0.13-2 -- Recommend Pygments - -* Sat Dec 23 2017 Mukundan Ragavan - 0.13-1 -- Update to 0.13 - -* Thu Nov 16 2017 Mukundan Ragavan - 0.12.2-1 -- Update to 0.12.2 - -* Wed Nov 08 2017 Mukundan Ragavan - 0.12.1-1 -- Update to 0.12.1 - -* Mon Nov 06 2017 Mukundan Ragavan - 0.12-2 -- Add pytoml as dependency - -* Sun Nov 05 2017 Mukundan Ragavan - 0.12-1 -- Update to 0.12 -- Add pytoml as buildrequires - -* Mon Aug 14 2017 Mukundan Ragavan - 0.11.4-1 -- Update to 0.11.4 -- Drop file-encoding patch (fixed upstream) - -* Thu Jul 27 2017 Fedora Release Engineering - 0.11.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue Jun 13 2017 Mukundan Ragavan - 0.11.1-1 -- Update to 0.11.1 - -* Sat Feb 11 2017 Fedora Release Engineering - 0.9-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Jan 23 2017 Michal Cyprian - 0.9-5 -- Use python install wheel macro - -* Mon Dec 19 2016 Miro Hrončok - 0.9-4 -- Rebuild for Python 3.6 - -* Thu Sep 29 2016 Mukundan Ragavan - 0.9-3 -- Updated spec file with license comments and provides - -* Sat Sep 24 2016 Mukundan Ragavan - 0.9-2 -- spec file cleanup - -* Sat Jul 2 2016 Elliott Sales de Andrade 0.9-1 -- Initial RPM release diff --git a/cgmanifest.json b/cgmanifest.json index 1b7240cb84d..4a56b614ef6 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -3643,6 +3643,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "flashrom", + "version": "1.4.0", + "downloadUrl": "https://download.flashrom.org/releases/flashrom-1.4.0.tar.xz" + } + } + }, { "component": { "type": "other", @@ -4015,6 +4025,26 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "fwupd", + "version": "2.0.1", + "downloadUrl": "https://github.com/fwupd/fwupd/releases/download/2.0.1/fwupd-2.0.1.tar.xz" + } + } + }, + { + "component": { + "type": "other", + "other": { + "name": "fwupd-efi", + "version": "1.6", + "downloadUrl": "https://github.com/fwupd/fwupd-efi/releases/download/1.6/fwupd-efi-1.6.tar.xz" + } + } + }, { "component": { "type": "other", @@ -4295,6 +4325,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "gi-docgen", + "version": "2024.1", + "downloadUrl": "https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2024.1/gi-docgen-2024.1.tar.bz2" + } + } + }, { "component": { "type": "other", @@ -8866,6 +8906,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "libcbor", + "version": "0.11.0", + "downloadUrl": "https://github.com/PJK/libcbor/archive/v0.11.0.tar.gz" + } + } + }, { "component": { "type": "other", @@ -9866,13 +9916,23 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "libjaylink", + "version": "0.3.1", + "downloadUrl": "https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/0.3.1/libjaylink-0.3.1.tar.gz" + } + } + }, { "component": { "type": "other", "other": { "name": "libjcat", - "version": "0.1.6", - "downloadUrl": "https://people.freedesktop.org/~hughsient/releases/libjcat-0.1.6.tar.xz" + "version": "0.2.2", + "downloadUrl": "https://github.com/hughsie/libjcat/releases/download/0.2.2/libjcat-0.2.2.tar.xz" } } }, @@ -11416,6 +11476,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "libusb1", + "version": "1.0.27", + "downloadUrl": "https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.tar.bz2" + } + } + }, { "component": { "type": "other", @@ -11911,8 +11981,8 @@ "type": "other", "other": { "name": "libxmlb", - "version": "0.3.11", - "downloadUrl": "https://github.com/hughsie/libxmlb/releases/download/0.3.11/libxmlb-0.3.11.tar.xz" + "version": "0.3.21", + "downloadUrl": "https://github.com/hughsie/libxmlb/releases/download/0.3.21/libxmlb-0.3.21.tar.xz" } } }, @@ -15788,6 +15858,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "passim", + "version": "0.1.8", + "downloadUrl": "https://github.com/hughsie/passim/releases/download/0.1.8/passim-0.1.8.tar.xz" + } + } + }, { "component": { "type": "other", @@ -22048,6 +22128,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "python-breathe", + "version": "4.35.0", + "downloadUrl": "https://github.com/michaeljones/breathe/archive/v4.35.0.tar.gz" + } + } + }, { "component": { "type": "other", @@ -22068,6 +22158,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "python-cbor2", + "version": "5.6.5", + "downloadUrl": "https://github.com/agronholm/cbor2/archive/5.6.5/python-cbor2-5.6.5.tar.gz" + } + } + }, { "component": { "type": "other", @@ -24578,6 +24678,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "python-smartypants", + "version": "2.0.1", + "downloadUrl": "https://github.com/leohemsted/smartypants.py/archive/v2.0.1/smartypants-2.0.1.tar.gz" + } + } + }, { "component": { "type": "other", @@ -24718,6 +24828,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "python-sphinxcontrib-jquery", + "version": "4.1", + "downloadUrl": "https://github.com/sphinx-contrib/jquery//archive/v4.1/sphinxcontrib-jquery-4.1.tar.gz" + } + } + }, { "component": { "type": "other", @@ -25018,6 +25138,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "python-typogrify", + "version": "2.0.7", + "downloadUrl": "https://github.com/mintchaos/typogrify/archive/refs/tags/2.0.7.tar.gz" + } + } + }, { "component": { "type": "other", @@ -25068,6 +25198,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "python-uswid", + "version": "0.5.0", + "downloadUrl": "https://github.com/hughsie/python-uswid/archive/0.5.0/python-uswid-0.5.0.tar.gz" + } + } + }, { "component": { "type": "other", @@ -29231,6 +29371,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "umockdev", + "version": "0.18.4", + "downloadUrl": "https://github.com/martinpitt/umockdev/releases/download/0.18.4/umockdev-0.18.4.tar.xz" + } + } + }, { "component": { "type": "other",