From a5a307f6cd76af6bba3adc46cd0e821bba76c8a0 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 1 May 2024 03:59:18 +0300 Subject: [PATCH] import python3.12-iniconfig-1.1.1-3.el9 --- .python3.12-iniconfig.metadata | 2 +- SOURCES/gating.yaml | 7 ------- SOURCES/plan.fmf | 13 ------------- SPECS/python3.12-iniconfig.spec | 6 +++--- 4 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 SOURCES/gating.yaml delete mode 100644 SOURCES/plan.fmf diff --git a/.python3.12-iniconfig.metadata b/.python3.12-iniconfig.metadata index cbff61f..4d17c04 100644 --- a/.python3.12-iniconfig.metadata +++ b/.python3.12-iniconfig.metadata @@ -1 +1 @@ -f0d3a75f00752f75876468d04bf0cfbc05643b7e SOURCES/iniconfig-1.1.1.tar.gz +f0d3a75f00752f75876468d04bf0cfbc05643b7e SOURCES/iniconfig-1.1.1.tar.gz diff --git a/SOURCES/gating.yaml b/SOURCES/gating.yaml deleted file mode 100644 index a77f895..0000000 --- a/SOURCES/gating.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- !Policy - -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/SOURCES/plan.fmf b/SOURCES/plan.fmf deleted file mode 100644 index 0a8dde2..0000000 --- a/SOURCES/plan.fmf +++ /dev/null @@ -1,13 +0,0 @@ -execute: - how: tmt -discover: - how: shell - dist-git-source: true - tests: - - name: bundled tests - require: - - python3.12-pytest - test: | - cd $(dirname $TMT_SOURCE_DIR/iniconfig-*/testing) && - sed -i "s/py\.test/pytest/" testing/test_iniconfig.py && - pytest-3.12 testing diff --git a/SPECS/python3.12-iniconfig.spec b/SPECS/python3.12-iniconfig.spec index 62ab609..d269a9e 100644 --- a/SPECS/python3.12-iniconfig.spec +++ b/SPECS/python3.12-iniconfig.spec @@ -19,7 +19,7 @@ BuildRequires: python%{python3_pkgversion}-wheel %if %{with tests} # We BR pytest manually to avoid a dependency on tox in ELN/RHEL -#BuildRequires: python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-pytest %endif Source0: %{pypi_source iniconfig} @@ -71,8 +71,8 @@ sed -i "s/ *use_scm_version=.*,/version='%{version}',/" setup.py %changelog -* Tue Apr 02 2024 Sergey Cherevko - 1.1.1-3 -- Rebuilt for MSVSphere 9.4-beta +* Wed May 01 2024 MSVSphere Packaging Team - 1.1.1-3 +- Rebuilt for MSVSphere 9.3 * Tue Jan 23 2024 Miro HronĨok - 1.1.1-3 - Rebuilt for timestamp .pyc invalidation mode