Compare commits

...

1 Commits
i8c ... i9c

Author SHA1 Message Date
MSVSphere Packaging Team a5a307f6cd import python3.12-iniconfig-1.1.1-3.el9
9 months ago

@ -1 +1 @@
f0d3a75f00752f75876468d04bf0cfbc05643b7e SOURCES/iniconfig-1.1.1.tar.gz
f0d3a75f00752f75876468d04bf0cfbc05643b7e SOURCES/iniconfig-1.1.1.tar.gz

@ -1,7 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

@ -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

@ -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 <s.cherevko@msvsphere-os.ru> - 1.1.1-3
- Rebuilt for MSVSphere 9.4-beta
* Wed May 01 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.1.1-3
- Rebuilt for MSVSphere 9.3
* Tue Jan 23 2024 Miro Hrončok <mhroncok@redhat.com> - 1.1.1-3
- Rebuilt for timestamp .pyc invalidation mode

Loading…
Cancel
Save